mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Switch Spark download dir
This commit is contained in:
parent
1d85b5c162
commit
7040b092fd
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<spark.bin.download.url>
|
||||
http://d3kbcqa49mib13.cloudfront.net/spark-${spark.version}-bin-without-hadoop.tgz
|
||||
</spark.bin.download.url>
|
||||
<spark.dist.cache>${project.build.directory}/../../.spark-dist</spark.dist.cache>
|
||||
<spark.dist.cache>${project.basedir}/../.spark-dist</spark.dist.cache>
|
||||
<py4j.version>0.8.2.1</py4j.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue