org.apache.hadoop.mapreduce.Job 的所有三个构造函数均已弃用,构造 Job 类的最佳方法是什么?
所有 三个构造函数org.apache.hadoop.mapreduce.Job 已弃用,有没有办法以不弃用的方式构造 Job 类?
谢谢。
All three constructors of org.apache.hadoop.mapreduce.Job
are deprecated, is there a way to construct a Job class the non-deprecated way?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会忽略弃用警告并坚持使用“mapred”包,而不是“mapreduce”。
此 JIRA MAPREDUCE-1734 删除了 0.20.3 的弃用内容。
I would ignore the deprecation warnings and stick with the 'mapred' package, not 'mapreduce'.
This JIRA MAPREDUCE-1734 removed the deprecations for 0.20.3.