Re: cannot see hive table after import

2013-11-19 Thread Kevin Zhang
It turns out that hive uses the current directory as the metadata store location.  Running the sqoop command and hive command from the same location fixed my problem. From: "p...@insufficient-light.com" To: user@sqoop.apache.org Sent: Tuesday, November 19,

cannot see hive table after import

2013-11-19 Thread Kevin Zhang
Just started to use Hadoop, Hive, Sqoop today. Sorry for any stupid questions. I managed to run a sqoop-import command. The command output says "Hive import complete". But I cannot see the table within hive. Hive command "show tables" show nothing. My Sqoop command is:  /bin/sqoop-import --conn

sqoop and hive

2013-11-19 Thread Kevin Zhang
Hi, I'm new to Sqoop. Can anybody please tell me how to import mysql database table into hive database with Sqoop?   I'm using sqoop-1.99.3-bin-hadoop100.tar.gz . I searched but could not find the answer. Right now I can import mysql database table to hadoop text files. For 1.99.3, I cannot fi