Member since
04-11-2017
1
Post
0
Kudos Received
0
Solutions
04-11-2017
03:12 PM
I am writing data to a parquet file format using peopleDF.write.parquet("people.parquet") in PySpark code. I can see _common_metadata,_metadata and a gz.parquet file generated Now what I am trying to do is that from the same code I want to create a hive table on top of this parquet file which then I can later query from. How can I do that?
... View more
Labels:
- Labels:
-
Apache Hive