spark git commit: [SPARK-20278][R] Disable 'multiple_dots_linter' lint rule that is against project's code style

2017-04-16 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master ad935f526 -> 86d251c58 [SPARK-20278][R] Disable 'multiple_dots_linter' lint rule that is against project's code style ## What changes were proposed in this pull request? Currently, multi-dot separated variables in R is not allowed. For ex

spark git commit: [SPARK-20343][BUILD] Add avro dependency in core POM to resolve build failure in SBT Hadoop 2.6 master on Jenkins

2017-04-16 Thread srowen
Repository: spark Updated Branches: refs/heads/master a888fed30 -> ad935f526 [SPARK-20343][BUILD] Add avro dependency in core POM to resolve build failure in SBT Hadoop 2.6 master on Jenkins ## What changes were proposed in this pull request? This PR proposes to add ``` org.a

spark git commit: [SPARK-19740][MESOS] Add support in Spark to pass arbitrary parameters into docker when running on mesos with docker containerizer

2017-04-16 Thread srowen
Repository: spark Updated Branches: refs/heads/master e090f3c0c -> a888fed30 [SPARK-19740][MESOS] Add support in Spark to pass arbitrary parameters into docker when running on mesos with docker containerizer ## What changes were proposed in this pull request? Allow passing in arbitrary param