Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-2194

Command history in grunt doesn't handle line wrapping gracefully

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      When using the command history in grunt, everything looks fine until I cross a command that line wrapped. For example, the following looks fine:

      grunt> data = LOAD 'input.file' USING PigStorage('\t') AS (field1, field2, fie
      ld3);
      

      but if I scroll up to the previous command, I see the following:

      grunt> data = LOAD 'input.file' USING PigStorage('\t') AS (field1, field2, fie
      DUMP data;
      

      Notice that I still see the "data = LOAD ..." from the command shown before this one.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fwiffo Joey Echeverria
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: