Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-536

Job Designer Rejects Valid Hadoop Properties With Spaces in Value

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 1.2.0
    • Fix Version/s: 2.0.0-beta
    • Component/s: app.editor
    • Labels:
      None

      Description

      The Hadoop Properties section of the Job Designer allows you to specify properties (of the form key=value) to be passed to hadoop when submitting the job. Though the space character is a valid value it is trimmed upon submission and not assigned to the property (e.g. stream.map.output.field.separator= ). If the space is quoted (stream.map.output.field.separator=' ') a ValidationError is raised. The latter format is valid when passed to hadoop on the command line.

      STR:
      Define a Hadoop Property in the Job Designer with a space as the value.
      e.g.
      stream.map.output.field.separator=
      stream.map.output.field.separator=' '

        Attachments

          Activity

            People

            • Assignee:
              bcwalrus bc Wong
              Reporter:
              samn Sam Neubardt
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: