Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Created February 4, 2018 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dgadiraju/7d5a0c0fd3a77a5665ab1d286e5838f1 to your computer and use it in GitHub Desktop.
Save dgadiraju/7d5a0c0fd3a77a5665ab1d286e5838f1 to your computer and use it in GitHub Desktop.
orderItems = sc.textFile("/public/retail_db/order_items")
type(orderItems)
help(orderItems)
orderItems.first()
for i in orderItems.take(10): print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment