[ 
https://issues.apache.org/jira/browse/SPARK-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matei Zaharia resolved SPARK-1607.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

> Remove use of octal literals, deprecated in Scala 2.10 / removed in 2.11
> ------------------------------------------------------------------------
>
>                 Key: SPARK-1607
>                 URL: https://issues.apache.org/jira/browse/SPARK-1607
>             Project: Spark
>          Issue Type: Improvement
>          Components: YARN
>    Affects Versions: 0.9.1
>            Reporter: Sean Owen
>            Priority: Minor
>              Labels: literal, octal, scala, yarn
>             Fix For: 1.0.0
>
>
> 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)



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

Reply via email to