登录
首页 » Java » HadoopDemo-master

HadoopDemo-master

于 2020-06-30 发布 文件大小:30695KB
0 131
下载积分: 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 个回复

  • 31-ADC—电压采集
    说明:  该程序可用于STM32进行AD采样,可用于电子设计大赛子程序,或者机器人开发(This program can be used in STM32 for AD sampling, electronic design contest subroutine, or robot development.)
    2020-10-31 13:09:56下载
    积分:1
  • zhiliudianliuyuan
    本系统以直流电流源为核心,AT89S52单片机为主控制器,通过键盘来设置直流电源的输出电流,设置步进等级可达1mA,并可由数码管显示实际输出电流值和电流设定值。本系统由单片机程控输出数字信号,经过D/A转换器(AD7543)输出模拟量,再经过运算放大器隔离放大,控制输出功率管的基极,随着功率管基极电压的变化而输出不同的电流。单片机系统还兼顾对恒流源进行实时监控,输出电流经过电流/电压转变后,通过A/D转换芯片,实时把模拟量转化为数据量,再经单片机分析处理, 通过数据形式的反馈环节,使电流更加稳定,这样构成稳定的压控电流源。实际测试结果表明,本系统输出电流稳定,不随负载和环境温度变化,并具有很高的精度,输出电流误差范围±5mA,输出电流可在20mA~2000mA范围内任意设定,因而可实际应用于需要高稳定度小功率恒流源的领域。(the system to DC current source to the core, MCU AT89S52 main controller, through the keyboard to set up DC power supply output current, set up to 1mA Stepping grades, digital control can be shown by the actual output current value and current setting. The system consists of programmable microcontroller digital signal output, after the D/A converters (AD7543) analog output. After Operational Amplifiers isolation, amplification and control of the output power base. With the power of the base voltage changes in the output current. SCM system also takes on the constant current source for real-time monitoring, after current output current/voltage changes, the A/D converter chip, real-time conversion from analog to the volume of data and then analyzed by the MCU, through data link in the )
    2006-06-27 08:41:38下载
    积分:1
  • LED
    一个LED灯带的程序,通过红外遥控器进行遥控,实现变色,七彩跳变等功能(LED lights with a procedure carried out by remote control infrared remote control to achieve color, colorful hopping function)
    2021-03-11 15:19:26下载
    积分:1
  • CNC-DC-Power-Supply
    数字控制输出直流电源(含c源码以及原理图)(CNC DC Power Supply)
    2013-09-16 22:43:36下载
    积分:1
  • 51-MCU-C-program-example
    51单片机入门小程序,包括时钟、蜂鸣器、红外控制继电器和点阵显示。(51 single small entry procedures, including the clock, buzzer, IR control relays and dot matrix display.)
    2014-01-04 18:11:20下载
    积分:1
  • SIM800C GPS通讯
    说明:  使用STM32+SIM800C,拨打电话、发送短信、透传和手机蓝牙控制等(Using STM32 + SIM800C, dialing, sending short messages, transmission and Bluetooth control of mobile phones, etc)
    2020-06-18 19:40:01下载
    积分:1
  • i30semoDEMO(GAS)
    I30 gasoline instrument panel color LED backlight module
    2013-08-23 07:42:15下载
    积分:1
  • RAOSHE-
    无线通信的绕射损耗、反射损耗以及基站天线设计、不规则地形影响的课程教案(WIRELESS DECAY FOR reflect and base antan design )
    2013-12-06 15:28:42下载
    积分:1
  • CC2530
    CC2530 步进电机控制实验。一个简单的例程(CC2530 stepping motor control experiment)
    2020-12-29 00:09:02下载
    积分:1
  • duoji1
    arduino用于对舵机的转动精准控制,实现小角度的转动控制,利用pwm功能实现操作。(arduino rotation for precise steering control,Turn the control to achieve a small angle, using pwm function realization operation.)
    2021-03-22 14:29:16下载
    积分:1
  • 696518资源总数
  • 104386会员总数
  • 20今日下载