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/11/07 14:58:45 UTC

[Tajo Wiki] Update of "Catalog" by JaehwaJung

Dear Wiki user,

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

The "Catalog" page has been changed by JaehwaJung:
https://wiki.apache.org/tajo/Catalog?action=diff&rev1=2&rev2=3

    </property>
  
    <property>
-     <name>tajo.catalog.jdbc.connection.id</name>
+     <name>tajo.catalog.connection.id</name>
      <value>{id}</value>
    </property>
    <property>
-     <name>tajo.catalog.jdbc.connection.password</name>
+     <name>tajo.catalog.connection.password</name>
      <value>{password}</value>
    </property>
  <property>
-     <name>tajo.catalog.jdbc.uri</name>
+     <name>tajo.catalog.uri</name>
      <value>jdbc:mysql://hostname:3306/tajo?createDatabaseIfNotExist=true</value>
    </property>
  </configuration>