Created
January 14, 2019 08:13
-
-
Save seahrh/db239b61826fae58c54d4f5b5442c8b3 to your computer and use it in GitHub Desktop.
Print all entries in spark config 2.3.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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