Github user piaosama commented on a diff in the pull request: https://github.com/apache/twill/pull/71#discussion_r223182267 --- Diff: twill-yarn/src/main/java/org/apache/twill/internal/yarn/YarnUtils.java --- @@ -345,6 +388,28 @@ private static FileSystem getFileSystem(LocationFactory locationFactory) throws return null; } + private static void handleLogAction(Exception e) { --- End diff -- add new code, modify the code as you suggested and add the HAutils method judgement.
---