You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/03/03 02:33:49 UTC

[Hadoop Wiki] Update of "Hive/DeveloperGuide" by ArvindPrabhakar

Dear Wiki user,

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

The "Hive/DeveloperGuide" page has been changed by ArvindPrabhakar.
http://wiki.apache.org/hadoop/Hive/DeveloperGuide?action=diff&rev1=23&rev2=24

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

  svn add ql/src/test/queries/clientpositive/myname.q ql/src/test/results/clientpositive/myname.q.out
  svn diff > patch.txt
  }}}
+ 
+ Similarly, to add negative client tests, write a new query input file in ql/src/test/queries/clientnegative and run the same command, this time specifying the testcase name as !TestNegativeCliDriver instead of !TestCliDriver. Note that for negative client tests, the output file if created using the overwrite flag can be be found in the directory ql/src/test/results/clientnegative.
+ 
  Debugging Hive
  
  === Debugging Hive code ===