We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0997c commit 8bd833cCopy full SHA for 8bd833c
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala
@@ -118,7 +118,10 @@ private[hive] object SparkSQLCLIDriver {
118
SessionState.start(sessionState)
119
120
// Clean up after we exit
121
- // This should be executed before shutdown hook of FileSystem to avoid race condition of FileSystem operation
+ /**
122
+ This should be executed before shutdown hook of
123
+ * FileSystem to avoid race condition of FileSystem operation
124
+ */
125
ShutdownHookManager.get.addShutdownHook(
126
new Thread() {
127
override def run() {
0 commit comments