Error with Pig on Local machine Error with Pig on Local machine hadoop hadoop

Error with Pig on Local machine


I think nothing is wrong, pig will run fine. The problem is that you used this command:

pig version

But you should use

pig -version

Think you will get same error when write pig help.

Have a nice day


Try this

pig -version

if you give pig version alone, then it searching for the file named 'version'.