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=4&rev2=5

  $ mvn clean install 
-Dtajo.resource.manager=org.apache.tajo.master.rm.YarnTajoResourceManager
  }}}
  
+ == TestCatalog ==
+ TestCatalog can perform unit tests for various catalog drivers. In order to 
specify the driver to be tested, add the following JVM options.
+ 
+ JVM Options:
+ {{{
+ -Dtajo.catalog.store.class=org.apache.tajo.catalog.store.MySQLStore 
-Dtajo.catalog.connection.id=tajo -Dtajo.catalog.connection.password=password 
-Dtajo.catalog.uri=jdbc:mysql://localhost:3306/tajo
+ }}}
+ 

Reply via email to