Skip to content

Instantly share code, notes, and snippets.

@rssanders3
Last active January 28, 2019 17:45
Show Gist options
  • Select an option

  • Save rssanders3/3d708277d4ce9c81bdb2ec2e7adfe7fa to your computer and use it in GitHub Desktop.

Select an option

Save rssanders3/3d708277d4ce9c81bdb2ec2e7adfe7fa to your computer and use it in GitHub Desktop.
// Cell 1
sqlContext
// Cell 2
sqlContext.sql("show tables").collect()
val got = sqlContext.sql("select * from got")
// Cell 3
got.limit(10).collect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment