File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
kyuubi-server/src/main/scala/yaooqinn/kyuubi/session Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,6 @@ private[kyuubi] class KyuubiSession(
137137 }
138138 }
139139
140- private def cleanupSessionResourcesDir (): Unit = {
141- try {
142- FileUtils .forceDelete(sessionResourcesDir)
143- } catch {
144- case e : Exception =>
145- error(" Failed to cleanup session log dir: " + sessionResourcesDir, e)
146- }
147- }
148-
149140 def sparkSession : SparkSession = this .sparkSessionWithUGI.sparkSession
150141
151142 def ugi : UserGroupInformation = this .sessionUGI
@@ -205,8 +196,6 @@ private[kyuubi] class KyuubiSession(
205196 // Iterate through the opHandles and close their operations
206197 opHandleSet.foreach(closeOperation)
207198 opHandleSet.clear()
208- // Cleanup session resources directory
209- cleanupSessionResourcesDir()
210199 // Cleanup session log directory.
211200 cleanupSessionLogDir()
212201 } finally {
You can’t perform that action at this time.
0 commit comments