Loading data in Hive 0.11 - permission issue

2013-08-05 Thread Sachin Sudarshana
Hi, I'm using Hive 0.11, downloaded the tarball from Apache's website. I have a Linux user called *admin * and i invoke the hive CLI using this user. In the hive terminal I created a table as follows: *hive create table ptest (pkey INT, skey INT, fkey INT, rkey INT, units INT) row format

Compression in Hive

2013-06-10 Thread Sachin Sudarshana
Hi, I have been testing the usefulness of compression in Hive. I have a general question, I would like to know if there are any particular cases where compression in hive can actually prove useful while running any MR jobs. Any pointers/examples would really be useful! Thank you, Sachin

Re: Textfile compression using Gzip codec

2013-06-06 Thread Sachin Sudarshana
* facts520_normal_text; * *2. anything useful at this URL? ** http://aana1.ird.com:50030/taskdetails.jsp?jobid=job_201306051948_0010tipid=task_201306051948_0010_m_02or is it just the same stack dump? * On Wed, Jun 5, 2013 at 3:17 AM, Sachin Sudarshana sachin.had...@gmail.com wrote: Hi, I

Textfile compression using Gzip codec

2013-06-05 Thread Sachin Sudarshana
Hi, I have hive 0.10 + (CDH 4.2.1 patches) installed on my cluster. I have a table facts520_normal_text stored as a textfile. I'm trying to create a compressed table from this table using GZip codec. *hive SET hive.exec.compress.output=true;* *hive SET

Re: io.compression.codecs not found

2013-05-23 Thread Sachin Sudarshana
typos -- *From: * Sachin Sudarshana sachin.had...@gmail.com *Date: *Thu, 23 May 2013 19:46:37 +0530 *To: *user@hive.apache.org *ReplyTo: * user@hive.apache.org *Subject: *Re: io.compression.codecs not found Hi, I'm not using CM. I have installed CDH 4.2.1 using

Request to add me onto the list

2013-03-01 Thread Sachin Sudarshana
Hi, I request you to kindly add me onto this list. -- Thanks and Regards, Sachin Sudarshana

Finding maximum across a row

2013-03-01 Thread Sachin Sudarshana
and Regards, Sachin Sudarshana

Re: Security for Hive

2013-02-22 Thread Sachin Sudarshana
privileges etc. Thank you. On Fri, Feb 22, 2013 at 4:19 PM, Jagat Singh jagatsi...@gmail.com wrote: You might want to read this https://cwiki.apache.org/Hive/languagemanual-auth.html On Fri, Feb 22, 2013 at 9:44 PM, Sachin Sudarshana sachin.sudarsh...@gmail.com wrote: Hi, I have just