Created
February 10, 2016 23:37
-
-
Save thaibui/f1487c1cfb5579dba2d0 to your computer and use it in GitHub Desktop.
Get schema of any Parquet file in HDFS
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
A = load '/data/product/part-r-00001.parquet' USING parquet.pig.ParquetLoader(); | |
describe A; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment