Tables created by oozie hive action cannot be found from hive client but can find them in HDFS

笑着哭i 提交于 2019-12-04 11:56:31

Inside your oozie hive action you need to tell oozie where your hive metastore is.

Means you need to pass your hive-site.xml as argument.

Also you need to configure external metastore for hive for it to work. The default derby database configuration will not work for you.

So in simple steps

Create hive settings with external database , say mysql Pass that hive-site.xml to oozie action

See here for details

http://oozie.apache.org/docs/3.3.1/DG_HiveActionExtension.html

Thanks

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!