Re: Hive uploading

2012-07-05 Thread Bejoy Ks
ou need to create the --warehouse-dir in hdfs before running the sqoop import. Regards Bejoy KS From: "yogesh.kuma...@wipro.com" To: user@hive.apache.org; bejoy...@yahoo.com Sent: Thursday, July 5, 2012 6:07 PM Subject: RE: Hive uploading

RE: Hive uploading

2012-07-05 Thread yogesh.kumar13
hive.HiveImport: Hive import complete. Regards Yogesh Kumar From: Bejoy Ks [bejoy...@yahoo.com] Sent: Thursday, July 05, 2012 6:03 PM To: user@hive.apache.org Subject: Re: Hive uploading Hi Yogesh Verbose option won't create any difference in operation, but gives more lo

Re: Hive uploading

2012-07-05 Thread Bejoy Ks
oy KS From: "yogesh.kuma...@wipro.com" To: user@hive.apache.org; bejoy...@yahoo.com Sent: Thursday, July 5, 2012 6:00 PM Subject: RE: Hive uploading Hello Bejoy, sqoop import --connect jdbc:mysql://localhost:3306/Demo --username sqoop1 --password SQOOP1 -tab

RE: Hive uploading

2012-07-05 Thread yogesh.kumar13
: Hive uploading Hi Yogesh Please try out this command sqoop import --connect jdbc:mysql://localhost:3306/Demo --username sqoop1 --password SQOOP1 -table Dummy --hive-table dummyhive --create-hive-table --hive-import --hive-home HADOOP/hive --verbose Regards Bejoy KS

Re: Hive uploading

2012-07-05 Thread Bejoy Ks
From: "yogesh.kuma...@wipro.com" To: user@hive.apache.org; bejoy...@yahoo.com Sent: Thursday, July 5, 2012 5:03 PM Subject: RE: Hive uploading Hi Bejoy I have confirmed hive installation its same for both I used command echo $HIVE_HOME on both sqoop terminal and hive terminal b

RE: Hive uploading

2012-07-05 Thread yogesh.kumar13
: user@hive.apache.org Subject: Re: Hive uploading Hi Yogesh No issues seen on the first look. Can you run the sqoop import with --verbose option and post in the console dump? Are you having multiple hive installation? If so please verify whether you are using the same hive for both SQOOP import

Re: Hive uploading

2012-07-05 Thread Bejoy Ks
. (the hive installation @ HADOOP/hive) Regards Bejoy KS From: "yogesh.kuma...@wipro.com" To: user@hive.apache.org Sent: Thursday, July 5, 2012 2:58 PM Subject: Hive uploading Hi I have created a table in Mysql by name Dummy and it has 2 columns,

Hive uploading

2012-07-05 Thread yogesh.kumar13
Hi I have created a table in Mysql by name Dummy and it has 2 columns, and 1 row of data I want to upload that table into Hive using Sqoop tool. I used this command sqoop import --connect jdbc:mysql://localhost:3306/Demo --username sqoop1 --password SQOOP1 -table Dummy --hive-table dummyhive