Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-3330

[spark-action] Remove double quotes inside plain option values

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.0
    • 5.1.0
    • action
    • None

    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

        1. OOZIE-3330-3.patch
          8 kB
          Andras Salamon
        2. OOZIE-3330-2.patch
          8 kB
          Andras Salamon
        3. OOZIE-3330-1.patch
          8 kB
          Andras Salamon
        4. OOZIE-3330.000.wip.patch
          5 kB
          Andras Piros

        Issue Links

          Activity

            People

              asalamon74 Andras Salamon
              andras.piros Andras Piros
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: