How to read a gzip parquet file with pyspark

Multi tool use
up vote
-1
down vote
favorite
Here is my code
from pyspark.sql import SparkSession, Row
spark = SparkSession.builder.config("spark.sql.warehouse.dir", "file:///c:/temp").appName('sparkSQL').getOrCreate()
sc = spark.sparkContext
from pyspark.sql import SQLContext
sqlsc = SQLContext(sc)
admin = sqlsc.read.parquet('administration_set.parquet')
The parquet file looks like this:
104738d8-e2e0-11e8-89cc-ba0055115901
apache-spark pyspark
add a comment |
up vote
-1
down vote
favorite
Here is my code
from pyspark.sql import SparkSession, Row
spark = SparkSession.builder.config("spark.sql.warehouse.dir", "file:///c:/temp").appName('sparkSQL').getOrCreate()
sc = spark.sparkContext
from pyspark.sql import SQLContext
sqlsc = SQLContext(sc)
admin = sqlsc.read.parquet('administration_set.parquet')
The parquet file looks like this:
104738d8-e2e0-11e8-89cc-ba0055115901
apache-spark pyspark
... and the question is...???
– desertnaut
Nov 12 at 18:16
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Here is my code
from pyspark.sql import SparkSession, Row
spark = SparkSession.builder.config("spark.sql.warehouse.dir", "file:///c:/temp").appName('sparkSQL').getOrCreate()
sc = spark.sparkContext
from pyspark.sql import SQLContext
sqlsc = SQLContext(sc)
admin = sqlsc.read.parquet('administration_set.parquet')
The parquet file looks like this:
104738d8-e2e0-11e8-89cc-ba0055115901
apache-spark pyspark
Here is my code
from pyspark.sql import SparkSession, Row
spark = SparkSession.builder.config("spark.sql.warehouse.dir", "file:///c:/temp").appName('sparkSQL').getOrCreate()
sc = spark.sparkContext
from pyspark.sql import SQLContext
sqlsc = SQLContext(sc)
admin = sqlsc.read.parquet('administration_set.parquet')
The parquet file looks like this:
104738d8-e2e0-11e8-89cc-ba0055115901
apache-spark pyspark
apache-spark pyspark
edited Nov 9 at 8:31


Avishek Bhattacharya
2,53521432
2,53521432
asked Nov 9 at 2:48
Shaun Wang
1
1
... and the question is...???
– desertnaut
Nov 12 at 18:16
add a comment |
... and the question is...???
– desertnaut
Nov 12 at 18:16
... and the question is...???
– desertnaut
Nov 12 at 18:16
... and the question is...???
– desertnaut
Nov 12 at 18:16
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53219147%2fhow-to-read-a-gzip-parquet-file-with-pyspark%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
YiCDicBj4Gy7 5kn25NxZW4grT3K,fYHmBiqsb23SMOEW Cb8bOBF9kZcNp 7vL Tm6H6jVegQKdhpBR fFE0USYUAeaunlw7W,rwKPpt
... and the question is...???
– desertnaut
Nov 12 at 18:16