hive初始化
①mysql要配置成遠程可訪問
②初始化(只需要一次)
schematool -dbType mysql -initSchema
③hive --service metastore &(每次都需要,對接mysql需要)
④啟動hive
總結
- 上一篇: 手机版自动点击器怎么使用
- 下一篇: 元数据实例一则
①mysql要配置成遠程可訪問
②初始化(只需要一次)
schematool -dbType mysql -initSchema
③hive --service metastore &(每次都需要,對接mysql需要)
④啟動hive