You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/02/17 22:33:53 UTC

[Hadoop Wiki] Update of "CompressedStorage" by ZhengShao

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "CompressedStorage" page has been changed by ZhengShao.
http://wiki.apache.org/hadoop/CompressedStorage?action=diff&rev1=3&rev2=4

--------------------------------------------------

  
  LOAD DATA LOCAL INPATH '/tmp/weblogs/20090603-access.log.gz' INTO TABLE raw;
  
- SET hive.exec.compress.output=TRUE; 
+ SET hive.exec.compress.output=true; 
  SET io.seqfile.compression.type=BLOCK; -- NONE/RECORD/BLOCK (see below)
  INSERT OVERWRITE TABLE raw_sequnce SELECT LINE FROM raw;