Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.6.1
-
None
-
None
Description
One of our customers is trying to pass in json through spark-submit as follows: spark-submit --verbose --class SimpleClass --master yarn-cluster ./simple.jar "{\"mode\":\"wf\", \"arrays\":{\"array\":[1]}}" The application reports the passed arguments as: {"mode":"wf", "arrays":{"array":[1] If the same application is submitted in yarn-client mode, as follows: spark-submit --verbose --class SimpleClass --master yarn-client ./simple.jar "{\"mode\":\"wf\", \"arrays\":{\"array\":[1]}}" The application reports the passed args as: {"mode":"wf", "arrays":{"array":[1]}}
Attachments
Issue Links
- is duplicated by
-
OOZIE-2716 Oozie Truncates Workflow Parameter Values which contain '}}'
- Resolved