You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Guanhua LI (Jira)" <ji...@apache.org> on 2022/01/10 09:02:00 UTC

[jira] [Created] (ZEPPELIN-5629) The value of spark.driver.extraJavaOptions setting in %spark.conf will override the initial value provided by zeppelin.

Guanhua LI created ZEPPELIN-5629:
------------------------------------

             Summary: The value of spark.driver.extraJavaOptions  setting in %spark.conf will override the initial value provided by zeppelin.
                 Key: ZEPPELIN-5629
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5629
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Guanhua LI
            Assignee: Guanhua LI


When setting spark.driver.extraJavaOptions  in %spark.conf,  it would override the initial value of spark interpreter rather than append.

Initial value of spark interpreter provided by zeppelin is something like following:
{code:java}
-Dfile.encoding=UTF-8 -Dzeppelin.log.file=/Users/xx/zeppelin/logs/zeppelin-interpreter-sh-shared_process-xx-B-QPMD6M-0024.local.log  {code}
It can cause some problem if is overrided, such as cannot log.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)