Hi.

I think that you are building in encrypted file system such as ecryptfs.
Some encrypted file systems do not support long file name, but scala classes 
have long file name frequently.

You can choose two options to solve this problem.

1. Build in non-encrypted file system.
2. Add `-Xmax-classfile-name` args into configuration of scald-maven-plugin in 
pom.xml to restrict file name length. Following is example:

<arg>-Xmax-classfile-name</arg>
<arg>128</arg>


Regards.
Chiwan Park (Sent with iPhone)


> On May 19, 2015, at 11:53 PM, Tamara Mendt <tammyme...@gmail.com> wrote:
> 
> Hello,
> 
> I am getting errors when trying to build the current master and I wonder if
> anyone has had the same problem or could help me figure it out.
> 
> @aalexandrov says he is having the same issue.
> 
> I am using
> Maven Version: 3.0.5
> Java version: 1.8.0_45
> 
> When I try to compile I get following Errors and the build fails:
> 
> [ERROR] error:
> [INFO]      while compiling: YarnTaskManager.scala
> ...
> [ERROR] error: File name too long
> ...
> [ERROR] Failed to execute goal
> net.alchim31.maven:scala-maven-plugin:3.1.4:compile (scala-compile-first)
> on project flink-yarn: wrap: org.apache.commons.exec.ExecuteException:
> Process exited with an error: 1 (Exit value: 1) -> [Help 1]
> 
> Cheers,
> 
> Tamara

Reply via email to