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