You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "chenmingjie (JIRA)" <ji...@apache.org> on 2018/03/20 07:29:00 UTC

[jira] [Created] (S2GRAPH-184) spark driver exit abnormally in the loader of s2jobs

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)