登录
首页 » Java » Hadoop-Authoritative-guide-Chinese

Hadoop-Authoritative-guide-Chinese

于 2016-10-22 发布 文件大小:22557KB
0 444
下载积分: 1 下载次数: 4

代码说明:

  本书从Hadoop的缘起开始,由浅入深,结合理论和实践,全方位地介绍Hadoop这一高性能处理海量数据集的理想工具。全书共16章,3个附录,涉及的主题包括:Hadoop简介 MapReduce简介 Hadoop分布式文件系统 Hadoop的I/O、MapReduce应用程序开发;MapReduce的工作机 MapReduce的类型和格式 MapReduce的特性 如何构建Hadoop集群,如何管理Hadoop Pig简介:HBase简介;Hive简介:ZooKeeper简介;开源工具Sqoop,最后还提供了丰富的案例分析。(This book starts the origin of Hadoop the shallower to the deeper, combination of theory and practice, all-round introduce the Hadoop that a ideal tool can process massive data sets . The book has 16 chapters and 3 appendices, topics covered include: Hadoop MapReduce Hadoop distributed file system the development of I/O, MapReduce Hadoop application MapReduce working machine the type and format of MapReduce MapReduce characteristics how to construct a Hadoop cluster, how to manage the Hadoop Pig Description: HBase introduction Hive: ZooKeeper Sqoop open source tools, and finally provide a rich analysis of the case.)

文件列表:

Hadoop Authoritative guide Chinese.pdf,24536496,2016-07-17

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

发表评论

0 个回复

  • 一个用ASP写的简易投票系统
    一个用ASP写的简易投票系统-an ASP write simple voting system
    2022-03-25 00:52:49下载
    积分:1
  • Project1
    Java工程项目实例,基于NetBeans环境。适合Java学习(Java project examples, based on the NetBeans environment. Learning for Java)
    2016-12-20 21:05:41下载
    积分:1
  • ssh
    基于MyEclipse6.0的SSH整合,挺详细的,需要的朋友可以看下~(The SSH-based MyEclipse6.0 integration, very detailed, a friend in need may have a look ~)
    2010-11-21 20:20:50下载
    积分:1
  • elm_linear
    ELM的C语言版本,黄广斌教授的研究成果(The C version of ELM, which is proposed by Prof. Guangbin Huang.)
    2020-12-13 12:09:16下载
    积分:1
  • Exercise18_1
    java编程思想的题,用awt写的音频播放器,能实现多种循环方式。(java programming ideas for the title, written by awt audio player, can achieve a variety of cycle ways.)
    2013-11-27 21:58:06下载
    积分:1
  • CalculateEJB
    Java EJB写的Calculate计算器,文件比较多,学习EJB的可参考下。计算器是学习各类编程语言时候经常学写的小程序,可以学到不少知识点,不多介绍了,自己下载源码看下吧。 (Java EJB wrote Calculate Calculator, more documents, learning EJB can refer. The calculator is learning all kinds of programming languages often when learning to write small programs, you can learn a lot of knowledge points, little introduction, and to download the source code look it.)
    2014-12-31 15:15:26下载
    积分:1
  • 利用ICMP报文格式,兼容IPV4和IPV6下的Ping序,在SP6下无需调试,即可译,VS2005下也可...
    利用ICMP报文格式,兼容IPV4和IPV6下的Ping程序,在SP6下无需调试,即可编译,VS2005下也可-The use of ICMP message format, compatible with IPV4 and IPV6 under the Ping program, under the SP6 without debugging, you can compile, VS2005, may also
    2022-08-07 22:01:52下载
    积分:1
  • DataCollectionSystem
    徕卡TCA1800自动监测系统,可以应用于各种变形监测,用于数据的自动采集、保存以及平差处理,代码完整。(Leica TCA1800 automatic monitoring system that can be applied to a variety of deformation monitoring for automatic data collection, preservation, and adjustment processing, code integrity.)
    2021-02-01 14:00:00下载
    积分:1
  • smtp
    实现网络抓包 与相关的功能 显示网卡 并且采用state模式编写-smtp
    2023-06-01 08:30:03下载
    积分:1
  • q1
    说明:  Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案。 输入 第一行包含三个正整数n、p和q。n表示扑克牌的数量,p表示魔术师的挥一挥次数,q表示师傅的问话次数。 接下来共p+q行,每行包含一个操作,操作分为2种: H i j 魔术师挥一挥,改变了第i张牌到第j张牌的正反 Q i j 师傅问话:截至目前,第i张到第j张牌中有多少张正面朝上 操作中恰好包含p次H操作,q次Q操作,与第一行的p和q吻合。H操作和Q操作的范围均包含边界(即第i张和第j张牌)。 对于每个操作,输入保证1 ≤ i ≤ j ≤ n。 输出 对于每次Q操作,输出一行,包含一个整数,表示问题的答案。 提示:线段树(Pokeface Title Description The magician will stack poker table sequentially in a row, all the initial face-up. He then every wisp will flip a series of poker pros and cons of changing their orientation. The rules handed down ancient times, the master magician Jie, they be ready to answer the teacher s questions. Question of the form: Currently playing cards i to j-card poker, there are a few face-up? As a magician s assistant, you are required to learn programming, algorithms and data structures. Now, the magician put this question to you, you need to write a program to maintain appropriate data structure to hold the cards on the table face the situation, while the master for each question, and you want to use as quickly calculate the answer. Enter The first line contains three positive integers n, p and q. n represents the number of poker, p represents the wave of the magic number, q represents the number of master s questioning. Next, a total of p+ q rows, each containi)
    2015-01-18 15:02:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载