hadoop2.5.2: windows7下 eclipse开发环境配置

查看数: 43883 | 评论数: 8 | 收藏 3
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2014-12-7 01:41

正文摘要:

问题导读 1.远程开发,Hadoop中xml文件如何修改访问权限? 2.eclipse环境配置包含哪些步骤? 一.hadoop集群环境配置 参考我的前一篇文章(ubuntu + hadoop2.5.2分布式环境配置 http://www.cnb ...

回复

lefuhan 发表于 2015-7-3 15:20:39
yunmin 发表于 2015-5-5 10:19
楼主确定ant在执行时没有错误吗?我执行ant时出现了错误,都不知怎么改?实在Win7下,eclipse使用的是3.9.1 ...

哥们,你这个问题解决了吗?如何解决的?我也碰到这样的问题了。求教

Boe 发表于 2015-5-26 14:02:05
赞。赞。赞。。
yunmin 发表于 2015-5-5 10:19:02
楼主确定ant在执行时没有错误吗?我执行ant时出现了错误,都不知怎么改?实在Win7下,eclipse使用的是3.9.1,提醒说build failed
~:\contrib\build-contrib.xml:493:impossible to resolve dependencies:
resolve failed - see output for details
yongjian3311 发表于 2015-4-7 23:33:13
asdtest 发表于 2015-3-31 15:23:03
  1. Configuration conf = new Configuration();
  2.                 String[] otherArgs = new GenericOptionsParser(conf, args)
  3.                                 .getRemainingArgs();
  4.                 if (otherArgs.length < 2) {
  5.                         System.err.println("Usage: wordcount <in> [<in>...] <out>");
  6.                         System.exit(2);
  7.                 }
  8.                 Job job = new Job(conf, "My Test");
  9.                 job.setJarByClass(MapReduce2.class);
  10.                 job.setMapperClass(TokenizerMapper.class);
  11.                 job.setCombinerClass(IntSumReducer.class);
  12.                 job.setReducerClass(IntSumReducer.class);
  13.                 job.setOutputKeyClass(Text.class);
  14.                 job.setOutputValueClass(Text.class);
复制代码

咨询一下,2.5.2的这个WordCount例子,启动job的时候有使用YARN吗?新手一个,表示不太懂怎么算是使用了YARN框架。。
℡.小天 发表于 2014-12-12 14:14:48
hb1984 发表于 2014-12-8 14:39:11
谢谢楼主分享。            
韩克拉玛寒 发表于 2014-12-8 09:04:13
很好的文章,谢谢分享
关闭

推荐上一条 /2 下一条