Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 mobi 下载 网盘 caj lrf pdf txt 阿里云

Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著电子书下载地址
- 文件名
- [epub 下载] Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 epub格式电子书
- [azw3 下载] Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 azw3格式电子书
- [pdf 下载] Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 pdf格式电子书
- [txt 下载] Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 txt格式电子书
- [mobi 下载] Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 mobi格式电子书
- [word 下载] Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 word格式电子书
- [kindle 下载] Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著 kindle格式电子书
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
在使用ApacheHadoop设计端到端数据管理解决方案时,获得专家级指导。当其它很多渠道还停留在解释Hadoop生态系统中该如何使用各种纷纭复杂的组件时,这本专注实践的书已带领您从架构的整体角度思考,这样的角度对于您的特别应用场景而言,是必不可少的。它将所有组件紧密结合在一起,形成完整有针对性的应用程序。为了增强学习效果,本书第二部分提供了各种详细的架构案例,涵盖部分很常见的Hadoop应用场景。无论您在设计一个新的Hadoop应用,或者正计划将Hadoop整合到现有的数据基础架构中,本书都将在整个过程中提供技巧性的导引。
书籍目录:
Foreword
Preface
Part Ⅰ.Architectural Considerations for Hadoop Applications
1. Data Modeling in Hadoop
Data Storage Options
Standard File Formats
Hadoop File Types
Serialization Formats
Columnar Formats
Compression
HDFS Schema Design
Location of HDFS Files
Advanced HDFS Schema Design
HDFS Schema Design Summary
HBase Schema Design
Row Key
Timestamp
Hops
Tables and Regions
Using Columns
Using Column Families
Time-to-Live
Managing Metadata
What Is Metadata?
Why Care About Metadata?
Where to Store Metadata?
Examples of Managing Metadata
Limitations of the Hive Metastore and HCatalog
Other Ways of Storing Metadata
Conclusion
2. Data Movement
Data Ingestion Considerations
Timeliness of Data Ingestion
Incremental Updates
Access Patterns
Original Source System and Data Structure
Transformations
Network Bottlenecks
Network Security
Push or Pull
Failure Handling
Level of Complexity
Data Ingestion Options
File Transfers
Considerations for File Transfers versus Other Ingest Methods
Sqoop: Batch Transfer Between Hadoop and Relational Databases
Flume: Event-Based Data Collection and Processing
Kafka
Data Extraction
Conclusion
3. Processing Data in Hadoop
MapReduce
MapReduce Overview
Example for MapReduce
When to Use MapReduce
Spark
Spark Overview
Overview of Spark Components
Basic Spark Concepts
Benefits of Using Spark
Spark Example
When to Use Spark
Abstractions
Pig
Pig Example
When to Use Pig
Crunch
Crunch Example
When to Use Crunch
Cascading
Cascading Example
When to Use Cascading
Hive
Hive Overview
Example of Hive Code
When to Use Hive
Impala
Impala Overview
Speed-Oriented Design
Impala Example
When to Use Impala
Conclusion
4. Common Hadoop Processing Patterns
Pattern: Removing Duplicate Records by Primary Key
Data Generation for Deduplication Example
Code Example: Spark Deduplication in Scala
Code Example: Deduplication in SQL
Pattern: Windowing Analysis
Data Generation for Windowing Analysis Example
Code Example: Peaks and Valleys in Spark
Code Example: Peaks and Valleys in SQL
Pattern: Time Series Modifications
Use HBase and Versioning
Use HBase with a RowKey of RecordKey and StartTime
Use HDFS and Rewrite the Whole Table
Use Partitions on HDFS for Current and Historical Records
Data Generation for Time Series Example
Code Example: Time Series in Spark
Code Example: Time Series in SQL
Conclusion
5. Graph Processing on Hadoop
What Is a Graph?
What Is Graph Processing?
How Do You Process a Graph in a Distributed System?
The Bulk Synchronous Parallel Model
BSP by Example
Giraph
Read and Partition the Data
Batch Process the Graph with BSP
Write the Graph Back to Disk
Putting It All Together
When Should You Use Giraph?
GraphX
Just Another RDD
GraphX Pregel Interface
vprog0
sendMessage0
mergeMessage0
Which Tool to Use?
Conclusion
6. Orchestration
Why We Need Workflow Orchestration
The Limits of Scripting
The Enterprise Job Scheduler and Hadoop
Orchestration Frameworks in the Hadoop Ecosystem
Oozie Terminology
Oozie Overview
Oozie Workflow
Workflow Patterns
Point-to-Point Workflow
Fan- Out Workflow
Capture-and-Decide Workflow
Parameterizing Workflows
Classpath Definition
Scheduling Patterns
Frequency Scheduling
Time and Data Triggers
Executing Workflows
Conclusion
7. Near-Real-Time Processing with Hadoop
Stream Processing
Apache Storm
Storm High-Level Architecture
Storm Topologies
Tuples and Streams
Spouts and Bolts
Stream Groupings
Reliability of Storm Applications
Exactly-Once Processing
Fault Tolerance
Integrating Storm with HDFS
Integrating Storm with HBase
Storm Example: Simple Moving Average
Evaluating Storm
Trident
Trident Example: Simple Moving Average
Evaluating Trident
Spark Streaming
Overview of Spark Streaming
Spark Streaming Example: Simple Count
Spark Streaming Example: Multiple Inputs
Spark Streaming Example: Maintaining State
Spark Streaming Example: Windowing
Spark Streaming Example: Streaming versus ETL Code
Evaluating Spark Streaming
Flume Interceptors
Which Tool to Use?
Low-Latency Enrichment, Validation, Alerting, and Ingestion
NRT Counting, Rolling Averages, and Iterative Processing
Complex Data Pipelines
Conclusion
Part Ⅱ. Case Studies
8. Clickstream Analysis
Defining the Use Case
Using Hadoop for Clickstream Analysis
Design Overview
Storage
Ingestion
The Client Tier
The Collector Tier
Processing
Data Deduplication
Sessionization
Analyzing
Orchestration
Conclusion
9. Fraud Detection
Continuous Improvement
Taking Action
Architectural Requirements of Fraud Detection Systems
Introducing Our Use Case
High-Level Design
Client Architecture
Profile Storage and Retrieval
Caching
HBase Data Definition
Delivering Transaction Status: Approved or Denied?
Ingest
Path Between the Client and Flume
Near-Real-Time and Exploratory Analytics
Near-Real-Time Processing
Exploratory Analytics
What About Other Architectures?
Flume Interceptors
Kafka to Storm or Spark Streaming
External Business Rules Engine
Conclusion
10. Data Warehouse
Using Hadoop for Data Warehousing
Defining the Use Case
OLTP Schema
Data Warehouse: Introduction and Terminology
Data Warehousing with Hadoop
High-Level Design
Data Modeling and Storage
Ingestion
Data Processing and Access
Aggregations
Data Export
Orchestration
Conclusion
A. Joins in Impala
Index
作者介绍:
Mark Grover,是Apache Bigtop的代码贡献者以及ApacheSentry的项目管理委员会成员和代码贡献者。Ted Malaska,是Cloude ra的不错应用架构师,帮助客户使用Hadoop及其生态系统。
Jonathan Seidman,是Cloudera的应用架构师,帮助合作伙伴把他们的解决方案集成到Cloudera的软件栈中。
Gwen Shapira,是Cloudera的应用架构师,在为客户设计可扩展的数据架构方面有15年的经验。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
暂无其它内容!
网站评分
书籍多样性:8分
书籍信息完全性:6分
网站更新速度:3分
使用便利性:4分
书籍清晰度:3分
书籍格式兼容性:5分
是否包含广告:5分
加载速度:7分
安全性:7分
稳定性:6分
搜索功能:7分
下载便捷性:7分
下载点评
- 速度慢(105+)
- pdf(411+)
- 品质不错(176+)
- 三星好评(491+)
- 书籍多(624+)
- 内容完整(477+)
- 不亏(469+)
- 小说多(536+)
- 快捷(472+)
- 博大精深(100+)
- 无漏页(565+)
- 推荐购买(209+)
下载评价
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 潘***丽:
这里能在线转化,直接选择一款就可以了,用他这个转很方便的
- 网友 敖***菡:
是个好网站,很便捷
- 网友 冉***兮:
如果满分一百分,我愿意给你99分,剩下一分怕你骄傲
- 网友 濮***彤:
好棒啊!图书很全
- 网友 马***偲:
好 很好 非常好 无比的好 史上最好的
- 网友 养***秋:
我是新来的考古学家
- 网友 焦***山:
不错。。。。。
- 网友 辛***玮:
页面不错 整体风格喜欢
- 网友 相***儿:
你要的这里都能找到哦!!!
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 益***琴:
好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。
- 网友 国***芳:
五星好评
- 网友 习***蓉:
品相完美
喜欢"Hadoop应用架构 (美)马克·格罗弗(Mark Grover) 等 著"的人也看了
跨国银行经营管理(第二版)(普通高等教育“十二五”金融学专业规划教材) mobi 下载 网盘 caj lrf pdf txt 阿里云
太阳电池:材料、制备工艺及检测 (英)马克沃特,(西)卡斯特纳 编,梁骏吾 等译 机械工业出版社【正版】 mobi 下载 网盘 caj lrf pdf txt 阿里云
新媒体技术基础 mobi 下载 网盘 caj lrf pdf txt 阿里云
论语 孟子(图文精释版) mobi 下载 网盘 caj lrf pdf txt 阿里云
初中生心理健康指导手册/健康的心 mobi 下载 网盘 caj lrf pdf txt 阿里云
数学教学设计原理的构建——教学生学会思考 mobi 下载 网盘 caj lrf pdf txt 阿里云
历史地图册 mobi 下载 网盘 caj lrf pdf txt 阿里云
Pro/ENGINEER Wildfire综合培训教程 mobi 下载 网盘 caj lrf pdf txt 阿里云
这样工作你不累 mobi 下载 网盘 caj lrf pdf txt 阿里云
澳大利亚旅行助手 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 华为的管理模式(实战版)/解密华为成功基因丛书 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 手抄报 黑板报手抄报范例大全12张创意模板小学生设计书中秋节国庆节全年节日图案中小学生黑板报手抄报实用大全五分钟做完校园手抄报小学生一二三四五年六年手抄黑板报模板当当自营同款 mobi 下载 网盘 caj lrf pdf txt 阿里云
- Mapping Experiences 看得见的经验 第二版 港台原版 James Kalbach 欧莱礼 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 米芾行书《蜀素帖》入门 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 全国68所小学数学升学夺冠 训练A体系(全新升级版)(修4) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 装饰设计制图与识图(第二版) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 幼儿歌曲弹唱9787567238251 正版新书七鲤鱼图书专营店 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 曼昆经济学原理--宏观经济学分册习题解答(第7版) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 石墨烯填充聚合物导热复合材料 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 竹竿(新丝路文库) mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:6分
人物塑造:3分
主题深度:4分
文字风格:7分
语言运用:4分
文笔流畅:3分
思想传递:9分
知识深度:7分
知识广度:9分
实用性:7分
章节划分:8分
结构布局:5分
新颖与独特:8分
情感共鸣:4分
引人入胜:7分
现实相关:7分
沉浸感:9分
事实准确性:8分
文化贡献:6分