Connection Error in Apache Pig

前端 未结 4 1921
后悔当初
后悔当初 2020-12-05 19:12

I am running Apache Pig .11.1 with Hadoop 2.0.5.

Most simple jobs that I run in Pig work perfectly fine.

However, whenever I try to use GROUP BY on a large d

4条回答
  •  情书的邮戳
    2020-12-05 19:41

    Yes the problem was that the job history server was not running.

    All we had to do to fix this problem was enter this command into the command prompt:

    mr-jobhistory-daemon.sh start historyserver
    

    This command starts up the job history server. Now if we enter 'jps', we can see that the JobHistoryServer is running and my Pig jobs no longer waste time trying to connect to the server.

提交回复
热议问题