Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to clear-buffer-cache.py for checking SPARK_HOME for slaves #342

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 25, 2014

  1. clear-buffer-cache.py assumes the slaves file is located under /root/…

    …spark-ec2/slaves . This is not consistent with the Spark setup guide.
    
    I added the ability to find the slaves file relative to the SPARK_HOME environmental variable, if set.  If the slaves file cannot be found
    in either location, an error is raised.
    rnowling committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    4072c9a View commit details
    Browse the repository at this point in the history
  2. Updated previous commit to clear-buffer-cache.py: cleaned up code, ch…

    …anged variable names to camel case for consistency, and prioritized EC2 location to maintain compatibility with original script.
    rnowling committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    bdd2b37 View commit details
    Browse the repository at this point in the history