You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Vadim Vararu <va...@adswizz.com> on 2016/04/25 11:26:22 UTC

Pig 0.11.1 blocks at: Connecting to hadoop file system at: file:///

Hi,

Trying to run pig in local mode:
//tmp/pig-0.11.1/bin/pig -x local -m /tmp/pig.properties -f 
"/tmp/pig-scripts/local/pig_script.pig"/

It blocks at the:
/2016-04-25 08:46:55,947 [main] INFO 
org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - 
Connecting to hadoop file system at: file:////
and stays at this line infinitely.

The problem is on pig 0.11.1, but does not reproduce on 0.12.0
It does not print anything in the logs or console, so I don't have a 
clue why it happens.   Any ideas?

Thank, Vadim.