Skip to content

Commit

Permalink
Modified style
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Aug 11, 2014
1 parent 6c0997c commit 8bd833c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8bd833c

Please sign in to comment.