1.

How To Set Property In Apache Tajo?

Answer»

This PROPERTY is USED to CHANGE the table’s property.

ALTER TABLE students SET PROPERTY 'compression.type' = 'RECORD',

'compression.CODEC' = 'org.apache.hadoop.io.compress.Snappy Codec' ;

This property is used to change the table’s property.

ALTER TABLE students SET PROPERTY 'compression.type' = 'RECORD',

'compression.codec' = 'org.apache.hadoop.io.compress.Snappy Codec' ;



Discussion

No Comment Found