You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "John Pugliesi (Jira)" <ji...@apache.org> on 2020/06/24 17:12:00 UTC

[jira] [Created] (LIVY-778) Livy does not respect spark-defaults.conf configuration

John Pugliesi created LIVY-778:
----------------------------------

             Summary: Livy does not respect spark-defaults.conf configuration
                 Key: LIVY-778
                 URL: https://issues.apache.org/jira/browse/LIVY-778
             Project: Livy
          Issue Type: Bug
          Components: Server
            Reporter: John Pugliesi


Livy currently does not respect the *spark.yarn.dist.archives* property even when it's specified in
spark-defaults.conf, due to this code block:
[https://github.com/apache/incubator-livy/blob/b8251eb9b3d63c77c61a5950dee5958b654d9633/rsc/src/main/java/org/apache/livy/rsc/ContextLauncher.java#L295-L301]
 
There should be a way to configure the Livy server with additional spark
configuration for the property *spark.yarn.dist.archives*



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