GitHub user luchesar opened a pull request:

    https://github.com/apache/spark/pull/2883

    Sbt and Maven builds pass on Linux boxes with encrypted folder

    The contribution is my original work.  I license the work to the project 
under the project's open source license.
    
    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/%[email protected]%3E

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/luchesar/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2883.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 #2883
    
----
commit 603456a0cb483612df6671e06367726bec8d454b
Author: Luchesar Cekov <[email protected]>
Date:   2014-10-21T20:44:29Z

    SBT build compiles without errors on linux with encrypted home folder

commit 4316adda85695baabe5496e4cead345ae3598b5a
Author: Luchesar Cekov <[email protected]>
Date:   2014-10-21T21:04:01Z

    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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to