Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hive/FAQ" page has been changed by ZhengShao.
http://wiki.apache.org/hadoop/Hive/FAQ?action=diff&rev1=5&rev2=6

--------------------------------------------------

+  1. I see errors like: Server access Error: Connection timed out 
url=http://archive.apache.org/dist/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz
+      Run the following commands:
+        {{{ cd ~/.ant/cache/hadoop/core/sources }}}
+        {{{ wget 
http://archive.apache.org/dist/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz 
}}}
+ 
   1. How to run clientpositive/clientnegative unit tests?
       To run clientpositive tests
         {{{ ant -Dtestcase=TestCliDriver test }}}
  
       To run a single clientnegative test alter1.q
         {{{ ant -Dtestcase=TestNegativeCliDriver -Dqfile=alter1.q test }}}
+ 
+      To run a single contrib test alter1.q and overwrite the result file
+        {{{ ant -Dtestcase=TestContribCliDriver -Dqfile=alter1.q 
-Doverwrite=true test }}}
+ 
+      To run a single test groupby1.q and output detailed information during 
execution
+        {{{ ant -Dtestcase=TestCliDriver -Dqfile=groupby1.q 
-Dtest.silent=false test }}}
  
   1. How to change the warehouse.dir location for older tables?
       To change the base location of the Hive tables, edit the 
hive.metastore.warehouse.dir param.

Reply via email to