登录
首页 » Java » HadoopDemo-master

HadoopDemo-master

于 2020-06-30 发布 文件大小:30695KB
0 255
下载积分: 1 下载次数: 6

代码说明:

  Hadoop简单应用案例,包括MapReduce、单词统计、HDFS基本操作、web日志分析、Zookeeper基本使用、Hive简单操作等(Hadoop simple application cases, including MapReduce, word counting, HDFS basic operations, web log analysis, Zookeeper basic use, Hive simple operation)

文件列表:

HadoopDemo-master
.................\.classpath,2791,2015-12-04
.................\.gitignore,6,2015-12-04
.................\.project,385,2015-12-04
.................\libs
.................\....\ant.jar,1506140,2015-12-04
.................\....\commons-configuration-1.6.jar,298829,2015-12-04
.................\....\commons-httpclient-3.0.1.jar,279781,2015-12-04
.................\....\commons-io-2.1.jar,163151,2015-12-04
.................\....\commons-lang-2.4.jar,261809,2015-12-04
.................\....\commons-logging-1.1.1.jar,60686,2015-12-04
.................\....\hadoop-ant-1.1.2.jar,6840,2015-12-04
.................\....\hadoop-client-1.1.2.jar,410,2015-12-04
.................\....\hadoop-core-1.1.2.jar,4035539,2015-12-04
.................\....\hadoop-examples-1.1.2.jar,142453,2015-12-04
.................\....\hadoop-minicluster-1.1.2.jar,414,2015-12-04
.................\....\hadoop-test-1.1.2.jar,2778017,2015-12-04
.................\....\hadoop-tools-1.1.2.jar,306534,2015-12-04
.................\....\hive-builtins-0.9.0.jar,3914,2015-12-04
.................\....\hive-cli-0.9.0.jar,30040,2015-12-04
.................\....\hive-common-0.9.0.jar,58875,2015-12-04
.................\....\hive-contrib-0.9.0.jar,112516,2015-12-04
.................\....\hive-exec-0.9.0.jar,3530006,2015-12-04
.................\....\hive-hbase-handler-0.9.0.jar,54747,2015-12-04
.................\....\hive-hwi-0.9.0.jar,23608,2015-12-04
.................\....\hive-jdbc-0.9.0.jar,59133,2015-12-04
.................\....\hive-metastore-0.9.0.jar,1719375,2015-12-04
.................\....\hive-pdk-0.9.0.jar,14157,2015-12-04
.................\....\hive-serde-0.9.0.jar,519798,2015-12-04
.................\....\hive-service-0.9.0.jar,174538,2015-12-04
.................\....\hive-shims-0.9.0.jar,113333,2015-12-04
.................\....\hive_contrib.jar,112516,2015-12-04
.................\....\jackson-core-asl-1.8.8.jar,227500,2015-12-04
.................\....\jackson-mapper-asl-1.8.8.jar,668564,2015-12-04
.................\....\jasper-compiler-5.5.12.jar,405086,2015-12-04
.................\....\jasper-runtime-5.5.12.jar,76698,2015-12-04
.................\....\libfb303-0.7.0.jar,175982,2015-12-04
.................\....\libfb303.jar,175982,2015-12-04
.................\....\log4j-1.2.15.jar,391834,2015-12-04
.................\....\mysql-connector-java-5.1.10.jar,724225,2015-12-04
.................\....\slf4j-api-1.4.3.jar,15345,2015-12-04
.................\....\slf4j-log4j12-1.4.3.jar,8601,2015-12-04
.................\....\zookeeper-3.4.5.jar,1315806,2015-12-04
.................\README.md,2575,2015-12-04
.................\source
.................\......\access.log.10,3025757,2015-12-04
.................\......\biz
.................\......\...\other.csv,928,2015-12-04
.................\......\...\purchase.csv,4398,2015-12-04
.................\......\...\sell.csv,4410,2015-12-04
.................\......\matrix
.................\......\......\m1.csv,13,2015-12-04
.................\......\......\m2.csv,12,2015-12-04
.................\......\......\sm1.csv,60,2015-12-04
.................\......\......\sm2.csv,24,2015-12-04
.................\......\netflix
.................\......\.......\smallnetflix_mm.train_.gz,10303822,2015-12-04
.................\......\.......\smallnetflix_mm.validate.gz,1944721,2015-12-04
.................\......\pagerank
.................\......\........\page.csv,28,2015-12-04
.................\......\........\people.csv,338,2015-12-04
.................\......\........\peoplerank.csv,116,2015-12-04
.................\......\........\pr.csv,16,2015-12-04
.................\......\small.csv,209,2015-12-04
.................\......\small2.csv,249,2015-12-04
.................\src
.................\...\org
.................\...\...\apache
.................\...\...\......\hadoop
.................\...\...\......\......\fs
.................\...\...\......\......\..\FileUtil.java,26593,2015-12-04
.................\...\...\conan
.................\...\...\.....\myhadoop
.................\...\...\.....\........\hdfs
.................\...\...\.....\........\....\HdfsDAO.java,5985,2015-12-04
.................\...\...\.....\........\matrix
.................\...\...\.....\........\......\MainRun.java,2272,2015-12-04
.................\...\...\.....\........\......\MartrixMultiply.java,5350,2015-12-04
.................\...\...\.....\........\......\SparseMartrixMultiply.java,5564,2015-12-04
.................\...\...\.....\........\mr
.................\...\...\.....\........\..\kpi
.................\...\...\.....\........\..\...\KPI.java,8574,2015-12-04
.................\...\...\.....\........\..\...\KPIBrowser.java,3052,2015-12-04
.................\...\...\.....\........\..\...\KPIIP.java,3670,2015-12-04
.................\...\...\.....\........\..\...\KPIPV.java,4379,2015-12-04
.................\...\...\.....\........\..\...\KPITime.java,3153,2015-12-04
.................\...\...\.....\........\..\WordCount.java,6342,2015-12-04
.................\...\...\.....\........\pagerank
.................\...\...\.....\........\........\AdjacencyMatrix.java,3631,2015-12-04
.................\...\...\.....\........\........\Normal.java,2993,2015-12-04
.................\...\...\.....\........\........\PageRank.java,4693,2015-12-04
.................\...\...\.....\........\........\PageRankJob.java,3083,2015-12-04
.................\...\...\.....\........\recommend
.................\...\...\.....\........\.........\Recommend.java,2589,2015-12-04
.................\...\...\.....\........\.........\Step1.java,3699,2015-12-04
.................\...\...\.....\........\.........\Step2.java,3316,2015-12-04
.................\...\...\.....\........\.........\Step3.java,3964,2015-12-04
.................\...\...\.....\........\.........\Step4.java,5623,2015-12-04
.................\...\...\.....\........\.........\Step4_Update.java,5191,2015-12-04
.................\...\...\.....\........\.........\Step4_Update2.java,3391,2015-12-04

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

发表评论

0 个回复

  • 蓝牙小车
    单片机的串口通讯,可以实现单片机与单片机间,单片机与PC机间的串口通讯(Serial communication between single-chip computer and single-chip computer and between single-chip computer and PC can be realized by serial communication between single-chip computer and single-chip computer.)
    2020-06-25 13:40:02下载
    积分:1
  • txsend
    本资源提供了采用PIC单片机实现单线通讯的源程序,通过调试(Resources to provide the PIC MCU using one-way communication source, through the commissioning)
    2009-04-15 21:18:06下载
    积分:1
  • Adafruit-Motor-Shield-for-Arduino-master
    说明:  该库函数用于驱动L293D模块,电机的前进后退等代码封装在里面面(The library function is used to drive L293D module.)
    2020-06-18 02:20:02下载
    积分:1
  • Assembly-(IAR)
    msp430在iar环境下的编写内容,包括各模块的编写(The msp430 writing the content in the iar environment, including the preparation of each module)
    2012-03-19 17:10:01下载
    积分:1
  • msp430_ADC
    msp430的adc测试程序,如果需要ADC学习的,可以看看,或许有些帮助。(msp430 of adc testing procedures, if desired ADC to learn, you can look, maybe some help.)
    2016-03-22 21:32:58下载
    积分:1
  • 超声波测距仪_基于STM32F103C8T6核心板
    说明:  Ultrasonic range finder based on STM32F103
    2019-03-28 00:06:10下载
    积分:1
  • L298N_Drv2.5a2.6
    l298n控制步进电机两相八拍测试程序,加加加几(l298n controlled stepper motor test program)
    2013-05-11 15:23:01下载
    积分:1
  • Untitled
    通过对原始图像的水平和垂直投影图像来对车牌进行水平方向的定位(Original image through the level and vertical projection of images to the horizontal direction of the plate for the positioning of)
    2008-05-26 21:38:45下载
    积分:1
  • duoji_led
    键盘控制舵机同时会让led闪烁,适合慧净HL-1的初学者,但是没有注释(Keyboard control steering gear at the same time will make the led flashing, is suitable for the beginners, hui net- HL 1 but there is no comment)
    2015-08-11 17:34:25下载
    积分:1
  • Usart
    msp430的串口通信程序 用msp430F247成功测试(uart communication)
    2009-05-13 00:44:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载