Skip to content

Instantly share code, notes, and snippets.

@bveliqi
Last active October 29, 2017 21:49
Show Gist options
  • Save bveliqi/29223027e3bf972ca7c3d45be8a9c8e1 to your computer and use it in GitHub Desktop.
Save bveliqi/29223027e3bf972ca7c3d45be8a9c8e1 to your computer and use it in GitHub Desktop.
val df = spark.read
.option("header", true)
.csv("/path/to/twitter_friends.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment