You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "angerszhu (Jira)" <ji...@apache.org> on 2021/02/20 02:39:00 UTC

[jira] [Created] (SPARK-34478) Ignore or reject wrong config when start sparksession

angerszhu created SPARK-34478:
---------------------------------

             Summary: Ignore or reject wrong config when start sparksession
                 Key: SPARK-34478
                 URL: https://issues.apache.org/jira/browse/SPARK-34478
             Project: Spark
          Issue Type: Bug
          Components: Spark Core, SQL
    Affects Versions: 3.2.0
            Reporter: angerszhu


When use 
{code:java}
SparkSession.builder().config()
{code}
In this method user may config `spark.driver.memory`. But when we run this code, jvm is started,  so this configuration won't work and in Spark UI, it will show as this configuration. 

So we should ignore such as wrong way.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org