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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to