spark git commit: Revert "[SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executors"

2016-10-15 Thread rxin
Repository: spark Updated Branches: refs/heads/master ed1463341 -> 72a6e7a57 Revert "[SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executors" This reverts commit ed1463341455830b8867b721a1b34f291139baf3. The patch merged had obvious quality and documentation issue. The

spark git commit: [SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executors

2016-10-15 Thread mridulm80
Repository: spark Updated Branches: refs/heads/master 36d81c2c6 -> ed1463341 [SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executors ## What changes were proposed in this pull request? Restructure the code and implement two new task assigner. PackedAssigner: try to

spark git commit: [SPARK-17953][DOCUMENTATION] Fix typo in SparkSession scaladoc

2016-10-15 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 c53b83749 -> 2a1b10b64 [SPARK-17953][DOCUMENTATION] Fix typo in SparkSession scaladoc ## What changes were proposed in this pull request? ### Before: ```scala SparkSession.builder() .master("local") .appName("Word Count")

spark git commit: [SPARK-17953][DOCUMENTATION] Fix typo in SparkSession scaladoc

2016-10-15 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6ce1b675e -> 36d81c2c6 [SPARK-17953][DOCUMENTATION] Fix typo in SparkSession scaladoc ## What changes were proposed in this pull request? ### Before: ```scala SparkSession.builder() .master("local") .appName("Word Count")