Re: Hive Problem

2011-11-29 Thread Jurgen Van Gael
Thanks for all the help and replies. I tracked this error down to the fact that I was using the --warehouse-dir option in swoop to be the directory of the Hive warehouse. That meant the Hive import step in Sqoop was trying to overwrite the source of the import, namely the data that was produced by

Re: Hive Problem

2011-11-29 Thread Miguel Cabero
Hi Jurgen, May be you can find some hints in http://www.slideshare.net/kate_ting/habits-of-effective-sqoop-users Regards, Miguel On 29 Nov 2011, at 00:44, arv...@cloudera.com wrote: > Hi Jurgen, > > What version of Hive and Sqoop are you using? Also, please look under > /tmp/${USER}/hive.lo

Re: Hive Problem

2011-11-29 Thread Jurgen Van Gael
I'm using * Sqoop 1.3.0-cdh3u2 * Hive 0.7.1-cdh3u2 My /tmp/${USER}/hive.log file is not very informative: 2011-11-29 08:04:22,636 ERROR DataNucleus.Plugin (Log4JLogger.java:error(115)) - Bundle "org.eclipse.jdt.core" requires "org.eclipse.core.resources" but it cannot be resolved. 2011-11-29 08:0

Re: Hive Problem

2011-11-28 Thread Alexander C.H. Lorenz
Hi, please check also the permissions in hdfs for hive warehouse-dirs. best, Alex On Tue, Nov 29, 2011 at 12:44 AM, arv...@cloudera.com wrote: > Hi Jurgen, > > What version of Hive and Sqoop are you using? Also, please look under > /tmp/${USER}/hive.log file which will have more detailed infor

Re: Hive Problem

2011-11-28 Thread arv...@cloudera.com
Hi Jurgen, What version of Hive and Sqoop are you using? Also, please look under /tmp/${USER}/hive.log file which will have more detailed information on what may be going wrong. Thanks, Arvind On Mon, Nov 28, 2011 at 3:17 PM, Jurgen Van Gael wrote: > Hi, > I am running the Cloudera CDH3 Hive di