Connection Error in Apache Pig

前端 未结 4 1926
后悔当初
后悔当初 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:46

    I think, this problem is related to hadoop mapred-site configuration issue. History Server runs default in localhost, so you need to add your configured host.

    
     mapreduce.jobhistory.address
     host:port
    
    

    then fire this command -

    mr-jobhistory-daemon.sh start historyserver
    

提交回复
热议问题