spark git commit: [SPARK-8910] Fix MiMa flaky due to port contention issue

2015-07-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master b55499a44 - 47ef423f8 [SPARK-8910] Fix MiMa flaky due to port contention issue Due to the way MiMa works, we currently start a `SQLContext` pretty early on. This causes us to start a `SparkUI` that attempts to bind to port 4040. Because

spark git commit: [SPARK-8910] Fix MiMa flaky due to port contention issue

2015-07-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 2fb2ef0ee - 12c1c36d9 [SPARK-8910] Fix MiMa flaky due to port contention issue Due to the way MiMa works, we currently start a `SQLContext` pretty early on. This causes us to start a `SparkUI` that attempts to bind to port 4040.