登录
首页 » Java » HadoopDemo-master

HadoopDemo-master

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

  • LED-screen
    在点阵基本的走字功能上添加可以实现点整屏的时间以及温度显示,并且可以按键调节时间也可以遥控调节,具有与自动星期和日期更新功能,有温度报警功能。也可以添加时间报时功能。颠覆以往的点阵时间,真正纯原创(Take the word function in the basic lattice Add point of the entire screen time and temperature display, and buttons to adjust the time can be adjusted remotely with automatic day and date update function, temperature alarm function. You can also add time timekeeping function. Subvert the lattice, the real pure original)
    2013-04-26 19:01:25下载
    积分:1
  • STM32-SCA100t
    STM32单片机通过软件模拟SPI通讯读取SCA100T-D02倾角传感器的角度,实测通过。网上搜索了很多软件,都不是STM32的,要么都有问题。软件开发环境 KEILC MDK,单片机STM32F103RCT6。(The STM32 single chip computer reads the angle of the SCA100T-D02 angle sensor through the software simulation of the SPI communication, and the actual measurement is passed. Online search for a lot of software, not STM32, or have problems. Software development environment KEILC MDK, MCU STM32F103RCT6.)
    2020-12-18 19:59:11下载
    积分:1
  • SCI2-for-HCS08-by-sebasira
    Example Application on how to use SCI (Serial Communication Interface) on Freescale HCS08 MCU.
    2012-06-22 23:41:22下载
    积分:1
  • Si4432
    无线射频芯片SI4432技术手册及编程指南(中文)(Radio frequency chip SI4432 technical manuals and Programming Guide (Chinese))
    2014-01-06 11:59:45下载
    积分:1
  • 002---基于stm32电压表设计
    说明:  基于stm32单片机电压表设计,AD检测分压电阻电压值,根据电阻分压比算出所测电压,并显示在oled液晶上(Based on the design of voltage meter of STM32 single chip computer, AD detects the voltage value of dividing resistor, calculates the measured voltage according to the ratio of dividing resistor voltage, and displays it on OLED liquid crystal.)
    2021-02-08 15:39:54下载
    积分:1
  • STM32示波器完整包
    基于STM32的示波器的完整程序与硬件,可以显示波的各种参数,和真实示波器一样。(The complete program and hardware of Oscilloscope Based on STM32 can display various parameters of wave, just like real oscilloscope.)
    2018-04-04 17:20:54下载
    积分:1
  • STM32通过模拟IIC读PCF8574
    说明:  STM32通过模拟IIC读PCF8574(STM32 reading pcf8574 through analog IIC)
    2020-04-13 14:25:46下载
    积分:1
  • c
    单片机C语言入门教程,非常适合新手入门。从基础讲起,逐步提高。(Single-chip C Language Tutorial, very suitable for beginners. Start from the base, and gradually improve.)
    2013-07-18 23:08:42下载
    积分:1
  • beamer
    This is a nice add on for LaTEx can be used to make presentations
    2010-09-15 22:30:13下载
    积分:1
  • oled-STC89C52)
    OLED 接口演示例程(51系列) I2C(OLED 4 Interface demonstration routine (51))
    2016-02-25 14:20:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载