去掉 System.exit(0) 退出
This commit is contained in:
@@ -25,7 +25,6 @@ object UpdateDocument {
|
||||
} finally {
|
||||
arangoManger.clean()
|
||||
SparkSessionUtil.closeSpark()
|
||||
System.exit(0)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +38,6 @@ object UpdateDocument {
|
||||
} finally {
|
||||
arangoManger.clean()
|
||||
SparkSessionUtil.closeSpark()
|
||||
System.exit(0)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,7 +49,6 @@ object UpdateDocument {
|
||||
} finally {
|
||||
arangoManger.clean()
|
||||
SparkSessionUtil.closeSpark()
|
||||
System.exit(0)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user