登录
首页 » Java » HadoopDemo-master

HadoopDemo-master

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

  • 399-51定时器2应用实例
    定时器2相关例程,包含定时器的运用,0-99计时,18b20的运用。(Timer 2 related routines, including the use of timers, 0-99 timing, 18B20 application.)
    2020-06-21 04:00:02下载
    积分:1
  • ten_dianti
    十层电梯控制,PLC西门子300程序,带详细解释!可直接打开,适合参考!(Ten-story elevator control, PLC Siemens 300 program, with a detailed explanation! Can directly open, for reference!)
    2020-11-07 16:29:50下载
    积分:1
  • AD9833 STM32 测试程序
    说明:  AD9833在stm32f103的程序,模拟SPI通讯,便于移植(The program of AD9833 in STM32F103 simulates SPI communication and is easy to transplant.)
    2020-06-18 03:20:01下载
    积分:1
  • 反射式血氧(SPO2)计算
    反射式血氧(SPO2)计算,包括基线滤波,脉搏波特征点提取,R值计算,可移植到单片机(STM32)(Reflective oximetry (SPO2) calculations, including baseline filtering, pulse wave feature point extraction, R value calculation, can be transplanted to the microcontroller (STM32))
    2016-05-12 10:23:11下载
    积分:1
  • Smartcar_SCI
    智能车开发串口接收数据上位机软件.源代码.如果自己加上数据分析功能,就非常有用.(Development of intelligent vehicle PC software serial receive data. The source code. If they combined data analysis, it is very useful.)
    2010-10-18 16:02:08下载
    积分: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
  • tbb_armeabi-v7a
    tbb源码和tbb android例子和编译文档及新建项目使用tbb文档 centos系统中编译android tbb动态库,然后在android中调用,包括tbb编译的android release and debug版本的动态库,使用文档等等(tbb tbb android source code and examples of new projects and compile documents and documents using tbb centos system to compile android tbb dynamic library, then call in android, including the tbb compiled android release and debug versions of dynamic libraries, documents, etc. Use)
    2021-03-16 22:09:21下载
    积分:1
  • SD-RW
    基于51单片机的SD卡读写程序,写的很好的. (51 Based on the SD card reader Singlechip procedures, written in very good.)
    2009-01-29 15:13:11下载
    积分:1
  • 三对6路PWM带互补带死区
    采用六步换向法的无刷电机控制工程,MDK可以直接打开编译。(brushless motor control project using six - step method , can be opened and compiled directly by MDK .)
    2018-09-06 08:40:48下载
    积分:1
  • 4、液晶显示器
    说明:  这是基于开发板LPC1114的源码程序,是用C语言编写,关于液晶显示屏的配置和实现同时它也是一个完整的模板,可以在此基础上添加其他程序用于开发板的学习,是一个完整的模板,可直接使用。(This is based on the development board LPC1114 source code program, is written in C language, on the LCD display configuration and implementation at the same time it is a complete template, you can add other programs on this basis for the development board learning, is a complete template, can be used directly.)
    2020-06-22 17:40:02下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 20今日下载