aboutsummaryrefslogtreecommitdiff
path: root/docs/job-scheduling.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-04-24 23:34:00 -0700
committerMatei Zaharia <matei@databricks.com>2014-04-24 23:35:21 -0700
commit7493ca947a1198ffe0824766d7d51f9e44795c15 (patch)
treeb5cbcbf1f2f894dce09928be9013ffc5d7e71f92 /docs/job-scheduling.md
parent3eba9bd2fc6e6da95b36aafbce3e620b042aee55 (diff)
downloadspark-7493ca947a1198ffe0824766d7d51f9e44795c15.tar.gz
spark-7493ca947a1198ffe0824766d7d51f9e44795c15.tar.bz2
spark-7493ca947a1198ffe0824766d7d51f9e44795c15.zip
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) Author: Sean Owen <sowen@cloudera.com> Closes #529 from srowen/SPARK-1607 and squashes the following commits: 1ee0e67 [Sean Owen] Use Integer.parseInt(...,8) for octal literal instead of hex equivalent 0102f3d [Sean Owen] Replace octal literals, removed in Scala 2.11, with hex literals
Diffstat (limited to 'docs/job-scheduling.md')
0 files changed, 0 insertions, 0 deletions