Re: Hive and Lzo Compression

2013-08-19 Thread Nitin Pawar
arently? So, Hadoop sees the lzo extension of my files > and knows how to decompress it? > > > > -- > *Von:* Nitin Pawar > *An:* "user@hive.apache.org" > *Gesendet:* 19:54 Mittwoch, 14.August 2013 > > *Betreff:* Re: Hive and Lz

Re: Hive and Lzo Compression

2013-08-19 Thread w00t w00t
transparently? So, Hadoop sees the lzo extension of my files and knows how to decompress it? Von: Nitin Pawar An: "user@hive.apache.org" Gesendet: 19:54 Mittwoch, 14.August 2013 Betreff: Re: Hive and Lzo Compression Please correct me if I understood th

Re: Hive and Lzo Compression

2013-08-17 Thread Nitin Pawar
o: "user@hive.apache.org" > Date: Wednesday, August 14, 2013 10:54 AM > > To: "user@hive.apache.org" > Subject: Re: Hive and Lzo Compression > > Please correct me if I understood the question correctly > > You created a table def without mentionin

Re: Hive and Lzo Compression

2013-08-14 Thread Sanjay Subramanian
gt;" mailto:user@hive.apache.org>> Date: Wednesday, August 14, 2013 10:54 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: Hive and Lzo Compression Please correct me if I understood the question correctly You created

Re: Hive and Lzo Compression

2013-08-14 Thread Nitin Pawar
From: w00t w00t > Reply-To: "user@hive.apache.org" , w00t w00t < > w00...@yahoo.de> > Date: Wednesday, August 14, 2013 1:15 AM > > To: "user@hive.apache.org" > Subject: Re: Hive and Lzo Compression > > > Thanks for your reply. > > The int

Re: Hive and Lzo Compression

2013-08-14 Thread Sanjay Subramanian
pache.org>>, w00t w00t mailto:w00...@yahoo.de>> Date: Wednesday, August 14, 2013 1:15 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: Hive and Lzo Compression Thanks for your reply. The interesting thing I expe

Re: Hive and Lzo Compression

2013-08-14 Thread w00t w00t
ndet: 3:44 Mittwoch, 14.August 2013 Betreff: Re: Hive and Lzo Compression Hi  I think the CREATE TABLE without the STORED AS clause will not give any errors while creating the table. However when you query that table and since that table contains .lzo files , you would  get errors.  With external

Re: Hive and Lzo Compression

2013-08-13 Thread Sanjay Subramanian
pache.org>>, w00t w00t mailto:w00...@yahoo.de>> Date: Tuesday, August 13, 2013 12:13 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: Hive and Lzo Compression Thanks for your replies and the link. I could get

Re: Hive and Lzo Compression

2013-08-13 Thread w00t w00t
Lefty Leverenz An: user@hive.apache.org CC: w00t w00t Gesendet: 19:06 Samstag, 10.August 2013 Betreff: Re: Hive and Lzo Compression I'm not seeing any documentation link in Sanjay's message, so here it is again (in the Hive wiki's language manual):   https://cwiki.apache.or

Re: Hive and Lzo Compression

2013-08-10 Thread Sanjay Subramanian
Thanks Lefty. Sent from my iPhone On Aug 10, 2013, at 10:08 AM, "Lefty Leverenz" mailto:leftylever...@gmail.com>> wrote: I'm not seeing any documentation link in Sanjay's message, so here it is again (in the Hive wiki's language manual): https://cwiki.apache.org/confluence/display/Hive/Langu

Re: Hive and Lzo Compression

2013-08-10 Thread Lefty Leverenz
I'm not seeing any documentation link in Sanjay's message, so here it is again (in the Hive wiki's language manual): https://cwiki.apache.org/confluence/display/Hive/LanguageManual+LZO. On Thu, Aug 8, 2013 at 3:30 PM, Sanjay Subramanian < sanjay.subraman...@wizecommerce.com> wrote: > Please ref

Re: Hive and Lzo Compression

2013-08-08 Thread Sanjay Subramanian
Please refer this documentation here Let me know if u need more clarifications so that we can make this document better and complete Thanks sanjay From: w00t w00t mailto:w00...@yahoo.de>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>>, w00t w00t ma

Re: Hive and Lzo Compression

2013-08-08 Thread Edward Capriolo
You should add CREATE TABLE () STORED AS SEQUENCEFILE. You probably do not want LZO files, you probably want sequence files with LZO block compression. On Thu, Aug 8, 2013 at 5:02 AM, w00t w00t wrote: > > Hello, > > I am started to run Hive with Lzo compression on Hortonworks 1.2 > > I have man