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

Pig fails without writing log file if script contains %default $varName 'X'

    XMLWordPrintableJSON

Details

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

    Description

      %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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            lukas.nalezenec Lukas Nalezenec
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: