dengzhhu653 commented on code in PR #5145:
URL: https://github.com/apache/hive/pull/5145#discussion_r1846022187
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:
##########
@@ -732,10 +756,26 @@ public static void startMetaStore(int port,
HadoopThriftAuthBridge bridge,
}
// optionally create and start the property server and servlet
propertyServer = PropertyServlet.startServer(conf);
+ // optionally create and start the Iceberg REST server and servlet
+ icebergServer = startIcebergCatalog(conf);
Review Comment:
Can we able to merge the `propertyServer` and the `icebergServer`, listening
to the same port?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]