我有一个基于MapReduce 1的大型java项目,我想将它迁移到YARN。这里的任何人都知道如何做到这一点的好指南?
感谢。
答案 0 :(得分:1)
I worked on up gradation of production Hadoop cluster along with the application. The process we followed is:
Note: You cannot replace only MapReduce version 1 with YARN. You also need to upgrade pig, hive, sqoop etc. I suggests pic up the HDP stack which you need and then upgrade your cluster. All supported tools, utility and software should be upgraded with supported version of Hadoop.