Skip to content

Commit 3de1efc

Browse files
authored
[HWORKS-1048][APPEND] Add back System.exit(0) for fs jobs (logicalclocks#254)
* [HWORKS-1048][APPEND] Add back System.exit(0) for fs jobs * fix
1 parent e9689c3 commit 3de1efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/java/src/main/java/com/logicalclocks/utils/MainClass.java

+1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,6 @@ public static void main(String[] args) throws Exception {
123123
LOGGER.info("Closing spark session...");
124124
SparkEngine.getInstance().closeSparkSession();
125125
}
126+
System.exit(0);
126127
}
127128
}

0 commit comments

Comments
 (0)