Re: Run CliDriver in Eclipse

2011-01-24 Thread Carl Steinbach
Hi Pei, This sounds like a classpath issue -- specifically that hive-default.xml is not on your Eclipse project's classpath. This should be setup automatically if you follow the instructions here: http://wiki.apache.org/hadoop/Hive/GettingStarted/EclipseSetup Thanks. Carl On Mon, Jan 24, 2011 a

Re: Run CliDriver in Eclipse

2011-01-24 Thread Edward Capriolo
On Mon, Jan 24, 2011 at 4:19 PM, Pei HE wrote: > Hi, > I am trying to debug Hive in Eclipse. > > My problem is Hive doesn't work with Hadoop, when the command line is > invoked in Eclipse. > > The version of Hadoop is 0.19.2. > > There is no problem when I run Hive by ./build/dist/bin/hive. But, >

Run CliDriver in Eclipse

2011-01-24 Thread Pei HE
Hi, I am trying to debug Hive in Eclipse. My problem is Hive doesn't work with Hadoop, when the command line is invoked in Eclipse. The version of Hadoop is 0.19.2. There is no problem when I run Hive by ./build/dist/bin/hive. But, when I run the class CliDriver in Eclipse, it cannot find the ta