Skip to content

Instantly share code, notes, and snippets.

@Arnonrgo
Created August 9, 2015 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arnonrgo/761f89a573ccc15adec1 to your computer and use it in GitHub Desktop.
Save Arnonrgo/761f89a573ccc15adec1 to your computer and use it in GitHub Desktop.
(-> ^SQLContext sqtx
(.read)
(.format "parquet")
(.options (java.util.HashMap. {"mergeSchema" "false" "path" path}))
(.load))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment