NicoK commented on a change in pull request #8903: [FLINK-12747][docs] Getting
Started - Table API Example Walkthrough
URL: https://github.com/apache/flink/pull/8903#discussion_r308261424
##########
File path: flink-end-to-end-tests/test-scripts/common.sh
##########
@@ -49,7 +49,7 @@ cd $TEST_ROOT
source "${TEST_INFRA_DIR}/common_utils.sh"
-NODENAME=${NODENAME:-`hostname -f`}
+NODENAME="localhost" #${NODENAME:-`hostname -f`}
Review comment:
please revert
----------------------------------------------------------------
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