Connection Error in Apache Pig

前端 未结 4 1896
后悔当初
后悔当初 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 20:08

    I am using Hadoop 2.2.0. This problem was due to The History server was not running. I had to start the history server. I used following command to start history server:

    [root@localhost ~]$ /usr/lib/hadoop-2.2.0/sbin/mr-jobhistory-daemon.sh start historyserver

提交回复
热议问题