Skip to content

Commit

Permalink
[HWORKS-1048][APPEND] Add back System.exit(0) for fs jobs (logicalclo…
Browse files Browse the repository at this point in the history
…cks#254)

* [HWORKS-1048][APPEND] Add back System.exit(0) for fs jobs

* fix
  • Loading branch information
robzor92 authored Aug 1, 2024
1 parent e9689c3 commit 3de1efc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ public static void main(String[] args) throws Exception {
LOGGER.info("Closing spark session...");
SparkEngine.getInstance().closeSparkSession();
}
System.exit(0);
}
}

0 comments on commit 3de1efc

Please sign in to comment.