GitHub user luchesar opened a pull request: https://github.com/apache/spark/pull/2880
Branch 1.1 Building on a Linux box with encrypted home folder results in a failure. ``` [error] == Expanded type of tree == [error] [error] ConstantType(value = Constant(Throwable)) [error] [error] uncaught exception during compilation: java.io.IOException [error] File name too long [error] two errors found ``` This pull request fixes the problem in both the sbt and maven builds. Few other people are experiencing the same problem and will be good to be fixed. http://apache-spark-user-list.1001560.n3.nabble.com/compiling-spark-source-code-td13980.html http://mail-archives.apache.org/mod_mbox/spark-user/201312.mbox/%3c35f52c98-1178-480c-8d84-619d8f341...@gmail.com%3E You can merge this pull request into a Git repository by running: $ git pull https://github.com/luchesar/spark branch-1.1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/2880.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 #2880 ---- commit ec41aef5c14ae4d0c5acaf1097aa75d0afc631d0 Author: Luchesar Cekov <luchesar.ce...@gmail.com> Date: 2014-10-21T09:00:07Z Configure the max classfine name that scalac generates in order to make Spark buildable on Linux boxes with encrypted home folder. commit 1d1e5be688ebce1d65c75040772f13fc2631aa8f Author: Luchesar Cekov <luchesar.ce...@gmail.com> Date: 2014-10-21T19:37:15Z Maven build compiles without errors on linux with encrypted home folder ---- --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org