Skip to content

Instantly share code, notes, and snippets.

@oluies
Last active March 10, 2016 07:46
Show Gist options
  • Save oluies/ba9b369e3c3fe49f6cf0 to your computer and use it in GitHub Desktop.
Save oluies/ba9b369e3c3fe49f6cf0 to your computer and use it in GitHub Desktop.
include "application"
manager {
notebooks {
dir = "/usr/share/spark-notebook/notebooks"
override {
sparkConf = {
spark.driver.extraJavaOptions: "-Dhdp.version=2.4.0.0-169",
spark.yarn.am.extraJavaOptions: "-Dhdp.version=2.4.0.0-169"
}
}
}
clusters {
profiles="/usr/share/spark-notebook/conf/profiles"
file="/usr/share/spark-notebook/conf/clusters"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment