-
- Downloads
Merge pull request #331 from holdenk/master
Add a script to download sbt if not present on the system As per the discussion on the dev mailing list this script will use the system sbt if present or otherwise attempt to install the sbt launcher. The fall back error message in the event it fails instructs the user to install sbt. While the URLs it fetches from aren't controlled by the spark project directly, they are stable and the current authoritative sources.
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- README.md 10 additions, 8 deletionsREADME.md
- bin/pyspark 1 addition, 1 deletionbin/pyspark
- bin/run-example 1 addition, 1 deletionbin/run-example
- bin/spark-class 1 addition, 1 deletionbin/spark-class
- docs/README.md 2 additions, 2 deletionsdocs/README.md
- docs/_plugins/copy_api_dirs.rb 2 additions, 2 deletionsdocs/_plugins/copy_api_dirs.rb
- docs/api.md 1 addition, 1 deletiondocs/api.md
- docs/hadoop-third-party-distributions.md 1 addition, 1 deletiondocs/hadoop-third-party-distributions.md
- docs/index.md 3 additions, 3 deletionsdocs/index.md
- docs/python-programming-guide.md 1 addition, 1 deletiondocs/python-programming-guide.md
- docs/quick-start.md 4 additions, 4 deletionsdocs/quick-start.md
- docs/running-on-yarn.md 3 additions, 3 deletionsdocs/running-on-yarn.md
- docs/scala-programming-guide.md 1 addition, 1 deletiondocs/scala-programming-guide.md
- make-distribution.sh 6 additions, 3 deletionsmake-distribution.sh
- project/build.properties 0 additions, 1 deletionproject/build.properties
- sbt/sbt 43 additions, 0 deletionssbt/sbt
Loading
Please register or sign in to comment