Command-line option -e throws TokenMgrError exception
-----------------------------------------------------

                 Key: PIG-2637
                 URL: https://issues.apache.org/jira/browse/PIG-2637
             Project: Pig
          Issue Type: Bug
          Components: grunt
    Affects Versions: 0.9.2
            Reporter: Richard Ding
            Assignee: Richard Ding
            Priority: Minor


The command-line:

{code}
java -cp pig.jar org.apache.pig.Main -x local -e "a = load '1.txt';"
{code}

fails with exception:

{code}
ERROR 1000: Error during parsing. Lexical error at line 1, column 18.  
Encountered: <EOF> after : ""
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to