[ https://issues.apache.org/jira/browse/FLINK-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945522#comment-14945522 ]
ASF GitHub Bot commented on FLINK-2156: --------------------------------------- GitHub user dawidwys opened a pull request: https://github.com/apache/flink/pull/1234 [FLINK-2156] Scala modules cannot create logging file You can merge this pull request into a Git repository by running: $ git pull https://github.com/dawidwys/flink master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1234.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1234 ---- commit aabb9a9d47450b0fa3ed01e88fd4e3645d2462da Author: dawid <dawid.wysakow...@gmail.com> Date: 2015-10-06T17:08:06Z [FLINK-2156] Scala modules cannot create logging file ---- > Scala modules cannot create logging file > ---------------------------------------- > > Key: FLINK-2156 > URL: https://issues.apache.org/jira/browse/FLINK-2156 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 0.10 > Reporter: Till Rohrmann > Labels: starter > Fix For: 0.10 > > > The Scala only modules {{flink-scala-shell}} and {{flink-ml}} use Maven's > scalatest plugin to run their tests. The scalatest plugin has no > {{forkNumber}}, though. Therefore, the logging fails to create the logging > file as specified in the {{log4j-travis.properties}} file. > We can fix this issue by giving these two modules different > {{log4j.properties}} files which don't require a {{forkNumber}}. Or we fix > the {{forkNumber}} to 1. -- This message was sent by Atlassian JIRA (v6.3.4#6332)