You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Lukas Nalezenec (JIRA)" <ji...@apache.org> on 2014/01/09 14:40:51 UTC

[jira] [Created] (PIG-3660) Pig fails without writing log file if script contains %default $varName 'X'

Lukas Nalezenec created PIG-3660:
------------------------------------

             Summary: Pig fails without writing log file if script contains %default $varName 'X'
                 Key: PIG-3660
                 URL: https://issues.apache.org/jira/browse/PIG-3660
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.11
            Reporter: Lukas Nalezenec


%default $varName  'X' Is not legal pig latin command. The variable should not  contain "$", correct command is  %default varName  'X' . Pig in case writes this to command line:

2014-01-09 13:56:07,100 [main] INFO  org.apache.pig.Main - Apache Pig version 0.11.0-cdh4.3.1 (rexported) compiled Aug 14 2013, 03:46:24
2014-01-09 13:56:07,100 [main] INFO  org.apache.pig.Main - Logging error messages to: /tmp/pig_1389272167098.log


But fails without even creating the log file.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)