Created
September 21, 2017 21:48
-
-
Save mythmon/749921b919663c5f5931b4abac7cb73f to your computer and use it in GitHub Desktop.
uptake 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
# In[1]: | |
bucket = "telemetry-parquet" | |
prefix = "main_summary/v4" | |
s3path = "s3://{}/{}".format(bucket, prefix) | |
# In[2]: | |
get_ipython().magic(u'time df = spark.read.parquet(s3path)') | |
# In[3]: | |
df.printSchema() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment