You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Joey Echeverria (JIRA)" <ji...@apache.org> on 2011/07/28 19:03:09 UTC

[jira] [Created] (PIG-2194) Command history in grunt doesn't handle line wrapping gracefully

Command history in grunt doesn't handle line wrapping gracefully
----------------------------------------------------------------

                 Key: PIG-2194
                 URL: https://issues.apache.org/jira/browse/PIG-2194
             Project: Pig
          Issue Type: Bug
            Reporter: Joey Echeverria


When using the command history in grunt, everything looks fine until I cross a command that line wrapped. For example, the following looks fine:
{noformat}
grunt> data = LOAD 'input.file' USING PigStorage('\t') AS (field1, field2, fie
ld3);
{noformat}

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

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

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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira