I am trying to find out what version of pig I am using. I thought I already installed it
# yum install hadoop\* mahout\* oozie\* hbase\* hive\* hue\* pig\* zookeeper\*
When I try to enter a pig script, the terminal returns the following.
# pig totalmiles.pig
bash: pig: command not found...
yum
norpig
, but is there a way you can (1) list all installed packages starting withpig
, then (2) list the files installed by these packages, and see if the executable is actually calledpig
? – Sparhawk Apr 09 '19 at 23:18