[GitHub] flink issue #2708: [FLINK-4946] [scripts] Load jar files from subdirectories...

2016-11-09 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2708 Thanks @greghogan! The changes look good. +1 to merge --- 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

[GitHub] flink issue #2708: [FLINK-4946] [scripts] Load jar files from subdirectories...

2016-11-09 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2708 @mxm I pushed a new commit that is working in YARN with recursive directories. The issue looks to have been that YARN was copying files recursively but the Java classpath can only contain simple

[GitHub] flink issue #2708: [FLINK-4946] [scripts] Load jar files from subdirectories...

2016-11-08 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2708 @greghogan It would be helpful to look at the Yarn container files which include the container environment variables. This would help us to figure out why the recursive `**` is not working. Another

[GitHub] flink issue #2708: [FLINK-4946] [scripts] Load jar files from subdirectories...

2016-11-08 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2708 @uce @mxm after adding the recursive wildcard the nested jar files are copied to the application directory within HDFS. This is my first time testing Flink on YARN and I am getting a