Re: Unsubscribe

2013-07-15 Thread tofunmibabatunde
Unsubscribe
Sent from my BlackBerry® wireless handheld from Glo Mobile.

-Original Message-
From: Kasa V Varun kasa.va...@mu-sigma.com
Date: Mon, 15 Jul 2013 02:34:37 
To: user@hive.apache.orguser@hive.apache.org
Reply-To: user@hive.apache.org
Subject: Unsubscribe

Unsubsribe


This email message may contain proprietary, private and confidential 
information. The information transmitted is intended only for the person(s) or 
entities to which it is addressed. Any review, retransmission, dissemination or 
other use of, or taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is prohibited and may be 
illegal. If you received this in error, please contact the sender and delete 
the message from your system.

Mu Sigma takes all reasonable steps to ensure that its electronic 
communications are free from viruses. However, given Internet accessibility, 
the Company cannot accept liability for any virus introduced by this e-mail or 
any attachment and you are advised to use up-to-date virus checking software.



Re: Unsubscribe

2013-07-02 Thread tofunmibabatunde
Unsubscribe
Sent from my BlackBerry® wireless handheld from Glo Mobile.

-Original Message-
From: Sundar ssundarsur...@gmail.com
Date: Wed, 3 Jul 2013 09:32:22 
To: user@hive.apache.org
Reply-To: user@hive.apache.org
Subject: Unsubscribe

Unsubscribe



Re: Sequence file compression in Hive

2013-06-10 Thread tofunmibabatunde
Unsubscribe
Sent from my BlackBerry® wireless handheld from Glo Mobile.

-Original Message-
From: Alexander Pivovarov apivova...@gmail.com
Date: Mon, 10 Jun 2013 11:37:30 
To: user@hive.apache.org
Reply-To: user@hive.apache.org
Subject: Re: Sequence file compression in Hive

Sachin, it works

SET hive.exec.compress.output=true;
SET mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCodec;
SET mapred.output.compression.type=BLOCK;
create table data1_seq STORED AS SEQUENCEFILE as select * from date1;


hadoop fs -cat /user/hive/warehouse/data1_seq/00_0 | less
SEQ^Forg.apache.hadoop.io.BytesWritable^Yorg.apache.hadoop.io.Text^A^A'org.apache.hadoop.io.compress.GzipCodec^


On Mon, Jun 10, 2013 at 11:15 AM, Stephen Sprague sprag...@gmail.comwrote:


 On Mon, Jun 10, 2013 at 12:48 AM, Sachin Sudarshana 
 sachin.had...@gmail.com wrote:

 what's the header of the first sequence file look like?

 *$ dfs -cat
 /user/hive/warehouse/facts_520.db/test3facts520_gzip_seq/00_0 | head
 *