Skip to content

Instantly share code, notes, and snippets.

@pramodvspk
Created June 1, 2017 13:04
Show Gist options
  • Save pramodvspk/f0249655e167d53a9d44a82070e6e539 to your computer and use it in GitHub Desktop.
Save pramodvspk/f0249655e167d53a9d44a82070e6e539 to your computer and use it in GitHub Desktop.
Type Safe Config usage
// Encapsulate all related properties into separate key words
sparkproperties{
dev.executionmode = "local[*]"
cluster.executionmode = "yarn-client"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment