Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 pdf 夸克云 tct umd 下载 2025 azw3 kindle

Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著电子书下载地址
- 文件名
- [epub 下载] Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 epub格式电子书
- [azw3 下载] Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 azw3格式电子书
- [pdf 下载] Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 pdf格式电子书
- [txt 下载] Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 txt格式电子书
- [mobi 下载] Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 mobi格式电子书
- [word 下载] Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 word格式电子书
- [kindle 下载] Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著 kindle格式电子书
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
开篇介绍了HadoopYARN,MapReduce,HDFS以及其它Hadoop生态系统组件的安装。在本书的指引下,你很快就会学习到很多激动人心的主题,例如MapReduce模式,使用Hadoop从事分析、归类、在线销售、推荐、数据索引及搜索。
书籍目录:
Preface
Chapter 1:Getting Started with Hadooo v2
IntrOductiOn
Setting up Hadoop v2 on your local machine
Writing a WordCount MapReduce application,bundling it
and running it using the Hadoop local mode
Adding a combiner step to the WordCount MapReduce program
Setting up HDFS
Setting up Hadoop YARN in a distributed cluster environment
using Hadoop v2
Setting up Hadoop ecosystem in a distributed cluster environment
using a Hadoop distribution
HDFS command—line file operati***
Running the WordCount program in a distributed cluster environment
Benchmarking HDFS using DFSIO
Benchmarking Hadoop MapReduce using TeraSort
Chapter 2:Cloud Deployments—Using Hadoop YARN on
Cloud Environments
Introduction
Running Hadoop MapReduce v2 computati*** using Amazon
Elastic MapReduce
Saving money using Amazon EC2 Spot Instances to execute EMR job flows
Executing a Pig using EMR
Executing a Hive using EMR
Creating an Amazon EMR job flow using the AWS Command Line Interface
Deploying an Apache HBase cluster on Amazon EC2 using EMR
Using EMR bootstrap acti*** to configure VMs for the Amazon EMR jobs
Using Apache Whirr to deploy an Apache Hadoop cluster in a
cloud environment
Chapter 3:Hadoop Essentials—C0nfigurati***,Unit Tests,and Other APIs
Introduction
Optimizing Hadoop YARN and MapReduce cOnfiguratiOns for
cluster deployments
Shared user Hadoop clusters——using Fair and Capacity schedulers
Setting classpath precedence to user—provided JARs
Speculative execution of straggling tasks
Unit testing Hadoop MapReduce applicati*** using MRUnit
Integration testing Hadoop MapReduce applicati*** using
MiniYarnCluster
Adding a new DataNode
Decommissioning DataNodes
Using multiple disks/volumes and limiting HDFS disk usage
Setting the HDFS block size
Setting the file replication factor
Using the HDFs Java API
Chapter 4:Develooin~ComDlex Hadooo MaoReduce Aoolicati***
IntrOductiOn
Choosing appropriate Hadoop data types
Implementing a custom Hadoop Writable data type
Implementing a custom Hadoop key type
Emitting data of different value types from a Mapper
Choosing a suitable Hadoop InputFormat for your input data format
Adding *** for new input data formats——implementing
a custom InputFormat
Formatting the results of MapReduce computati***——using
Hadoop OutputFormats
Writing multiple outputs from a MapReduce computation
Hadoop intermediate data partitioning
Secondary sorting——sorting Reduce input values
BrOadcasting and distributing shared resources to tasks in a
MapReduce job—Hadoop DistributedCache
Using Hadoop with legacy applicati***——Hadoop streaming
Adding dependencies between MapReduce jobs
Hadoop counters to report custom metrics
Chapter5:Analvtics
Introduction
Simple ***ytics using MapReduce
Performing GROUP BY using MapReduce
Calculating frequency distributi*** and sorting using MapReduce
Plotting the Hadoop MapReduce results using gnuplot
Calculating histograms using MapReduce
Calculating Scatter plots using MapReduce
Parsing a complex dataset with Hadoop
Joining two datasets using MapReduce
Chapter6:Hadooo Ecosystem—Apache Hive
Introduction
Getting started with Apache Hive
Creating databases and tables using Hive CLI
Simple SQL—style data querying using Apache Hive
Creating and populating Hive tables and views using Hive query results
Utilizing different storage formats in Hive.storing table data
using ORC files
Using Hive built—in functi***
Hive batch mode—using a query file
Performing a join with Hive
Creating partitioned Hive tables
Writing Hive User·defined Functi***(UDF)
HCatalog—·performing Java MapReduce computati*** on
data mapped to Hive tables
HCatalog——writing data to Hive tables from Java
MapReduce computati***
Chapter7:HadooD Ecosystem II—Pig.HBase.Mahout.and Sannn
Introduction
Getting started with Apache Pig
Joining two datasets using Pig
Accessing a Hive table data in Pig using HCatalog
Getting started with Apache HBase
Data random access using Java client APIs
Running MapReduce jobs on HBase
Using Hive to insert data into HBase tables
Getting started with Apache Mahout
Running K—means with Mahout
Importing data to HDFS from a relational database using Apache Sqoop
Exporting data from HDFs to a relational database using Apache Sqoop
Tahie OrContencs
Chapter8:Searching and Indexine
Introduction
Generating an inverted index using Hadoop MapReduce
Intradomain web crawling using Apache Nutch
Indexing and searching web documents using Apache Solr
Configuring Apache HBase as the backend data store for Apache Nutch
W*** web crawling with Apache Nutch using a HadooP/HBase cluster
Elasticsearch for indexing and searching
Generating the in—links graph for crawled web pages
Chapter 9:CIassmcatiOns。Recommendati***,and Findineg Relati***hipS
Introduction
Performing content—based recommendati***
Classification using the *** Bayes classifier
Assigning adverti***ts to keywords using the Adwords
balance algorithm
Chapter 10:Mass Text Data processing
Introduction
Data preprocessing using Hadoop streaming and Python
De—duplicating data using Hadoop streaming
Loading large datasets to an Apache HBase data store—importtsv
and bulkload
Creating TF and TF—IDF vectors for the text data
Clustering text data using Apache Mahout
Topic discovery using Latent Dirichlet Allocation(LDA)
Document classification using Mahout Naive Bayes Classifier
Index
作者介绍:
Thilina Guna rathne是KPMG LLP的不错数据科学家。在进入KPMG LLP之前,他在Link AnglytiCS负责Hadoop的关研究。他对于Apache Hadoop以及大规模数据密集计算的相关技术有着丰富的经验。他还和srinath Perera博士合著了本书的靠前版。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
暂无其它内容!
网站评分
书籍多样性:7分
书籍信息完全性:3分
网站更新速度:8分
使用便利性:6分
书籍清晰度:3分
书籍格式兼容性:5分
是否包含广告:4分
加载速度:7分
安全性:4分
稳定性:7分
搜索功能:7分
下载便捷性:7分
下载点评
- 体验差(334+)
- 内容齐全(303+)
- 内容完整(157+)
- 五星好评(351+)
- 无广告(639+)
- 格式多(329+)
- 藏书馆(267+)
- 无漏页(425+)
下载评价
- 网友 晏***媛:
够人性化!
- 网友 通***蕊:
五颗星、五颗星,大赞还觉得不错!~~
- 网友 马***偲:
好 很好 非常好 无比的好 史上最好的
- 网友 戈***玉:
特别棒
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 冷***洁:
不错,用着很方便
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 林***艳:
很好,能找到很多平常找不到的书。
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 益***琴:
好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。
- 网友 权***颜:
下载地址、格式选择、下载方式都还挺多的
- 网友 郗***兰:
网站体验不错
- 网友 利***巧:
差评。这个是收费的
喜欢"Hapdoop MapReduce v2参考手册 (美)冈纳拉森(Thilina Gunarathne) 著"的人也看了
美哉宋体字 pdf 夸克云 tct umd 下载 2025 azw3 kindle
英语中高级口译笔记专项突破【正版保证】 pdf 夸克云 tct umd 下载 2025 azw3 kindle
备考2019 消防安全案例分析考前冲刺(2018年版)-一级注册消防工程师2019资格考试辅导用书 pdf 夸克云 tct umd 下载 2025 azw3 kindle
2024版 通城学典 寒假训练四年级 语文+数学+英语3本套装 pdf 夸克云 tct umd 下载 2025 azw3 kindle
性、谋杀及生命的意义【正版图书,满额减】 pdf 夸克云 tct umd 下载 2025 azw3 kindle
Percepti*** of Resilience to Social Environmental Risk Factors pdf 夸克云 tct umd 下载 2025 azw3 kindle
陆维钊 pdf 夸克云 tct umd 下载 2025 azw3 kindle
项目决策分析与评价 电力版 2020 中国电力出版社 pdf 夸克云 tct umd 下载 2025 azw3 kindle
9787565412721 pdf 夸克云 tct umd 下载 2025 azw3 kindle
物业管理理论与实务 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 建筑材料(第二版) pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 社会工作者中级2020教材+真题+考点 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 电信运营商招聘考试中公2023电信运营商招聘考试全真题库 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 超越自己 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 煤矿安全 官方教材(2020年版) pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 套中人——契诃夫短篇小说精选 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 9787302359609 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- MBA MPAMPAcc数学365题(2020中公版)/全国硕士研究生入学统一考试MBAMPA pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 世界名画家全集:达 芬奇 何政广 河北教育出版社【正版书】 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 文化与创意 pdf 夸克云 tct umd 下载 2025 azw3 kindle
书籍真实打分
故事情节:7分
人物塑造:4分
主题深度:4分
文字风格:4分
语言运用:3分
文笔流畅:9分
思想传递:8分
知识深度:8分
知识广度:4分
实用性:4分
章节划分:5分
结构布局:5分
新颖与独特:8分
情感共鸣:6分
引人入胜:7分
现实相关:4分
沉浸感:8分
事实准确性:9分
文化贡献:6分