Skip to content

Commit

Permalink
[SPARK-5200] Disable web UI in Hive ThriftServer tests
Browse files Browse the repository at this point in the history
Disables the Spark web UI in HiveThriftServer2Suite in order to prevent Jenkins test failures due to port contention.

Author: Josh Rosen <[email protected]>

Closes #3998 from JoshRosen/SPARK-5200 and squashes the following commits:

a384416 [Josh Rosen] [SPARK-5200] Disable web UI in Hive Thriftserver tests.

(cherry picked from commit 82fd38d)
Signed-off-by: Josh Rosen <[email protected]>

Conflicts:
	sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suite.scala
  • Loading branch information
JoshRosen committed Jan 12, 2015
1 parent 55325af commit ee33699
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class HiveThriftServer2Suite extends FunSuite with Logging {
| --hiveconf ${ConfVars.METASTOREWAREHOUSE}=$warehousePath
| --hiveconf ${ConfVars.HIVE_SERVER2_THRIFT_BIND_HOST}=${"localhost"}
| --hiveconf ${ConfVars.HIVE_SERVER2_THRIFT_PORT}=$port
| --conf spark.ui.enabled=false
""".stripMargin.split("\\s+").toSeq

val serverRunning = Promise[Unit]()
Expand Down

0 comments on commit ee33699

Please sign in to comment.