You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Ishita Virmani (Jira)" <ji...@apache.org> on 2021/03/26 07:05:00 UTC

[jira] [Comment Edited] (LIVY-636) Unable to create interactive session with additional JAR in spark.driver.extraClassPath

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

Ishita Virmani edited comment on LIVY-636 at 3/26/21, 7:04 AM:
---------------------------------------------------------------

Right [~glennthomas].
I have personally tried the solution offered by [~yuuya], and it seems to work for Livy interactive sessions. 

I am guessing this to be an issue around deployments of Livy and should be included within the deployment process.


was (Author: ishitavirmani):
Right [~glennthomas].
I have personally tried the solution offered by [~yuuya], and it seems to work for Livy interactive sessions. 

I am guessing this to be an issue around deployments of Livy and should be a part of the deployment process.

> Unable to create interactive session with additional JAR in spark.driver.extraClassPath
> ---------------------------------------------------------------------------------------
>
>                 Key: LIVY-636
>                 URL: https://issues.apache.org/jira/browse/LIVY-636
>             Project: Livy
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Ishita Virmani
>            Priority: Major
>         Attachments: applicationmaster.log, container.log, stacktrace.txt, test.png
>
>
> Command Run: c{{url -H "Content-Type: application/json" -X POST -d '\{"kind":"pyspark","conf":{"spark.driver.extraClassPath":"/data/XXX-0.0.1-SNAPSHOT.jar"}}' -i http://<LIVY_SERVER_IP:PORT>/session}}
> {{The above command fails to create a Spark Session on YARN with Null pointer exception. Stack trace for the same has been attached along-with.}}
> The JAR file here is present on local driver Path. Also tried using HDFS path in the following mannerĀ {{hdfs://<NM_IP>:<NM_Port>/data/XXX-0.0.1-SNAPSHOT.jar}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)