[ 
https://issues.apache.org/jira/browse/SPARK-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099870#comment-14099870
 ] 

Taro L. Saito edited comment on SPARK-2881 at 8/17/14 3:31 AM:
---------------------------------------------------------------

This problem is fixed in snappy-java 1.1.1.3. 
But for your convenience, I applied a hot fix and released 1.0.5.3:
https://github.com/xerial/snappy-java/commit/89277ddb7a9982126d444af3a290a1d68953ac66

This version 1.0.5.3 is now available in Maven central:
http://central.maven.org/maven2/org/xerial/snappy/snappy-java/



was (Author: taroleo):
This problem is fixed in snappy-java 1.1.1.3. 
But for your convenience, I applied a hot fix and released 1.0.5.3:
https://github.com/xerial/snappy-java/commit/89277ddb7a9982126d444af3a290a1d68953ac66

Which will be available soon in Maven central:
http://central.maven.org/maven2/org/xerial/snappy/snappy-java/


> Snappy is now default codec - could lead to conflicts since uses /tmp
> ---------------------------------------------------------------------
>
>                 Key: SPARK-2881
>                 URL: https://issues.apache.org/jira/browse/SPARK-2881
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.1.0
>            Reporter: Thomas Graves
>            Assignee: Patrick Wendell
>            Priority: Blocker
>
> I was using spark master branch and I ran into an issue with Snappy since its 
> now the default codec for shuffle. 
> The issue was that someone else had run with snappy and it created 
> /tmp/snappy-*.so but it had restrictive permissions so I was not able to use 
> it or remove it.   This caused my spark job to not start.  
> I was running in yarn client mode at the time.  Yarn cluster mode shouldn't 
> have this issue since we change the java.io.tmpdir. 
> I assume this would also affect standalone mode.
> I'm not sure if this is a true blocker but wanted to file it as one at first 
> and let us decide.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to