RE: Is there a way to run a test about some class?

2011-08-01 Thread Devaraj K
You can run all the unit test with the command ant test, or you can run a specific unit test with the command ant -Dtestcase= test (for example ant -Dtestcase=TestFileSystem test). Refer : https://cwiki.apache.org/confluence/display/Hive/HowToContribute Devaraj K _ From: Fang

Re: NPE with hive.cli.print.header=true;

2011-08-01 Thread bejoy_ks
Hi Ayon AFAIK hive is supposed to behave so. If you set the hive.cli.print.header=true for enabling column headers then some commands like 'desc' is not expected to work. Not sure whether there is some patch recently out for this. Regards Bejoy K S -Original Message- From: Ayon Sin

Is there a way to run a test about some class?

2011-08-01 Thread Fang Fang FF Chen
Every time I run tests with "ant tests", it will lasted for a long time. Now I just want to run some test(i.e Test org.apache.hadoop.hive.cli.TestCliDriver). Is there a command or a way which is available for my idea? Thank you. Thanks. Regards, FangFang CHEN / 陈芳芳

NPE with hive.cli.print.header=true;

2011-08-01 Thread Ayon Sinha
With  set hive.cli.print.header=true; I get NPE's for "desc" as well as "use" Exception in thread "main" java.lang.NullPointerException at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:176) at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:241) at org.apache.had

Hive-HBase Integration - Jar question

2011-08-01 Thread Neerja Bhatnagar
Hi, I am using hive-hbase-handler-0.7.0-cdh3u0.jar (under hive-0.7.0-cdh3u0/lib) thrift-fb303-0.5.0.jar (under hive-0.7.0-cdh3u0/lib) thrift-0.2.0.jar (under hbase-0.90.1-cdh3u0/lib) in my project. We use Maven; could anyone please tell me where I can get the pom information for these jars? --

Re: Indexing help

2011-08-01 Thread Siddharth Ramanan
The reduce percentage keeps fluctuating when, the alter index command is being keyed. The logs just give " out of memory error " after tweaking some properties, the earlier exceptions doesn't appear now. Can anyone guide me here? I have increased the heap space upto 4gb.. still, getting the same ex