Member since
07-19-2016
14
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6305 | 07-21-2016 10:37 AM |
07-21-2016
06:17 PM
Thanks for reply.. I've one more question the table properties showing that gzip has been applied,so i've created table post disabled hive compression.(disabled partition by setting as parquet.compress="none" in create table syntax and set hive.exec.compress.output"="false" ) but when i execute below command on both tables then i dont see any difference for size of withcompression or withoutcompression hive table. command: $> hadoop fs -du -h hdfs://sandbox.hortonworks.com:8020/apps/hive/warehouse/tt1. I've set below property in hive while enabling compression $>hive.exec.compress.output","true"
... View more
07-21-2016
10:09 AM
Thanks its working fine now..able to view partitioned data in hive
... View more