Search code examples
apache-pig

unable to see grunt terminal after entering pig command?


unable to open grunt terminal after typing pig in Ubuntu, it got stuck and just blinks ,how to debug this issue, restarted the machine and checked .bashrc files.

pig command to open pig interface in Ubuntu

pig files directory enter image description here


Solution

  • **There is a file with 'pig' installed in (found this using locate command)

    usr/games/

    folder ... this is causing problem when i issue the pig command , i removed the file, rm -rf /usr/games/pig
    and then issued pig command in ubuntu terminal it worked fine.**