Launch a mapreduce job from eclipse

后端 未结 3 467
醉话见心
醉话见心 2020-12-09 13:21

I\'ve written a mapreduce program in Java, which I can submit to a remote cluster running in distributed mode. Currently, I submit the job using the following steps:

3条回答
  •  时光取名叫无心
    2020-12-09 13:29

    I have used this method from the following website to configure a Map/Reduce project of mine to run the project using Eclipse (w/o exporting project as JAR) Configuring Eclipse to run Hadoop Map/Reduce project

    Note: If you decide to debug you program, your Mapper class and Reducer class won't be debug-able.

    Hope it helps. :)

提交回复
热议问题