舉報

會員
Programming MapReduce with Scalding
最新章節:
Index
Thisbookisaneasy-to-understand,practicalguidetodesigning,testing,andimplementingcomplexMapReduceapplicationsinScalausingtheScaldingframework.Itispackedwithexamplesfeaturinglog-processing,ad-targeting,andmachinelearning.ThisbookisfordeveloperswhoarewillingtodiscoverhowtoeffectivelydevelopMapReduceapplications.PriorknowledgeofHadooporScalaisnotrequired;however,investingsometimeonthosetopicswouldcertainlybebeneficial.
目錄(76章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Introduction to MapReduce
- The Hadoop platform
- MapReduce
- MapReduce abstractions
- Introducing Cascading
- Summary
- Chapter 2. Get Ready for Scalding
- Why Scala?
- Scala basics
- Scala build tools
- Hello World in Scala
- Development editors
- Installing Hadoop in five minutes
- Running our first Scalding job
- Submitting a Scalding job in Hadoop
- Summary
- Chapter 3. Scalding by Example
- Reading and writing files
- Understanding the core capabilities of Scalding
- Operations on groups
- A simple example
- Typed API
- Summary
- Chapter 4. Intermediate Examples
- Logfile analysis
- Exploring ad targeting
- Summary
- Chapter 5. Scalding Design Patterns
- The external operations pattern
- The dependency injection pattern
- The late bound dependency pattern
- Summary
- Chapter 6. Testing and TDD
- Introduction to testing
- MapReduce testing challenges
- Development lifecycle with testing strategy
- TDD for Scalding developers
- Black box testing
- Summary
- Chapter 7. Running Scalding in Production
- Executing Scalding in a Hadoop cluster
- Scheduling execution
- Coordinating job execution
- Configuring using a property file
- Configuring using Hadoop parameters
- Monitoring Scalding jobs
- Using slim JAR files
- Scalding execution throttling
- Summary
- Chapter 8. Using External Data Stores
- Interacting with external systems
- SQL databases
- NoSQL databases
- Search platforms
- Summary
- Chapter 9. Matrix Calculations and Machine Learning
- Text similarity using TF-IDF
- Setting a similarity using the Jaccard index
- K-Means using Mahout
- Other libraries
- Summary
- Index 更新時間:2021-12-08 12:44:35
推薦閱讀
- The Android Game Developer's Handbook
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Pandas Cookbook
- 深入淺出Spring Boot 2.x
- C語言程序設計實訓教程
- Learning Neo4j 3.x(Second Edition)
- PLC編程及應用實戰
- Julia Cookbook
- SSM輕量級框架應用實戰
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Python 3 數據分析與機器學習實戰
- C語言程序設計
- 算法精解:C語言描述
- Head First Kotlin程序設計
- 計算機程序的構造和解釋(JavaScript版)
- Azure for Architects
- 軟件測試項目實戰之功能測試篇
- Python GUI設計tkinter菜鳥編程(增強版)
- Learning C# by Developing Games with Unity 3D Beginner's Guide
- React.js 16從入門到實戰
- Python程序設計教程
- 零基礎學C++
- 圖形圖像設計與制作(第二版)
- 零基礎學Qt 6編程
- Learning C# by Developing Games with Unity 5.x(Second Edition)
- MariaDB Cookbook
- Learning Highcharts
- JSP網絡程序設計與案例開發教程
- 沖刺高薪Offer:Java并發編程進階及面試指南
- Git:Mastering Version Control