wangxiaojing123 commented on a change in pull request #903: KYLIN-4208 RT OLAP
kylin.stream.node configure optimization support all receiver can have the same
config
URL: https://github.com/apache/kylin/pull/903#discussion_r340979965
##########
File path:
stream-core/src/main/java/org/apache/kylin/stream/core/util/NodeUtil.java
##########
@@ -55,4 +71,29 @@ private static String getLocalhostName() {
}
return host;
}
+
+ private static String getLocalHostIp() {
Review comment:
Thank you for your reply. I'm in favor of using host name instead of IP.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services