Hive Remote模式搭建

mysql> create database metastore;

Query OK, 1 row affected (0.03 sec)

mysql> set global validate_password_policy=0;

Query OK, 0 rows affected (0.26 sec)

mysql> grant all on metastore.* to hive@'%' identified by 'hive123456';

Query OK, 0 rows affected, 1 warning (0.03 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/c1c886eff4df5967129d0870a300e420.html