登录
首页 » Unix_Linux » Source

Source

于 2020-07-04 发布 文件大小:95KB
0 230
下载积分: 1 下载次数: 105

代码说明:

  一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的也很有可能不懂。希望能够帮助到学习MapReduce的朋友(A written Hadoop MapReduce example source code line to see a lot of friends in the learning MapReduce programming, but in addition to the wordcount example instance is relatively small, so upload your own. Contains the full example source code, the compiler configuration files, test data, executable jar file, execute the script and steps. Learn this example, you can grasp the the MapReduce basis of programming, and how to compile Java files, packaged jar file, write shell execute the script. Follow-up study can also see my CSDN blog if the problem is also available online for you to answer, but I also learned that for Hadoop less than a year, buying and learning it can also power can not and some difficulty also likely to understand . Want to be able to help to learn MapReduce friend)

文件列表:

Source
......\Hour_Out_Combiner
......\.................\averagepowercompile.sh,283,2012-03-07
......\.................\averagepower_hour_outcombiner.jar,27089,2012-07-23
......\.................\htm" target=_blank>HadoopRunAveragePower,2337,2012-07-24
......\.................\input
......\.................\.....\HotColdMon_120618000000.txt,2361252,2012-06-18
......\.................\workspace
......\.................\.........\averagePower
......\.................\.........\............\AveragePower.java,12804,2012-07-18
......\.................\.........\............\workdir
......\.................\.........\............\.......\AveragePower$MyCombiner.class,3006,2012-07-18
......\.................\.........\............\.......\AveragePower$MyMap.class,7268,2012-07-18
......\.................\.........\............\.......\AveragePower$MyReduce.class,2749,2012-07-18
......\.................\.........\............\.......\AveragePower.class,3377,2012-07-18
......\.................\.........\............\.......\Calculate.class,138,2012-07-18
......\.................\.........\............\.......\Calculate.java,124,2012-01-19
......\.................\.........\............\.......\Cycle.class,192,2012-07-18
......\.................\.........\............\.......\Cycle.java,1166,2012-01-19
......\.................\.........\............\.......\EEV.class,2101,2012-07-18
......\.................\.........\............\.......\EEV.java,1384,2012-01-19
......\.................\.........\............\.......\Fan.class,986,2012-07-18
......\.................\.........\............\.......\Fan.java,520,2012-01-19
......\.................\.........\............\.......\Heater.class,992,2012-07-18
......\.................\.........\............\.......\Heater.java,538,2012-01-19
......\.................\.........\............\.......\MC.class,1640,2012-07-18
......\.................\.........\............\.......\MC.java,856,2012-01-19
......\.................\.........\............\.......\PC.class,3249,2012-07-18
......\.................\.........\............\.......\PC.java,2887,2012-01-19
......\.................\.........\............\.......\Power.class,3272,2012-07-18
......\.................\.........\............\.......\Power.java,2886,2012-06-25
......\.................\.........\............\.......\Value.class,4391,2012-07-18
......\.................\.........\............\.......\Value.java,5900,2012-07-18
......\.................\.........\............\.......\Valve.class,990,2012-07-18
......\.................\.........\............\.......\Valve.java,532,2012-02-10
......\幚峴曽朄.txt,172,2012-07-24
......\憖嶌採帵.doc,29184,2012-08-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ICTCLAS50_Windows_32_JNI
    中科院分词器(java),分词效果不错 里面还有API demo 使用文档等文件夹 (CAS segmentation unit (java), there is also the effect of a good word to use API demo documents and other folders)
    2013-12-24 14:44:21下载
    积分:1
  • Spring AOP 面向切面
    Spring AOP 面向切面编程 开发工具IDEA, TomCat, Sql(Introduction to SpringAOP , Development tools IDEA, TomCat, SQL)
    2020-06-20 00:00:02下载
    积分:1
  • conferences
    java实现共享视频会议,按照文件README 的说明可以实现聊天、共享白板等功能。(java shared video conferencing, according to the README file that can be achieved chat, shared whiteboard functions.)
    2009-06-02 23:30:12下载
    积分:1
  • bootload(bios)的实现详解
    基于ARM嵌入式系统的通用bootloader的设计与实现(the designe and actualization of bootloader on arm embeded system)
    2005-08-04 11:33:18下载
    积分:1
  • Exploring-the-FileSystem-APIs---HTML5-Rocks
    FileSystemn API to acces host file system from within JavaScript applications
    2014-09-01 19:17:04下载
    积分:1
  • practice6
    Kdevelop软件下使用的linux下文件及文件夹拷贝。也可以在其他软件稍微修改运行(Kdevelop use the software under linux copy files and folders. You can also run other software modified slightly)
    2013-11-05 17:27:05下载
    积分:1
  • 1
    dao包实现dao的应用 可以使用好多,java,dao,等方法的理解(dao package)
    2016-09-07 14:01:54下载
    积分:1
  • 11
    说明:  一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。要求:分别用普通方法和递归方法实现(A frog can jump up a step or two at a time. Find out how many jumping methods the frog can use to jump up an n-step. Requirements: Implemented by common method and recursive method respectively)
    2019-03-10 16:48:12下载
    积分:1
  • jbuilderCVS
    说明:  关于在Jbuilder下CVS的相关使用方法的简介(Jbuilder under the CVS on the relevance of the use of the Profile)
    2009-07-22 08:29:07下载
    积分:1
  • QQChar_SER_Cliet
    java版QQ聊天,实现用户登录验证,群发,私聊及公告,后台数据MSSQL2K(java version of QQ chat, users logged in achieving certification and repeated, and Private Chat notice background information MSSQL2K)
    2006-11-18 23:50:58下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载