Created
November 10, 2016 22:39
-
-
Save joshisa/8f3feeaac6ddf86083ac49ac42192237 to your computer and use it in GitHub Desktop.
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
| /** | |
| * | |
| * Downloads Deps and Instantiates class for future parquet writing in DSX | |
| * | |
| */ | |
| %AddDeps org.slf4j slf4j-simple 1.7.21 --transitive | |
| %AddDeps org.slf4j slf4j-api 1.7.21 --transitive | |
| Class.forName("org.slf4j.impl.StaticLoggerBinder") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment