Re: Sqoop Import Oracle Error - Attempted to generate class with no columns!

2013-05-22 Thread Venkat Ranganathan
Resending, as the last one bounced. You need to specify username and tablename in uppercase, otherwise the job will fail Thanks Venkat On Wed, May 22, 2013 at 4:19 PM, Venkat wrote: > You need to specify username and tablename in uppercase > > Venkat > > > On Wed, May 22, 2013 at 2:27 PM, Ra

Sqoop Import Oracle Error - Attempted to generate class with no columns!

2013-05-22 Thread Raj Hadoop
Hi,   I just finished setting up Apache sqoop 1.4.3. I am trying to test basic sqoop import on Oracle.   sqoop import --connect jdbc:oracle:thin:@//intelli.dmn.com:1521/DBT --table usr1.testonetwo --username usr123 --password passwd123     I am getting the error as 13/05/22 17:18:16 INFO manager

Re: Hive tmp logs

2013-05-22 Thread Sanjay Subramanian
hive.querylog.location /path/to/hivetmp/dir/on/local/linux/disk hive.exec.scratchdir /data01/workspace/hive scratch/dir/on/local/linux/disk From: Anurag Tangri mailto:tangri.anu...@gmail.com>> Reply-To: "user@hive.apache.org" mailto:user@hive.apache.org>

Re: Hive tmp logs

2013-05-22 Thread Anurag Tangri
Hi, You can add Hive query log property in your hive site xml and point to the directory you want. Thanks, Anurag Tangri Sent from my iPhone On May 22, 2013, at 11:53 AM, Raj Hadoop wrote: > Hi, > > My hive job logs are being written to /tmp/hadoop directory. I want to change > it to a dif

Hive tmp logs

2013-05-22 Thread Raj Hadoop
Hi,   My hive job logs are being written to /tmp/hadoop directory. I want to change it to a different location i.e. a sub directory somehere under the 'hadoop' user home directory. How do I change it.   Thanks, Ra

Hive skipping first line

2013-05-22 Thread Tim Bittersohl
Hi, I got some little problem with the content of hive tables. These table's contents are generated by pig and do so have no header line, they are accessed as "TextFile" with an external hive table. When I fetch records through the java hive library (Version: 0.10.0-cdh4.2.0) with the "hiveCli