rmetzger commented on a change in pull request #13757:
URL: https://github.com/apache/flink/pull/13757#discussion_r510845732
##########
File path:
flink-end-to-end-tests/test-scripts/docker-hadoop-secure-cluster/bootstrap.sh
##########
@@ -92,7 +92,12 @@ if [ "$1" == "--help" -o "$1" == "-h" ]; then
exit 0
elif [ "$1" == "master" ]; then
yes| sudo -E -u hdfs $HADOOP_PREFIX/bin/hdfs namenode -format
-
+ sudo -E sudo netstat -tulpn >> /var/log/hadoop/debugging.out
+ echo "--------------------" >> /var/log/hadoop/debugging.out
+ sudo -E sudo ps -aux >> /var/log/hadoop/debugging.out
+ echo "--------------------" >> /var/log/hadoop/debugging.out
+ sudo -E sudo jps -v >> /var/log/hadoop/debugging.out
Review comment:
oh, that's clearly a mistake. Good catch! I'll fix it.
----------------------------------------------------------------
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]