Related to speed of execution of Job in Amazon Elastic Mapreduce

2012-05-03 Thread Bhavesh Shah
My Task is 1) Initially I want to import the data from MS SQL Server into HDFS using SQOOP. 2) Through Hive I am processing the data and generating the result in one table 3) That result containing table from Hive is again exported to MS SQL SERVER back. I want to perform all this using Amazon

RE: unable to setup eclipse environment base on trunk

2012-05-03 Thread Chalcy Raja
I went and modified the .properties file to reference all these jars from /hivehome/build/ivy/default/ directory and that fixed the issue. From: gemini alex [mailto:gemini5201...@gmail.com] Sent: Thursday, May 03, 2012 6:00 AM To: user@hive.apache.org; wyuk...@gmail.com Subject: Re: unable to set

Re: ENV variables from CLI

2012-05-03 Thread Sam William
Thanks guys,Adding the 'env:' in my 'add jar' works. Sam On May 3, 2012, at 7:35 AM, Edward Capriolo wrote: > That is generally how you set hiveconf. Env variables can be accessed this > way. > > hive> set x=${env:HOME}; > hive> set x; > x=/home/edward > > > > On Thu, May 3, 2012

Re: ENV variables from CLI

2012-05-03 Thread Edward Capriolo
That is generally how you set hiveconf. Env variables can be accessed this way. hive> set x=${env:HOME}; hive> set x; x=/home/edward On Thu, May 3, 2012 at 2:48 AM, Nitin Pawar wrote: > if you are looking at having parameters from external world to hive shells > then i would recommend > > 1) d

Re: unable to setup eclipse environment base on trunk

2012-05-03 Thread gemini alex
Thanks, it fix the first issue, the builtin.jar still reference in classpath which cause eclipse complain about it. 2012/5/3 Wataru Yukawa > Hi > > I also encountered a similar situation. > > please try > > wget > https://issues.apache.org/jira/secure/attachment/12524106/HIVE-2902.3.patch.txt >