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"