Skip to content

Instantly share code, notes, and snippets.

@joshisa
Created November 10, 2016 22:39
Show Gist options
  • Select an option

  • Save joshisa/8f3feeaac6ddf86083ac49ac42192237 to your computer and use it in GitHub Desktop.

Select an option

Save joshisa/8f3feeaac6ddf86083ac49ac42192237 to your computer and use it in GitHub Desktop.
/**
*
* 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