You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by Apache Wiki <wi...@apache.org> on 2013/09/06 07:31:23 UTC

[Tajo Wiki] Update of "UnitTests" by HyunsikChoi

Dear Wiki user,

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

The "UnitTests" page has been changed by HyunsikChoi:
https://wiki.apache.org/tajo/UnitTests?action=diff&rev1=1&rev2=2

  $ mvn clean install
  }}}
  
- If you want to perform the unit tests with the on-demand mode. you should give a JVM option to maven as follows:
+ If you want to perform the unit tests with the on-demand mode using Yarn as a cluster resource manager. you should give a JVM option to maven as follows:
  
  {{{
- mvn clean install -Dtajo.resource.manager=org.apache.tajo.master.rm.YarnTajoResourceManage
+ $ mvn clean install -Dtajo.resource.manager=org.apache.tajo.master.rm.YarnTajoResourceManage
  }}}