Home > database >  The correct hive building table command
The correct hive building table command

Time:10-10

Build table command Error: FAILED: Execution Error, the return code from 1 org.. Apache hadoop. Hive. Ql. Exec. DDLTask. MetaException (message: For direct MetaStore DB connections, we don 't support retries at the client level.)
This is due to my mysql no longer USES the local database (the default), local here need to configure the remote metadata servers, then starts in the hive server-side metadata storage service, metastore for and mysql table structure to create or update the communication between the
In the first place in the configuration file configuration metastore configuration, the following

Hive. Metastore. Uris
Thrift://192.168.88.101:9083 & lt;/value>
JDBC/odbc connection hive, if mysql must set & lt;/description>

After configured, start communication service:
[bdata @ bdata4 bin] $./hive - service metastore - hiveconf hbase. The zookeeper. Quorum=bdata1, bdata2, bdata3 - hiveconf hbase. The zookeeper. Property. ClientPort=2181 & amp;
  • Related