Skip to content

Instantly share code, notes, and snippets.

@seahrh
Created January 14, 2019 08:13
Show Gist options
  • Save seahrh/db239b61826fae58c54d4f5b5442c8b3 to your computer and use it in GitHub Desktop.
Save seahrh/db239b61826fae58c54d4f5b5442c8b3 to your computer and use it in GitHub Desktop.
Print all entries in spark config 2.3.1
for (tuple <- spark.sparkContext.getConf.getAll) println(tuple)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment