Skip to content

Commit 8bd833c

Browse files
committed
Modified style
1 parent 6c0997c commit 8bd833c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ private[hive] object SparkSQLCLIDriver {
118118
SessionState.start(sessionState)
119119

120120
// Clean up after we exit
121-
// This should be executed before shutdown hook of FileSystem to avoid race condition of FileSystem operation
121+
/**
122+
This should be executed before shutdown hook of
123+
* FileSystem to avoid race condition of FileSystem operation
124+
*/
122125
ShutdownHookManager.get.addShutdownHook(
123126
new Thread() {
124127
override def run() {

0 commit comments

Comments
 (0)