Hive UT

ant package eclipse-files -Doffline=true -Divy.skip=true

ant clean package eclipse-files

记录下(可以去各个目录下的build.xml中查找到):
ant test -Doffline=true
ant testreport

ant test -Dtestcase=TestCliDriver -Dqfile=create_view.q -Dtest.silent=false
ant test -Dtestcase=TestPaser -Dqfile=input_part1.q -Dtest.silent=false
ant test -Dtestcase=TestNegativeCliDriver  -Dqfile=script_broken_pipe1.q -Dtest.silent=false
ant test -Dtestcase=TestContribCliDriver -Dqfile=hook_plandeduplication2.q -Dtest.silent=false
ant -Dtestcase=TestJdbcDriver test
ant test -Dtestcase=TestHBaseCliDriver -Dqfile=hbase_queries.q -Dtest.silent=false

TestNegativeCliDriver/TestParseNegative/TestNegativeContribCliDriver



ant test -Dtestcase=TestCliDriver -Dqfile=describe_table.q -Dtest.silent=false -Doverwrite=true




export HIVE_CONF_DIR=$HOME/hive/hive-0.6.0/conf
tianzhao@tianzhao-VirtualBox:~/hive/hive-0.6.0$ bin/hive --service hiveserver

ant test -Dtestcase=TestJdbcDriver -Dstandalone=true
ant test -Dtestcase=TestHiveServer -Dstandalone=true


tianzhao@tianzhao-VirtualBox:~/hive/hadoop-0.19.1$ bin/hadoop dfsadmin -safemode get
Safe mode is OFF



http://wiki.apache.org/hadoop/Hive/HowToContribute?action=recall&rev=28
thrift
sudo apt-get install libboost-dev




TestCase:
org.apache.hadoop.hive.ql.exec.TestExecDriver  //TestExecDriver的TestCase

你可能感兴趣的:(xml,ant,hbase)