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
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
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 / 陈芳芳
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
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?
--
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