Oozie调度hive报错The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the CLASSPATH. Please check your CLASSPATH specification, and the name of the driver.
摘要:
首先检验Hive元数据是否正常,如果Hive元数据正常使用,请在oozie配置文件workflow.xml中增加配置: <property> <name>hive.metastore.uris</name> <value>thrift://192.168.2.21:9083</value> </pr 阅读全文
posted @ 2021-07-09 18:05 RICH-ATONE 阅读(228) 评论(0) 推荐(0) 编辑