Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2881

Snappy is now default codec - could lead to conflicts since uses /tmp

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.1.0
    • 1.1.0, 1.2.0
    • Spark Core
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              pwendell Patrick Wendell
              tgraves Thomas Graves
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: