登录
首页 » Java » HadoopDemo-master

HadoopDemo-master

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

  • LCD_FSMC
    STM32的FSMC驱动的LCD代码,LCD驱动IC为ILI9341,实现的功能包括了画点、画线、画圆、画矩形、显示图片、显示字符和显示汉字等。(The STM32 FSMC driven LCD code, LCD driver IC is ILI9341, functions implemented include painting, drawing a line, circle, draw a rectangle, display pictures, display characters and display Chinese characters.)
    2020-08-15 09:28:30下载
    积分:1
  • CC2530-zstack-PWM
    CC2530,通过PWM调光,实现LED灯由亮变暗,由暗变亮,不断变化,基于IAR编译。(CC2530, by PWM dimming, LED lights achieve the light dimmed by the dark to light, constantly changing, based on the IAR compiler.)
    2016-06-24 10:50:57下载
    积分:1
  • BC7281A中断方式代码
    可驱动8/16位数码管显示或64/128只独立LED 的芯片BC72811A中断编程。BC7281A只占用单片机3个I/O口(can drive 8/16 Digital Display or 64/128 only independent LED chip BC72811A interrupted programming. BC7281A only occupies three microcontroller I/O port)
    2005-07-11 18:45:35下载
    积分:1
  • 边缘检测与分割处理
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(code P0401 Note : Prewitt operator to detect the edges in the image P0402 : different values of Getting operator to detect the edges in the image P0403 : Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to remove all current lines, retaining only chip targets)
    2005-07-29 09:26:36下载
    积分:1
  • LED TEST
    基于STM32F103单片机的LED测试源码(LED Test Source Based on STM32F103 MCU)
    2020-06-23 13:00:06下载
    积分:1
  • 500w_PIC_Modified_Sine_Wave_Inverter
    pic modified sine wave inverter circiut
    2013-12-24 07:42:05下载
    积分:1
  • PGM-120117
    以stc89c58为控制器,外围包括IIC,12864,蜂鸣器,AD模块(In stc89c58 for the controller, a peripheral including IIC, 12864, buzzer, AD module)
    2013-10-09 17:10:35下载
    积分:1
  • solve-for-2D-PC-of-XY-mode
    求解二维声子晶体能带结构XY模式,内附注释,希望能帮到你(Solving the two-dimensional phononic crystal band structure XY mode, included comments, I hope it may give some help )
    2020-11-16 10:09:40下载
    积分:1
  • The-collapse-of-buildings
    这是用ansys/LSDYNA模拟的楼房拆除过程生成的k文件,拆除方式使用底层柱结构爆炸破坏拆除(This is the K file generated by ansys/LSDYNA simulation process of demolition of buildings, the demolition of ways to use the bottom column structure of explosive demolition)
    2014-11-27 22:21:17下载
    积分:1
  • ev1527
    ev1527解码方式非常好用,请大家参考一下,给个意见(ev1527 decoding is very easy to use, please refer to different views)
    2011-09-16 16:36:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载