We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE CATALOG myhive WITH ( 'type' = 'hive', 'default-database' = 'test', 'hive-conf-dir' = '/data01/apache/apache-hive-2.1.1/conf' );
在flink内部相关jar已经放好了,在终端可以直接加载hive中的表格,但是在web端调用表格就报错没这个表,看你的demo然后使用建表语句在hive端也是失败的.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CREATE CATALOG myhive WITH (
'type' = 'hive',
'default-database' = 'test',
'hive-conf-dir' = '/data01/apache/apache-hive-2.1.1/conf'
);
在flink内部相关jar已经放好了,在终端可以直接加载hive中的表格,但是在web端调用表格就报错没这个表,看你的demo然后使用建表语句在hive端也是失败的.
The text was updated successfully, but these errors were encountered: