Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/690#discussion_r30530340 --- Diff: flink-yarn/pom.xml --- @@ -113,6 +113,10 @@ under the License. <jvmArg>-Xms128m</jvmArg> <jvmArg>-Xmx512m</jvmArg> </jvmArgs> + <args> + <arg>-Xmax-classfile-name</arg> + <arg>128</arg> --- End diff -- Does your encrypted file system only support 128 characters? We should try to set the value as high as possible, otherwise, we might run into [problems](http://scala-language.1934581.n4.nabble.com/Xmax-classfile-name-td4637574.html)
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---