Github user mxm commented on the issue:
https://github.com/apache/flink/pull/2275
>The RollingFileSink error might be due to
https://issues.apache.org/jira/browse/HDFS-9213. The secure MiniDFS cluster
requires privileged ports to be used and we need to enable the java process to
grant access if it is not running as root.
If we have to use privileged ports then we won't be able to use our CI
system. Are you sure it can only run in privileged mode? Is it not possible to
change the port binding to port >= 1024?
If you have previously ran `mvn install -DskipTests`, then you can use the
following to run the test:
```
mvn test integration-test -Dtest="YARNSessionFIFOSecuredITCase"
-Pinclude-yarn-tests -pl flink-yarn-tests
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---