Run Hadoop job without using JobConf

后端 未结 5 1011
日久生厌
日久生厌 2020-12-25 12:56

I can\'t find a single example of submitting a Hadoop job that does not use the deprecated JobConf class. JobClient, which hasn\'t been deprecated

5条回答
  •  一向
    一向 (楼主)
    2020-12-25 14:00

    This is a nice example with downloadable code: http://sonerbalkir.blogspot.com/2010/01/new-hadoop-api-020x.html It's also over two years old and there is no official documentation discussing the new API. Sad.

提交回复
热议问题