Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

         CREATE REMOTE DATABASE hiveserver_remote USING hiveserver_connector 
WITH DBPROPERTIES ("connector.remoteDbName"="default");

3. Use the tables in REMOTE database much like the JDBC-storagehandler based tables in hive. One big difference
is that the metadata for these
tables are never persisted in hive. Currently, create/alter/drop table DDLs
are not supported in REMOTE databases.

        0: jdbc:hive2://localhost:10000> USE hiveserver_remote;

...