-
- Downloads
[SPARK-13521][BUILD] Remove reference to Tachyon in cluster & release scripts
## What changes were proposed in this pull request? We provide a very limited set of cluster management script in Spark for Tachyon, although Tachyon itself provides a much better version of it. Given now Spark users can simply use Tachyon as a normal file system and does not require extensive configurations, we can remove this management capabilities to simplify Spark bash scripts. Note that this also reduces coupling between a 3rd party external system and Spark's release scripts, and would eliminate possibility for failures such as Tachyon being renamed or the tar balls being relocated. ## How was this patch tested? N/A Author: Reynold Xin <rxin@databricks.com> Closes #11400 from rxin/release-script.
Showing
- docs/configuration.md 0 additions, 24 deletionsdocs/configuration.md
- docs/job-scheduling.md 1 addition, 2 deletionsdocs/job-scheduling.md
- docs/programming-guide.md 2 additions, 20 deletionsdocs/programming-guide.md
- make-distribution.sh 1 addition, 49 deletionsmake-distribution.sh
- sbin/start-all.sh 2 additions, 13 deletionssbin/start-all.sh
- sbin/start-master.sh 0 additions, 21 deletionssbin/start-master.sh
- sbin/start-slaves.sh 0 additions, 22 deletionssbin/start-slaves.sh
- sbin/stop-master.sh 0 additions, 4 deletionssbin/stop-master.sh
- sbin/stop-slaves.sh 0 additions, 5 deletionssbin/stop-slaves.sh
Loading
Please register or sign in to comment