Description
For Spark action parametrization, OOZIE-2984 fixed the case where users tried to put quoted values inside assembled options, like --conf name1="value1 value2". The underlying Spark executor JVM treats "value1 value2" as one value with the quotes - we needed to remove these before passing to Spark.
We have to extend that approach for plain option values like this: --name "value1 value2" where we also need to remove the quotes.
Attachments
Attachments
Issue Links
- is related to
-
OOZIE-2984 Parse spark-defaults.conf values with spaces without needing the quotes
-
- Closed
-