去掉 System.exit(0) 退出

This commit is contained in:
zhanghongqing
2022-09-23 11:29:04 +08:00
parent 4937d33e3e
commit b8601cc26e

View File

@@ -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)
}
}