[ 
https://issues.apache.org/jira/browse/S2GRAPH-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16405988#comment-16405988
 ] 

ASF GitHub Bot commented on S2GRAPH-184:
----------------------------------------

GitHub user sandyskies opened a pull request:

    https://github.com/apache/incubator-s2graph/pull/139

    [S2GRAPH-184]: fix spark driver exit abnormally bug

    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.
    
    fix https://issues.apache.org/jira/browse/S2GRAPH-184

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sandyskies/incubator-s2graph master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-s2graph/pull/139.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #139
    
----
commit 77370726a919100c80fb86f425899e37aeafd2f0
Author: sandyskies <chenmingjie0828@...>
Date:   2018-03-20T09:12:42Z

    fix spark driver exit abnormally bug

----


> 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
>            Priority: Minor
>
> 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)

Reply via email to