[Hotfix][Connector-V2][Hive] fix the bug that hive-site.xml can not be injected#5261
Conversation
…e injected in HiveConf
| String.format( | ||
| "Using this hive uris [%s], hive conf [%s] to initialize " | ||
| + "hive metastore client instance failed", | ||
| metastoreUri, config.getString(HiveConfig.HIVE_SITE_PATH.key())); |
There was a problem hiding this comment.
When we reach here, the HiveConfig.HIVE_SITE_PATH must not be null?
There was a problem hiding this comment.
Still got the error :
org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: ErrorCode:[HIVE-03], ErrorDescription:[Get hive table information from hive metastore service failed] - Get table [ods_wj.order_analysis] information failed
Caused by: org.apache.thrift.transport.TTransportException
There was a problem hiding this comment.
When we reach here, the HiveConfig.HIVE_SITE_PATH must not be
null?
yes, you are right, I will check it. Thank you!
There was a problem hiding this comment.
It has no problem. Thank you for your review. @Hisoka-X
There was a problem hiding this comment.
Does @SinyoWong reported error is related to this PR?
There was a problem hiding this comment.
Does @SinyoWong reported error is related to this PR?
Oh! I mean this issue:
#4451
…e injected in HiveConf (apache#5261)
…e injected in HiveConf (apache#5261)
…e injected in HiveConf (apache#5261)
…e injected in HiveConf (apache#5261)
|
为什么还报这个问题啊 |
|
@FengSq 解决了吗? |
Purpose of this pull request
Check list
New License Guide
release-note.