Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Pig -Piggbank path in HDP

avatar
Expert Contributor

Hi,

I am using HDP 2.6 and not able to find the path for Piggybank. Could you please let me know whether this HDP have the piggybank , if yes then where i can find it.

Thanks,

Satish.

1 ACCEPTED SOLUTION
4 REPLIES 4

avatar
Guru

avatar
Expert Contributor

Thanks Greg. do I need to just refer the path while registering in the script? or should I move the script onto HDFS?

avatar
Guru

Script should not be moved to HDFS. Run it from the command line on the edge node. If the edge node has been set up properly pig will be in the classpath and you can run it from anywhere (with absolute path to piggybank location) and most convenient to run it from script location.

See this for running pig: http://pig.apache.org/docs/r0.16.0/start.html#run

avatar
Expert Contributor

Thanks Greg.