Nataneljpwd commented on code in PR #61528:
URL: https://github.com/apache/airflow/pull/61528#discussion_r2819234769
##########
providers/apache/spark/docs/connections/spark-submit.rst:
##########
@@ -49,17 +49,21 @@ Spark binary (optional)
Kubernetes namespace (optional, only applies to spark on kubernetes
applications)
Kubernetes namespace (``spark.kubernetes.namespace``) to divide cluster
resources between multiple users (via resource quota).
-When specifying the connection in environment variable you should specify
-it using URI syntax.
+.. note::
-Note that all components of the URI should be URL-encoded. The URI and the
mongo
-connection string are not the same.
+ When specifying the connection in environment variable you should specify
+ it using URI syntax.
+ You can provide a standard Spark master URI directly.
+ The master URL will be parsed correctly without needing repeated prefixes
such as ``spark://spark://...``
+ Ensure all URI components are URL-encoded, and note that this URI format is
not the same as a mongo connection string.
Review Comment:
What does it have to do with mongo? Could you explain?
--
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]