Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add version for dbType mssql, link to HIVE-6862

...

No Format
 derby|mysql|postgres|oracle|mssql
Info
titleVersion

The dbType "mssql" was added in Hive 0.13.1 with HIVE-6862.

Usage Examples

  • Initialize to current schema for a new Hive setup:

    No Format
    $ schematool -dbType derby -initSchema
    Metastore connection URL:        jdbc:derby:;databaseName=metastore_db;create=true
    Metastore Connection Driver :    org.apache.derby.jdbc.EmbeddedDriver
    Metastore connection User:       APP
    Starting metastore schema initialization to 0.13.0
    Initialization script hive-schema-0.13.0.derby.sql
    Initialization script completed
    schemaTool completed
    

...