This mi开发者_开发技巧ght be a really stupid question but I'm not able to install pig properly on my machine. Pig's version is 0.9.0.
I have even set my JAVA_HOME to its designated path . I've set the PATH to
export PATH=/usr/local/pig-0.9.0/bin:$PATH
since my pig dir is in /usr/local/.
Whenever I type pig or pig -help I get the following message
su: /usr/local/pig-0.9.0/bin/pig: Permission denied
Please help. Thank you.
try to type:
chmod +x /usr/local/pig-0.9.0/bin/pig
'chmod 777 -R /usr/local/pig-0.9.0/
usethis code definitely run
加载中,请稍侯......
精彩评论