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 RussellMelick.
The comment on this change is: add missing line break.
http://wiki.apache.org/hadoop/Hive/DeveloperGuide?action=diff&rev1=26&rev2=27
--------------------------------------------------
}}}
In particular HIVE_DEBUG_PORT is the port number that the JVM is listening on and the debugger
will attach to. Then run the unit test as follows:
{{{
+ > HADOOP_OPTS=$HIVE_DEBUG
- > HADOOP_OPTS=$HIVE_DEBUG ant test -Dtestcase=TestCliDriver -Dqfile=<mytest>.q
+ > ant test -Dtestcase=TestCliDriver -Dqfile=<mytest>.q
}}}
The unit test will run until it shows:
{{{
|