GitHub user rxin opened a pull request:

    https://github.com/apache/spark/pull/11400

    [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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rxin/spark release-script

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11400.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11400
    
----
commit 98d83f880112d4d2c1b631a6b7bcdc00f0baf4e1
Author: Reynold Xin <[email protected]>
Date:   2016-02-26T20:02:27Z

    [SPARK-13521][Build] Remove reference to Tachyon in cluster & release script

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to