diff --git a/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala b/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala index fa67a3222c484..9a7a4ea46a06d 100755 --- a/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala +++ b/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala @@ -118,7 +118,10 @@ private[hive] object SparkSQLCLIDriver { SessionState.start(sessionState) // Clean up after we exit - // This should be executed before shutdown hook of FileSystem to avoid race condition of FileSystem operation + /** + This should be executed before shutdown hook of + * FileSystem to avoid race condition of FileSystem operation + */ ShutdownHookManager.get.addShutdownHook( new Thread() { override def run() {