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

ASF GitHub Bot commented on TINKERPOP-1786:
-------------------------------------------

Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/721
  
    I know, this PR was closed long ago, but I just ran into this issue when 
building the docs using Docker:
    
    ```
     * source:   /usr/src/tinkerpop/docs/src/recipes/olap-spark-yarn.asciidoc
       target:   
/usr/src/tinkerpop/target/postprocess-asciidoc/recipes/olap-spark-yarn.asciidoc
       progress: 
[====================================================================================================]
 10%
    
    Last 10 lines of 
/usr/src/tinkerpop/target/postprocess-asciidoc/recipes/olap-spark-yarn.asciidoc:
    
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:191)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
        at com.sun.proxy.$Proxy26.getApplicationReport(Unknown Source)
        at 
org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.getApplicationReport(YarnClientImpl.java:430)
        at 
org.apache.spark.deploy.yarn.Client.getApplicationReport(Client.scala:265)
        at 
org.apache.spark.deploy.yarn.Client.monitorApplication(Client.scala:937)
        at 
org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend$MonitorThread.run(YarnClientSchedulerBackend.scala:144)
    ERROR org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend  - Yarn 
application has already exited with state FAILED!
    ```
    
    The docs build fine w/o Docker, so I guess it's something easy, like a 
missing dependency. Any idea @vtslab?


> Recipe and missing manifest items for Spark on Yarn
> ---------------------------------------------------
>
>                 Key: TINKERPOP-1786
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1786
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: hadoop
>    Affects Versions: 3.3.0, 3.1.8, 3.2.6
>         Environment: gremlin-console
>            Reporter: Marc de Lignie
>            Assignee: Marko A. Rodriguez
>            Priority: Minor
>             Fix For: 3.2.7, 3.3.1
>
>
> Thorough documentation for running OLAP queries on Spark on Yarn has been 
> missing, keeping some users from getting the benefits of this nice feature of 
> the Tinkerpop stack and resulting in a significant number of questions on the 
> gremlin users list.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to