mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add back the spark.bin.download.url property for sparkr profile
This commit is contained in:
parent
d1f0521f5b
commit
519f3a9db7
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
<spark.download.url>
|
||||
http://archive.apache.org/dist/spark/${spark.archive}/${spark.archive}.tgz
|
||||
</spark.download.url>
|
||||
<spark.bin.download.url>http://archive.apache.org/dist/spark/spark-${spark.version}/spark-${spark.version}-bin-without-hadoop.tgz</spark.bin.download.url>
|
||||
<spark.dist.cache>${project.build.directory}/../../.spark-dist</spark.dist.cache>
|
||||
<py4j.version>0.8.2.1</py4j.version>
|
||||
</properties>
|
||||
|
|
|
|||
Loading…
Reference in a new issue