chenmingjie created S2GRAPH-184: ----------------------------------- Summary: spark driver exit abnormally in the loader of s2jobs Key: S2GRAPH-184 URL: https://issues.apache.org/jira/browse/S2GRAPH-184 Project: S2Graph Issue Type: Bug Affects Versions: 0.2.1 Environment: Spark 2.3.0 ,hbase 1.3.1 , hadoop 2.7.3 Reporter: chenmingjie
Spark driver exit abnormally and yarn would retry 3 times in s2jobs class org.apache.s2graph.s2jobs.loader.GraphFileGenerator. Driver report : ApplicationMaster: Final app status: FAILED, exitCode: 16, (reason: Shutdown hook called before final status was reported.) Which cause by System.exit(0) in GraphFileGenerator.scala before sc.stop() was called. -- This message was sent by Atlassian JIRA (v7.6.3#76005)