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

Modify the Oozie CLI help to escape the semi-colon when multiple filters are specified

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.3.0
    • 3.3.0
    • None
    • None

    Description

      As semicolon is bash reserved character, escaping it is required.
      currently it shows this:
      -filter <arg> user=<U>;name=<N>;group=<G>;status=<S>;...
      It should be
      -filter <arg> user=<U>\;name=<N>\;group=<G>\;status=<S>\;...

      Attachments

        1. OOZIE-933.patch
          1 kB
          Virag Kothari

        Activity

          People

            virag Virag Kothari
            virag Virag Kothari
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: