Skip to content

Commit 5ce343a

Browse files
committed
throw
1 parent 9cdd7fa commit 5ce343a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIService.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ private[thriftserver] trait ReflectedCompositeService { this: AbstractService =>
151151
logError(s"Error starting services $getName", e)
152152
invoke(classOf[CompositeService], this, "stop",
153153
classOf[Int] -> new Integer(serviceStartCount))
154+
throw new ServiceException("Failed to Start " + getName, e)
154155
}
155156

156157
// Emulating `AbstractService.start`

0 commit comments

Comments
 (0)