You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
myspark still starts the master daemon using start-master.sh which contains the following code:
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.
The text was updated successfully, but these errors were encountered: