liupc commented on issue #9703: [FLINK-14038]Add default GC options for flink 
on yarn to facilitate debugging
URL: https://github.com/apache/flink/pull/9703#issuecomment-550169349
 
 
   Thanks for your active reply @tillrohrmann , I've fixed  those tests, the 
reason for the tests failure is that the quoting is not handled well. It seems 
that in hadoop2.4, the launch scripts is like below:
   ```
   exec /bin/bash -c "$JAVA_HOME/bin/java -Xms168m -Xmx168m  ....
   ```
   One have to handle the double quotes of `bash -c` if there are spaces in the 
opts.

----------------------------------------------------------------
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

Reply via email to