HyukjinKwon commented on code in PR #50000:
URL: https://github.com/apache/spark/pull/50000#discussion_r1960965707


##########
python/pyspark/errors/error-conditions.json:
##########
@@ -507,6 +507,11 @@
       "Variant binary is malformed. Please check the data source is valid."
     ]
   },
+  "MASTER_URL_INVALID": {

Review Comment:
   We actually don't have the error class (and even if there is, that has to be 
listed in JVM's error class JSON file). The error is thrown from 
`prepareSubmitEnvironment` at 
`core/src/main/scala/org/apache/spark/deploy/SparkSubmit`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to