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

myspark still calls start-master.sh #7

Open
glennklockwood opened this issue Jun 8, 2014 · 0 comments
Open

myspark still calls start-master.sh #7

glennklockwood opened this issue Jun 8, 2014 · 0 comments
Labels

Comments

@glennklockwood
Copy link
Owner

myspark still starts the master daemon using start-master.sh which contains the following code:

. "$sbin/spark-config.sh"

if [ -f "${SPARK_CONF_DIR}/spark-env.sh" ]; then
  . "${SPARK_CONF_DIR}/spark-env.sh"
fi

This causes start-master.sh to always ignore SPARK_CONF_DIR passed from the user environment, which can cause unexpected behavior within the myHadoop framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant