spark git commit: [SPARK-11251] Fix page size calculation in local mode

2015-10-22 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 e405c2a1f -> a76cf51ed [SPARK-11251] Fix page size calculation in local mode ``` // My machine only has 8 cores $ bin/spark-shell --master local[32] scala> val df = sc.parallelize(Seq((1, 1), (2, 2))).toDF("a", "b") scala>

spark git commit: [SPARK-11251] Fix page size calculation in local mode

2015-10-22 Thread rxin
Repository: spark Updated Branches: refs/heads/master 163d53e82 -> 34e71c6d8 [SPARK-11251] Fix page size calculation in local mode ``` // My machine only has 8 cores $ bin/spark-shell --master local[32] scala> val df = sc.parallelize(Seq((1, 1), (2, 2))).toDF("a", "b") scala>