GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/529
SPARK-1607. Replace octal literals, removed in Scala 2.11, with hex literals
Octal literals like "0700" are deprecated in Scala 2.10, generating a
warning. They have been removed entirely in 2.11. See
https://issues.scala-lang.org/browse/SI-7618
This change simply replaces two uses of octals with hex literals, which
seemed the next-best representation since they express a bit mask (file
permission in particular)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-1607
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/529.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 #529
----
commit 0102f3d3898dd0ea9ecae2cfcc0757f1a510fa6c
Author: Sean Owen <[email protected]>
Date: 2014-04-24T08:41:16Z
Replace octal literals, removed in Scala 2.11, with hex literals
----
---
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.
---