SinyoWong commented on code in PR #5261:
URL: https://github.com/apache/seatunnel/pull/5261#discussion_r1305070615
##########
seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/utils/HiveMetaStoreProxy.java:
##########
@@ -67,6 +70,14 @@ private HiveMetaStoreProxy(Config config) {
metastoreUri);
throw new HiveConnectorException(
HiveConnectorErrorCode.INITIALIZE_HIVE_METASTORE_CLIENT_FAILED, errorMsg, e);
+ } catch (MalformedURLException e) {
+ String errorMsg =
+ 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()));
Review 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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]