[Solved-2 Solutions] Installing PIG on single node ?
Problem:
- If you installed Hadoop (1.0.2) for a single node on Windows 7 with Cygwin, and it is working. However, you cannot get PIG (0.10.0) to see the Hadoop.
- Added this line to pig (under bin):
- If you tried adding below lines to pig and it is still not finding hadoop. What should you do?
Solution 1:
- We might need to add your Hadoop install to your path as well.
Example
Solution 2:
- Just rename the jar file under ”pig-0.10.1-withouthadoop.jar” to “pig-withouthadoop.jar”.