RE: debugging into unit tests with the new mvn build setup

2013-11-14 Thread Eric Hanson (SQL SERVER)
tionContext. > > Eric > > -Original Message- > From: Brock Noland [mailto:br...@cloudera.com] > Sent: Wednesday, November 13, 2013 7:02 PM > To: dev@hive.apache.org > Cc: hive-...@hadoop.apache.org > Subject: Re: debugging into unit tests with the new mvn build s

Re: debugging into unit tests with the new mvn build setup

2013-11-14 Thread Brock Noland
c > > -Original Message- > From: Brock Noland [mailto:br...@cloudera.com] > Sent: Wednesday, November 13, 2013 7:02 PM > To: dev@hive.apache.org > Cc: hive-...@hadoop.apache.org > Subject: Re: debugging into unit tests with the new mvn build setup > > Hi, > > Specif

RE: debugging into unit tests with the new mvn build setup

2013-11-14 Thread Eric Hanson (SQL SERVER)
@hive.apache.org Cc: hive-...@hadoop.apache.org Subject: Re: debugging into unit tests with the new mvn build setup Hi, Specifically which test are you referring to? A true unit test is debuggable via the debug menu without any additional work (e.g. the new UDF tests or TestMacroSemanticAnalyzer). The so

Re: debugging into unit tests with the new mvn build setup

2013-11-13 Thread Brock Noland
Hi, Specifically which test are you referring to? A true unit test is debuggable via the debug menu without any additional work (e.g. the new UDF tests or TestMacroSemanticAnalyzer). The so called "unit" tests that submit MR jobs might be a little more work, but are you looking to debug the pare