SlideShare a Scribd company logo
Page 1 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
How YARN Enables Multiple Data
Processing Engines in Hadoop
We Do Hadoop
Eric Mizell - Director, Solution Engineering
Page 2 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Agenda
• HDFS Overview - Storage
• YARN 101 - Compute
– Yet Another Resource Negotiator
• Enabling a Modern Data Architecture
• YARN in action
– Demo of streaming application
• Hadoop Tools
– Demos
• Sample Code - https://github.com/emizell/HBase-Code-Samples
2
Page 3 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
HDFS Overview
3
Page 4 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
HDFS Overview
4
•  Typical Hardware for DataNodes
–  2@8 Core
–  256GB RAM
–  2@24TB Disk
–  10 GbE
•  Hadoop is rack aware
–  Data is replicated across racks to ensure no data loss
•  Scale up or down
–  Add or remove DataNodes and HDFS auto rebalances
•  HDFS is a file system
–  Store any kind of data
–  Inexpensive storage
–  Replica of 3 by default (can be changed)
Page 5 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
YARN Concepts
• Application
– Application is a job submitted to the framework
– Example – MapReduce Job
• Container
– Basic unit of allocation
– Fine-grained resource allocation across multiple resource types (memory, cpu,
disk, network, gpu etc.)
– container_0 = 2GB, 1CPU
– container_1 = 1GB, 6 CPU
– Replaces the fixed map/reduce slots
5
Page 6 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
YARN Architecture
• Resource Manager
– Global resource scheduler
– Hierarchical queues
– Application management
• Node Manager
– Per-machine agent
– Manages the life-cycle of container
– Container resource monitoring
• Application Master
– Per-application
– Manages application scheduling and task execution
– E.g. MapReduce Application Master
6
Page 7 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
RackN
NodeManager
NodeManager
NodeManager
Rack2
NodeManager
NodeManager
NodeManager
Rack1
NodeManager
NodeManager
NodeManager
C2.1
C1.4
AM2
C2.2 C2.3
AM1
C1.3
C1.2
C1.1
Hadoop Client 1
Hadoop Client 2
create app2
submit app1
submit app2
create app1
ASM Scheduler
queues
ASM Containers
NM ASM
Scheduler Resources
.......negotiates.......
.......reports to.......
.......partitions.......
ResourceManager
status report
YARN – Running Apps
Page 8 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hadoop 2.x Stack – Enabled by YARN
Hadoop
YARN: Data Operating System
(Cluster Resource Management)
1 ° ° ° ° ° ° °
° ° ° ° ° ° ° °
Script
Pig
SQL
Hive
Tez
Tez
Java
Scala
Cascading
Tez
° °
° °
° ° ° ° °
° ° ° ° °
Others
ISV
Engines
HDFS
(Hadoop Distributed File System)
Stream
Storm
Search
Solr
NoSQL
HBase
Accumulo
Slider
 Slider
SECURITYGOVERNANCE OPERATIONSBATCH, INTERACTIVE & REAL-TIME DATA ACCESS
In-Memory
Spark
Provision,
Manage &
Monitor
Ambari
Zookeeper
Scheduling
Oozie
Data Workflow,
Lifecycle &
Governance
Falcon
Sqoop
Flume
Kafka
NFS
WebHDFS
Authentication
Authorization
Accounting
Data Protection
Storage: HDFS
Resources: YARN
Access: Hive, …
Pipeline: Falcon
Cluster: Knox
Cluster: Ranger
Deployment ChoiceLinux Windows On-Premises Cloud
YARN
is the architectural
center of HDP
Enables batch, interactive
and real-time workloads
Provides comprehensive
enterprise capabilities
The widest range of
deployment options
Page 9 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hadoop 2.2.x Stack – Versions
Page 10 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Enabling a Modern Data Architecture
with Apache Hadoop
Hortonworks. We do Hadoop.
Page 11 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Existing Siloed Data Architectures Under PressureAPPLICATIONS	
  DATA	
  	
  SYSTEM	
  SOURCES	
  
Business	
  	
  
Analy:cs	
  
Custom	
  
Applica:ons	
  
Packaged	
  
Applica:ons	
  
Exis:ng	
  Sources	
  	
  
(CRM,	
  ERP,	
  Clickstream,	
  Logs)	
  
SILO	
  
SILO	
  
RDBMS	
  
SILO	
   SILO	
  
SILO	
   SILO	
  
EDW	
   MPP	
  
Data	
  growth:	
  New	
  Data	
  Types	
  
OLTP,	
  ERP,	
  CRM	
  Systems	
  
Unstructured	
  docs,	
  emails	
  
Clickstream	
  
Server	
  logs	
  
Social/Web	
  Data	
  
Sensor.	
  Machine	
  Data	
  
Geoloca:on	
  
85% 
Source: IDC
??
"   Can’t manage new
data paradigm
"   Constrains data to
specific schema
" Siloed data
"   Limited scalability
"   Economically
unfeasible
"   Limited analytics
Page 12 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
HDP2 and YARN enable the Modern Data Architecture
Hortonworks architected and 

led development of YARN
Common data set, multiple applications
•  Optionally land all data in a single cluster
•  Batch, interactive & real-time use cases
•  Support multi-tenant access, processing
& segmentation of data
YARN: Architectural center of Hadoop
•  Consistent security, governance & operations
•  Ecosystem applications certified 

by Hortonworks to run natively in Hadoop
SOURCES
EXISTING	
  
Systems	
  
Clickstream	
   Web	
  	
  
&Social	
  
Geoloca:on	
   Sensor	
  	
  
&	
  Machine	
  
Server	
  	
  
Logs	
  
Unstructured	
  
APPLICATIONSDATASYSTEM
Business
Analytics
Custom
Applications
Packaged
Applications
RDBMS EDW MPP YARN: Data Operating System
1 ° ° ° ° ° ° ° ° °
° ° ° ° ° ° ° ° ° N
HDFS
(Hadoop Distributed File System)
Interactive Real-TimeBatch
Page 13 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
YARN in Action
Hortonworks. We do Hadoop.
Page 14 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Truck Sensors
Distributed Storage: HDFS
Many Workloads: YARN
Trucking Company’s YARN-enabled Architecture
Stream Processing
(Storm)
Inbound Messaging
(Kafka)
Microsoft
Excel
Interactive Query
(Hive on Tez)
Alerts & Events
(ActiveMQ)
Real-Time
User Interface
Real-time Serving
(HBase)
Page 15 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Components of the Topology
• 9 Node HDP 2.2 Cluster with Storm and HBase on YARN
• 4 Node 0.8 Kafka Cluster
• 1 Node ActiveMQ with Stomp Protocol Enabled
• Spring 4.0 WebMVC Web Using SocketJS & ActiveMQ over STOMP
Page 15
Page 16 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Topology Architecture
Page 16
Truck
Simulator
T(1)
T(2)
T(N)
Truck Stream Generator via AKKA
Kafka
Collector
Kafka Grid - Captures all Driving Events
BR(1) BR(2) BR(3)
BR(4) BR(5)
ZK
truck_events
TOPIC
Storm on YARN on HDP
Kafka Spout
HBase
Bolt
Monitoring
Bolt
WebSocket
Bolt
HBase on HDP
HBase
driver
dangerous
events
driver
dangerous
events
count
Email
Alerts
ActiveMQ
Alert
Topic
Spring WebApp with SockJS WebSockets
Real-Time
Streaming Driver
Monitoring App
ActiveMQ
Violation
Events
Topic
Page 17 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Demo
Page 18 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hadoop Tools
Hortonworks. We do Hadoop.
Page 19 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Agenda
•  The Basics
•  MapReduce & Java
•  Pig
•  Hive
•  HBase, Solr & Spark
•  Abstractions: .net, cascading and Spring XD
•  Intro to the Sandbox
•  Basic Hello World Using Hive and Pig
•  HBase and Phoenix demo and code discussion
Page 20 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hortonworks Data Platform 2.2
HDP Delivers Enterprise Hadoop
YARN: Data Operating System
(Cluster Resource Management)
1 ° ° ° ° ° ° °
° ° ° ° ° ° ° °
Script
Pig
SQL
Hive
Tez
Tez
Java
Scala
Cascading
Tez
° °
° °
° ° ° ° °
° ° ° ° °
HDFS
(Hadoop Distributed File System)
Stream
Storm
Search
Solr
NoSQL
HBase
Accumulo
Slider
 Slider
SECURITYGOVERNANCE OPERATIONSBATCH, INTERACTIVE & REAL-TIME DATA ACCESS
In-Memory
Spark
Provision,
Manage &
Monitor
Ambari
Zookeeper
Scheduling
Oozie
Data Workflow,
Lifecycle &
Governance
Falcon
Sqoop
Flume
Kafka
NFS
WebHDFS
Authentication
Authorization
Audit
Data Protection
Storage: HDFS
Resources: YARN
Access: Hive
Pipeline: Falcon
Cluster: Ranger
Cluster: Knox
Deployment ChoiceLinux Windows Cloud
YARN is the architectural
center of HDP
•  Common data set across all
applications
•  Batch, interactive & real-time
workloads
•  Multi-tenant access & processing
Provides comprehensive
enterprise capabilities
•  Governance
•  Security
•  Operations
Enables broad
ecosystem adoption
•  ISVs can plug directly into Hadoop
The widest range of deployment options
•  Linux & Windows
•  On premises & cloud
Others
ISV
Engines
On-Premises
Page 21 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hortonworks Data Platform 2.2
HDP Delivers Enterprise Hadoop
1 ° ° ° ° ° ° °
° ° ° ° ° ° ° °
° °
° °
° ° ° ° °
° ° ° ° °
HDFS
(Hadoop Distributed File System)
SECURITY OPERATIONS
Provision,
Manage &
Monitor
Ambari
Zookeeper
Scheduling
Oozie
Authentication
Authorization
Audit
Data Protection
Storage: HDFS
Resources: YARN
Access: Hive
Pipeline: Falcon
Cluster: Ranger
Cluster: Knox
Deployment ChoiceLinux Windows CloudOn-Premises
YARN: Data Operating System
(Cluster Resource Management)
Script
Pig
SQL
Hive
Tez
Tez
Java
Scala
Cascading
Tez
Stream
Storm
Search
Solr
NoSQL
HBase
Accumulo
Slider
 Slider
GOVERNANCE BATCH, INTERACTIVE & REAL-TIME DATA ACCESS
In-Memory
Spark
Data Workflow,
Lifecycle &
Governance
Falcon
Sqoop
Flume
Kafka
NFS
WebHDFS
Others
ISV
Engines
We will cover:
•  What it is & where it is used
•  Basic elements
Page 22 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
MapReduce
MapReduce is a framework for writing
applications that process large amounts
of structured and unstructured data in
parallel across a cluster of thousands of
machines, in a reliable and fault-tolerant
manner
Developers use it to…
•  They don’t have to anymore
•  Many tools have been created
to abstract this complexity
M M M
R R
M M
R
M M
R
M M
R
HDFS
HDFS
HDFS
Page 23 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Pig
•  Apache™ Pig allows you to write complex
MapReduce transformations using a simple
scripting language.
•  Pig Latin (the language) defines a set of
transformations on a data set such as
aggregate, join and sort.
•  Pig Latin is sometimes extended using UDFs
(User Defined Functions), in Java or a scripting
language and then call directly from the Pig
Latin.
Developers use Pig for
•  ETL
•  Basic “spreadsheet” functions
•  Prepare data for data science
Page 24 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Example
RAW_LOGS	
  =	
  LOAD	
  '/user/paul/data/apache/access'	
  USING	
  TextLoader	
  
as	
  (line:chararray);	
  
	
  
CLICKS_RAW	
  =	
  LOAD	
  '$input'	
  USING	
  PigStorage('|')	
  as	
  
(sls_key:chararray,	
  sls_item_ln_id:int,	
  chn_id:int,	
  loc_id:int,	
  
all_chnl_rpt_chn_id:int,	
  all_chnl_rpt_loc_id:int,	
  
sls_bsns_dt:chararray,	
  sku_id:int);	
  
	
  
RECORDS	
  =	
  load	
  'config'	
  using	
  
org.apache.hcatalog.pig.HCatLoader();	
  
	
  
Page 25 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Pig Operators
Page 26 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hive
•  Apache Hive is the defacto standard for SQL
queries over petabytes of data in Hadoop
•  Created by a team at Facebook.
•  Provides a standard SQL interface to data
stored in Hadoop.
•  Quickly find value in raw data files.
•  Proven at petabyte scale.
•  Compatible with every popular BI tools such
as Tableau, Excel, MicroStrategy, Business
Objects, etc.
Developers use it to:
•  Perform SQL queries
•  Interface with existing tools via
JDBC/ODBC
Page 27 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Sample SQL with Hive
SELECT [ALL | DISTINCT] select_expr, select_expr, ...!
FROM table_reference!
[WHERE where_condition]!
[GROUP BY col_list]!
[HAVING having_condition]!
[CLUSTER BY col_list | [DISTRIBUTE BY col_list] [SORT BY
!col_list]]!
[LIMIT number] ; !
Page 28 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hive - Select Syntax
Page 29 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hive Demonstration
HDP Sandbox
•  Up and running with a Hadoop
environment in minutes
•  Basic and advanced tutorials with
discreet learning paths
•  Ecosystem partner tutorials
hortonworks.com/sandbox
Page 30 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
HBase
•  Apache™ HBase is a non-relational (NoSQL)
database that runs on top of the Hadoop®
Distributed File System (HDFS).
•  It is columnar and provides fault-tolerant
storage and quick access to large quantities
of sparse data.
•  It also adds transactional capabilities to
Hadoop, allowing users to conduct updates,
inserts and deletes.
•  HBase was created for hosting very large
tables with billions of rows and millions of
columns.
Developers use it to:
•  Provide low latency access to
massive amounts of data (eg.
Recommendation engine
results)
•  Document store
Page 31 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Phoenix
•  Apache™ Phoenix is a high performance
relational database layer over HBase for low
latency applications.
•  SQL queries are compiled into a series of
HBase scans producing regular JDBC result
sets.
•  Table metadata is stored in an HBase table
and versioned and can be queried by version.
•  Query performance in the millisecond to low
seconds range.
•  Largest know table size is a Trillion+ rows
with query response times in the 30 second
range.
Developers use it for:
•  Low latency queries
•  SQL skin on HBase
Page 32 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Phoenix Functions
Page 33 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
HBase/Phoenix Demonstration
HDP Sandbox
•  Up and running with a Hadoop
environment in minutes
•  Basic and advanced tutorials with
discreet learning paths
•  Ecosystem partner tutorials
hortonworks.com/sandbox
Page 34 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Storm
•  Apache™ Storm is a distributed real-time
computation system for processing fast, large
streams of data. Storm adds reliable real-time
data processing capabilities to Hadoop.
•  Storm is extremely fast, with the ability to
process over a million records per second per
node on a cluster of modest size.
•  Apache Kafka is a publish-subscribe
messaging system that works well with
Storm.
Developers use it to:
•  Analyze stream data in real-
time
Page 35 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Solr
•  Apache Solr provides full-text search and
near real-time indexing for data stored in
Hadoop.
•  Whether users search for tabular, text, geo-
location or sensor data in Hadoop, they find it
quickly with Apache Solr.
•  Apache Solr indexes via XML, JSON, CSV or
binary over HTTP. Users can query petabytes
of data via HTTP GET and receive XML, JSON,
CSV or binary results.
Developers use it to:
•  Provide search capability for a
cluster
•  Data Scientist often use to
explore data found in HDFS
Page 36 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Spark
•  Spark is a general-purpose engine for ad-hoc
interactive analytics, iterative machine-
learning, and other use cases well-suited to
interactive, in-memory data processing of GB
to TB sized datasets.
•  Spark loads data into memory so it can be
queried repeatedly. It can create a “shadow”
of data that can be used in the next iteration
of a query
•  Spark provides simple APIs for data scientists
and engineers familiar with Scala
(programming language) to build applications
•  Spark is YARN-ready – another engine on
YARN!
Developers use it to:
•  Data Science: machine learning
and iterative analytics
Page 37 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Cascading
•  Cascading is an application development
framework for building data applications.
Converts applications into MapReduce jobs.
•  The Cascading SDK provides a collection of
tools, documentation, libraries, tutorials and
example projects.
•  Lingual. Simplifies systems integration through ANSI
SQL compatibility and a JDBC driver
•  Pattern. Enables various machine learning scoring
algorithms through PMML compatibility
•  Scalding. Enables development with Scala, a
powerful language for solving functional problems
•  Cascalog. Enables development with Clojure, a Lisp
dialect
Developers use it to:
•  Build complex native Hadoop
applications without getting
into MapReduce.
Page 38 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
.net
•  The Microsoft .NET SDK for Hadoop provides
API access to HDP and Microsoft HDInsight
including HDFS, HCatalog, Oozie and Ambari,
and also some Powershell scripts for cluster
management.
•  There are also libraries for MapReduce and
LINQ to Hive. The latter is really interesting as
it builds on the established technology
for .NET developers to access most data
sources to deliver the capabilities of the de
facto standard for Hadoop data query.
Developers use it to:
•  Build complex MSFT .net
Hadoop applications.
Page 39 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Java & Spring XD
•  Spring for Apache Hadoop (SHDP) provides a
developer API for Pig, Hive, Cascading and
provides extensions to Spring Batch for
orchestrating Hadoop based workflows.
•  It integrates with other Spring ecosystem
project such as Spring Integration and Spring
Batch
•  These foundational parts of Spring IO
platform make Hadoop development more
accessible to a wider range of Java
developers.
Developers use it to:
•  Build complex Hadoop
applications using Java and the
Spring framework
Page 40 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Hadoop Summit 2015
Page 40
Page 41 © Hortonworks Inc. 2011 – 2014. All Rights Reserved
Thank You!
Eric Mizell – Director, Solutions Engineering
emizell@hortonworks.com
@ericmizell

More Related Content

PPTX
Apache Hadoop YARN: Past, Present and Future
PDF
Combine SAS High-Performance Capabilities with Hadoop YARN
PDF
BDTC2015 hulu-梁宇明-voidbox - docker on yarn
PPTX
YARN Ready: Apache Spark
PPTX
Get Started Building YARN Applications
PPTX
Apache Tez - A New Chapter in Hadoop Data Processing
PPTX
Hadoop crashcourse v3
PPTX
Apache Hadoop YARN 2015: Present and Future
Apache Hadoop YARN: Past, Present and Future
Combine SAS High-Performance Capabilities with Hadoop YARN
BDTC2015 hulu-梁宇明-voidbox - docker on yarn
YARN Ready: Apache Spark
Get Started Building YARN Applications
Apache Tez - A New Chapter in Hadoop Data Processing
Hadoop crashcourse v3
Apache Hadoop YARN 2015: Present and Future

What's hot (20)

PPTX
Writing Yarn Applications Hadoop Summit 2012
PPTX
Realtime Analytics in Hadoop
PDF
Apache Hadoop YARN – Multi-Tenancy, Capacity Scheduler & Preemption - Stamped...
PPTX
Apache Tez - Accelerating Hadoop Data Processing
PDF
Coexistence and Migration of Vendor HPC based infrastructure to Hadoop Ecosys...
PDF
Hortonworks Technical Workshop - Operational Best Practices Workshop
PPTX
Stinger Initiative - Deep Dive
PPTX
Enabling Diverse Workload Scheduling in YARN
PDF
Apache Hadoop YARN - The Future of Data Processing with Hadoop
PDF
Query Engines for Hive: MR, Spark, Tez with LLAP – Considerations!
PPTX
Hadoop Summit Europe 2015 - YARN Present and Future
PPTX
Hadoop Summit Europe Talk 2014: Apache Hadoop YARN: Present and Future
PPTX
DeathStar: Easy, Dynamic, Multi-Tenant HBase via YARN
PPTX
Stinger.Next by Alan Gates of Hortonworks
PDF
Yarns About Yarn
PPTX
Running Non-MapReduce Big Data Applications on Apache Hadoop
PPTX
Apache Hadoop YARN: best practices
PPTX
Empower Hive with Spark
PDF
Pig Out to Hadoop
PDF
Hadoop 2 - Going beyond MapReduce
Writing Yarn Applications Hadoop Summit 2012
Realtime Analytics in Hadoop
Apache Hadoop YARN – Multi-Tenancy, Capacity Scheduler & Preemption - Stamped...
Apache Tez - Accelerating Hadoop Data Processing
Coexistence and Migration of Vendor HPC based infrastructure to Hadoop Ecosys...
Hortonworks Technical Workshop - Operational Best Practices Workshop
Stinger Initiative - Deep Dive
Enabling Diverse Workload Scheduling in YARN
Apache Hadoop YARN - The Future of Data Processing with Hadoop
Query Engines for Hive: MR, Spark, Tez with LLAP – Considerations!
Hadoop Summit Europe 2015 - YARN Present and Future
Hadoop Summit Europe Talk 2014: Apache Hadoop YARN: Present and Future
DeathStar: Easy, Dynamic, Multi-Tenant HBase via YARN
Stinger.Next by Alan Gates of Hortonworks
Yarns About Yarn
Running Non-MapReduce Big Data Applications on Apache Hadoop
Apache Hadoop YARN: best practices
Empower Hive with Spark
Pig Out to Hadoop
Hadoop 2 - Going beyond MapReduce
Ad

Viewers also liked (20)

PDF
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013
PPTX
Search Engine Optimization (SEO) Trends 2015
PDF
Exorcise the NIMBY Within
PPTX
Acceptable behaviour? Government intervention on unhealthy foods
PPT
Historiadeladn
PPTX
What happens to the artist when you pirate
PDF
PDF
Earthsoft-Collection-Apr 2011
PPT
Does Your Business Need to be Using Social Media
PPT
What is Google+ and why should we care? (2013 edition)
PPTX
Taylor Milbun Estate Agents In Essex Who Help With Mortgage
ODP
Renevela16
DOCX
Enseñanza de la me canica
PPTX
Year 13 parents' evening presentation - October 2015
PPTX
Presentazione turismo pellegrino
PDF
lingkaran
PPTX
1 plan del buen vivir 2009 2013-octubre 20_2010
PPTX
Sesion 5
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013
Search Engine Optimization (SEO) Trends 2015
Exorcise the NIMBY Within
Acceptable behaviour? Government intervention on unhealthy foods
Historiadeladn
What happens to the artist when you pirate
Earthsoft-Collection-Apr 2011
Does Your Business Need to be Using Social Media
What is Google+ and why should we care? (2013 edition)
Taylor Milbun Estate Agents In Essex Who Help With Mortgage
Renevela16
Enseñanza de la me canica
Year 13 parents' evening presentation - October 2015
Presentazione turismo pellegrino
lingkaran
1 plan del buen vivir 2009 2013-octubre 20_2010
Sesion 5
Ad

Similar to How YARN Enables Multiple Data Processing Engines in Hadoop (20)

PPTX
Realtime analytics + hadoop 2.0
PPTX
Introduction to the Hadoop EcoSystem
PDF
Discover.hdp2.2.storm and kafka.final
PDF
YARN - Strata 2014
PDF
Hortonworks tech workshop in-memory processing with spark
PDF
Discover hdp 2.2: Data storage innovations in Hadoop Distributed Filesystem (...
PDF
Discover hdp 2.2 hdfs - final
PDF
Discover HDP2.1: Apache Storm for Stream Data Processing in Hadoop
PPTX
Cloud Austin Meetup - Hadoop like a champion
PPTX
Intro to Big Data Analytics using Apache Spark and Apache Zeppelin
PDF
Discover HDP 2.2: Apache Falcon for Hadoop Data Governance
PDF
Discover.hdp2.2.h base.final[2]
PDF
Hortonworks - What's Possible with a Modern Data Architecture?
PDF
Discover HDP 2.2: Even Faster SQL Queries with Apache Hive and Stinger.next
PDF
Discover HDP 2.2: Comprehensive Hadoop Security with Apache Ranger and Apache...
PDF
Discover HDP 2.1: Apache Hadoop 2.4.0, YARN & HDFS
PPTX
Hoya for Code Review
PDF
Hortonworks and Red Hat Webinar - Part 2
PPTX
Internet of Things Crash Course Workshop at Hadoop Summit
PPTX
Internet of things Crash Course Workshop
Realtime analytics + hadoop 2.0
Introduction to the Hadoop EcoSystem
Discover.hdp2.2.storm and kafka.final
YARN - Strata 2014
Hortonworks tech workshop in-memory processing with spark
Discover hdp 2.2: Data storage innovations in Hadoop Distributed Filesystem (...
Discover hdp 2.2 hdfs - final
Discover HDP2.1: Apache Storm for Stream Data Processing in Hadoop
Cloud Austin Meetup - Hadoop like a champion
Intro to Big Data Analytics using Apache Spark and Apache Zeppelin
Discover HDP 2.2: Apache Falcon for Hadoop Data Governance
Discover.hdp2.2.h base.final[2]
Hortonworks - What's Possible with a Modern Data Architecture?
Discover HDP 2.2: Even Faster SQL Queries with Apache Hive and Stinger.next
Discover HDP 2.2: Comprehensive Hadoop Security with Apache Ranger and Apache...
Discover HDP 2.1: Apache Hadoop 2.4.0, YARN & HDFS
Hoya for Code Review
Hortonworks and Red Hat Webinar - Part 2
Internet of Things Crash Course Workshop at Hadoop Summit
Internet of things Crash Course Workshop

More from POSSCON (20)

PDF
Why Meteor.JS?
PDF
Vagrant 101
PDF
Tools for Open Source Systems Administration
PPTX
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
PPTX
Accelerating Application Delivery with OpenShift
PDF
Openstack 101
ODP
Community Building: The Open Source Way
PPTX
I Know It Was MEAN, But I Cut the Cord to LAMP Anyway
PDF
Software Defined Networking (SDN) for the Datacenter
PDF
Application Security on a Dime: A Practical Guide to Using Functional Open So...
ODP
Why Your Open Source Story Matters
PPTX
Google Summer of Code
PDF
Introduction to Hadoop
PDF
How to Use Cryptography Properly: The Common Mistakes People Make When Using ...
PPTX
Cyber Security and Open Source
PDF
Intro to AngularJS
PDF
Docker 101: An Introduction
PDF
Graph the Planet!
PDF
Software Freedom Licensing: What You Must Know
PDF
Contributing to an Open Source Project 101
Why Meteor.JS?
Vagrant 101
Tools for Open Source Systems Administration
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
Accelerating Application Delivery with OpenShift
Openstack 101
Community Building: The Open Source Way
I Know It Was MEAN, But I Cut the Cord to LAMP Anyway
Software Defined Networking (SDN) for the Datacenter
Application Security on a Dime: A Practical Guide to Using Functional Open So...
Why Your Open Source Story Matters
Google Summer of Code
Introduction to Hadoop
How to Use Cryptography Properly: The Common Mistakes People Make When Using ...
Cyber Security and Open Source
Intro to AngularJS
Docker 101: An Introduction
Graph the Planet!
Software Freedom Licensing: What You Must Know
Contributing to an Open Source Project 101

Recently uploaded (20)

PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
cuic standard and advanced reporting.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPT
Teaching material agriculture food technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Cloud computing and distributed systems.
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
Network Security Unit 5.pdf for BCA BBA.
Spectral efficient network and resource selection model in 5G networks
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
cuic standard and advanced reporting.pdf
Approach and Philosophy of On baking technology
Chapter 3 Spatial Domain Image Processing.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Teaching material agriculture food technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Unlocking AI with Model Context Protocol (MCP)
Digital-Transformation-Roadmap-for-Companies.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
MYSQL Presentation for SQL database connectivity
Big Data Technologies - Introduction.pptx
Cloud computing and distributed systems.
The Rise and Fall of 3GPP – Time for a Sabbatical?
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation

How YARN Enables Multiple Data Processing Engines in Hadoop

  • 1. Page 1 © Hortonworks Inc. 2011 – 2014. All Rights Reserved How YARN Enables Multiple Data Processing Engines in Hadoop We Do Hadoop Eric Mizell - Director, Solution Engineering
  • 2. Page 2 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Agenda • HDFS Overview - Storage • YARN 101 - Compute – Yet Another Resource Negotiator • Enabling a Modern Data Architecture • YARN in action – Demo of streaming application • Hadoop Tools – Demos • Sample Code - https://github.com/emizell/HBase-Code-Samples 2
  • 3. Page 3 © Hortonworks Inc. 2011 – 2014. All Rights Reserved HDFS Overview 3
  • 4. Page 4 © Hortonworks Inc. 2011 – 2014. All Rights Reserved HDFS Overview 4 •  Typical Hardware for DataNodes –  2@8 Core –  256GB RAM –  2@24TB Disk –  10 GbE •  Hadoop is rack aware –  Data is replicated across racks to ensure no data loss •  Scale up or down –  Add or remove DataNodes and HDFS auto rebalances •  HDFS is a file system –  Store any kind of data –  Inexpensive storage –  Replica of 3 by default (can be changed)
  • 5. Page 5 © Hortonworks Inc. 2011 – 2014. All Rights Reserved YARN Concepts • Application – Application is a job submitted to the framework – Example – MapReduce Job • Container – Basic unit of allocation – Fine-grained resource allocation across multiple resource types (memory, cpu, disk, network, gpu etc.) – container_0 = 2GB, 1CPU – container_1 = 1GB, 6 CPU – Replaces the fixed map/reduce slots 5
  • 6. Page 6 © Hortonworks Inc. 2011 – 2014. All Rights Reserved YARN Architecture • Resource Manager – Global resource scheduler – Hierarchical queues – Application management • Node Manager – Per-machine agent – Manages the life-cycle of container – Container resource monitoring • Application Master – Per-application – Manages application scheduling and task execution – E.g. MapReduce Application Master 6
  • 7. Page 7 © Hortonworks Inc. 2011 – 2014. All Rights Reserved RackN NodeManager NodeManager NodeManager Rack2 NodeManager NodeManager NodeManager Rack1 NodeManager NodeManager NodeManager C2.1 C1.4 AM2 C2.2 C2.3 AM1 C1.3 C1.2 C1.1 Hadoop Client 1 Hadoop Client 2 create app2 submit app1 submit app2 create app1 ASM Scheduler queues ASM Containers NM ASM Scheduler Resources .......negotiates....... .......reports to....... .......partitions....... ResourceManager status report YARN – Running Apps
  • 8. Page 8 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hadoop 2.x Stack – Enabled by YARN Hadoop YARN: Data Operating System (Cluster Resource Management) 1 ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° Script Pig SQL Hive Tez Tez Java Scala Cascading Tez ° ° ° ° ° ° ° ° ° ° ° ° ° ° Others ISV Engines HDFS (Hadoop Distributed File System) Stream Storm Search Solr NoSQL HBase Accumulo Slider Slider SECURITYGOVERNANCE OPERATIONSBATCH, INTERACTIVE & REAL-TIME DATA ACCESS In-Memory Spark Provision, Manage & Monitor Ambari Zookeeper Scheduling Oozie Data Workflow, Lifecycle & Governance Falcon Sqoop Flume Kafka NFS WebHDFS Authentication Authorization Accounting Data Protection Storage: HDFS Resources: YARN Access: Hive, … Pipeline: Falcon Cluster: Knox Cluster: Ranger Deployment ChoiceLinux Windows On-Premises Cloud YARN is the architectural center of HDP Enables batch, interactive and real-time workloads Provides comprehensive enterprise capabilities The widest range of deployment options
  • 9. Page 9 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hadoop 2.2.x Stack – Versions
  • 10. Page 10 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Enabling a Modern Data Architecture with Apache Hadoop Hortonworks. We do Hadoop.
  • 11. Page 11 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Existing Siloed Data Architectures Under PressureAPPLICATIONS  DATA    SYSTEM  SOURCES   Business     Analy:cs   Custom   Applica:ons   Packaged   Applica:ons   Exis:ng  Sources     (CRM,  ERP,  Clickstream,  Logs)   SILO   SILO   RDBMS   SILO   SILO   SILO   SILO   EDW   MPP   Data  growth:  New  Data  Types   OLTP,  ERP,  CRM  Systems   Unstructured  docs,  emails   Clickstream   Server  logs   Social/Web  Data   Sensor.  Machine  Data   Geoloca:on   85% Source: IDC ?? "   Can’t manage new data paradigm "   Constrains data to specific schema " Siloed data "   Limited scalability "   Economically unfeasible "   Limited analytics
  • 12. Page 12 © Hortonworks Inc. 2011 – 2014. All Rights Reserved HDP2 and YARN enable the Modern Data Architecture Hortonworks architected and 
 led development of YARN Common data set, multiple applications •  Optionally land all data in a single cluster •  Batch, interactive & real-time use cases •  Support multi-tenant access, processing & segmentation of data YARN: Architectural center of Hadoop •  Consistent security, governance & operations •  Ecosystem applications certified 
 by Hortonworks to run natively in Hadoop SOURCES EXISTING   Systems   Clickstream   Web     &Social   Geoloca:on   Sensor     &  Machine   Server     Logs   Unstructured   APPLICATIONSDATASYSTEM Business Analytics Custom Applications Packaged Applications RDBMS EDW MPP YARN: Data Operating System 1 ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° N HDFS (Hadoop Distributed File System) Interactive Real-TimeBatch
  • 13. Page 13 © Hortonworks Inc. 2011 – 2014. All Rights Reserved YARN in Action Hortonworks. We do Hadoop.
  • 14. Page 14 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Truck Sensors Distributed Storage: HDFS Many Workloads: YARN Trucking Company’s YARN-enabled Architecture Stream Processing (Storm) Inbound Messaging (Kafka) Microsoft Excel Interactive Query (Hive on Tez) Alerts & Events (ActiveMQ) Real-Time User Interface Real-time Serving (HBase)
  • 15. Page 15 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Components of the Topology • 9 Node HDP 2.2 Cluster with Storm and HBase on YARN • 4 Node 0.8 Kafka Cluster • 1 Node ActiveMQ with Stomp Protocol Enabled • Spring 4.0 WebMVC Web Using SocketJS & ActiveMQ over STOMP Page 15
  • 16. Page 16 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Topology Architecture Page 16 Truck Simulator T(1) T(2) T(N) Truck Stream Generator via AKKA Kafka Collector Kafka Grid - Captures all Driving Events BR(1) BR(2) BR(3) BR(4) BR(5) ZK truck_events TOPIC Storm on YARN on HDP Kafka Spout HBase Bolt Monitoring Bolt WebSocket Bolt HBase on HDP HBase driver dangerous events driver dangerous events count Email Alerts ActiveMQ Alert Topic Spring WebApp with SockJS WebSockets Real-Time Streaming Driver Monitoring App ActiveMQ Violation Events Topic
  • 17. Page 17 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Demo
  • 18. Page 18 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hadoop Tools Hortonworks. We do Hadoop.
  • 19. Page 19 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Agenda •  The Basics •  MapReduce & Java •  Pig •  Hive •  HBase, Solr & Spark •  Abstractions: .net, cascading and Spring XD •  Intro to the Sandbox •  Basic Hello World Using Hive and Pig •  HBase and Phoenix demo and code discussion
  • 20. Page 20 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hortonworks Data Platform 2.2 HDP Delivers Enterprise Hadoop YARN: Data Operating System (Cluster Resource Management) 1 ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° Script Pig SQL Hive Tez Tez Java Scala Cascading Tez ° ° ° ° ° ° ° ° ° ° ° ° ° ° HDFS (Hadoop Distributed File System) Stream Storm Search Solr NoSQL HBase Accumulo Slider Slider SECURITYGOVERNANCE OPERATIONSBATCH, INTERACTIVE & REAL-TIME DATA ACCESS In-Memory Spark Provision, Manage & Monitor Ambari Zookeeper Scheduling Oozie Data Workflow, Lifecycle & Governance Falcon Sqoop Flume Kafka NFS WebHDFS Authentication Authorization Audit Data Protection Storage: HDFS Resources: YARN Access: Hive Pipeline: Falcon Cluster: Ranger Cluster: Knox Deployment ChoiceLinux Windows Cloud YARN is the architectural center of HDP •  Common data set across all applications •  Batch, interactive & real-time workloads •  Multi-tenant access & processing Provides comprehensive enterprise capabilities •  Governance •  Security •  Operations Enables broad ecosystem adoption •  ISVs can plug directly into Hadoop The widest range of deployment options •  Linux & Windows •  On premises & cloud Others ISV Engines On-Premises
  • 21. Page 21 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hortonworks Data Platform 2.2 HDP Delivers Enterprise Hadoop 1 ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° HDFS (Hadoop Distributed File System) SECURITY OPERATIONS Provision, Manage & Monitor Ambari Zookeeper Scheduling Oozie Authentication Authorization Audit Data Protection Storage: HDFS Resources: YARN Access: Hive Pipeline: Falcon Cluster: Ranger Cluster: Knox Deployment ChoiceLinux Windows CloudOn-Premises YARN: Data Operating System (Cluster Resource Management) Script Pig SQL Hive Tez Tez Java Scala Cascading Tez Stream Storm Search Solr NoSQL HBase Accumulo Slider Slider GOVERNANCE BATCH, INTERACTIVE & REAL-TIME DATA ACCESS In-Memory Spark Data Workflow, Lifecycle & Governance Falcon Sqoop Flume Kafka NFS WebHDFS Others ISV Engines We will cover: •  What it is & where it is used •  Basic elements
  • 22. Page 22 © Hortonworks Inc. 2011 – 2014. All Rights Reserved MapReduce MapReduce is a framework for writing applications that process large amounts of structured and unstructured data in parallel across a cluster of thousands of machines, in a reliable and fault-tolerant manner Developers use it to… •  They don’t have to anymore •  Many tools have been created to abstract this complexity M M M R R M M R M M R M M R HDFS HDFS HDFS
  • 23. Page 23 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Pig •  Apache™ Pig allows you to write complex MapReduce transformations using a simple scripting language. •  Pig Latin (the language) defines a set of transformations on a data set such as aggregate, join and sort. •  Pig Latin is sometimes extended using UDFs (User Defined Functions), in Java or a scripting language and then call directly from the Pig Latin. Developers use Pig for •  ETL •  Basic “spreadsheet” functions •  Prepare data for data science
  • 24. Page 24 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Example RAW_LOGS  =  LOAD  '/user/paul/data/apache/access'  USING  TextLoader   as  (line:chararray);     CLICKS_RAW  =  LOAD  '$input'  USING  PigStorage('|')  as   (sls_key:chararray,  sls_item_ln_id:int,  chn_id:int,  loc_id:int,   all_chnl_rpt_chn_id:int,  all_chnl_rpt_loc_id:int,   sls_bsns_dt:chararray,  sku_id:int);     RECORDS  =  load  'config'  using   org.apache.hcatalog.pig.HCatLoader();    
  • 25. Page 25 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Pig Operators
  • 26. Page 26 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hive •  Apache Hive is the defacto standard for SQL queries over petabytes of data in Hadoop •  Created by a team at Facebook. •  Provides a standard SQL interface to data stored in Hadoop. •  Quickly find value in raw data files. •  Proven at petabyte scale. •  Compatible with every popular BI tools such as Tableau, Excel, MicroStrategy, Business Objects, etc. Developers use it to: •  Perform SQL queries •  Interface with existing tools via JDBC/ODBC
  • 27. Page 27 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Sample SQL with Hive SELECT [ALL | DISTINCT] select_expr, select_expr, ...! FROM table_reference! [WHERE where_condition]! [GROUP BY col_list]! [HAVING having_condition]! [CLUSTER BY col_list | [DISTRIBUTE BY col_list] [SORT BY !col_list]]! [LIMIT number] ; !
  • 28. Page 28 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hive - Select Syntax
  • 29. Page 29 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hive Demonstration HDP Sandbox •  Up and running with a Hadoop environment in minutes •  Basic and advanced tutorials with discreet learning paths •  Ecosystem partner tutorials hortonworks.com/sandbox
  • 30. Page 30 © Hortonworks Inc. 2011 – 2014. All Rights Reserved HBase •  Apache™ HBase is a non-relational (NoSQL) database that runs on top of the Hadoop® Distributed File System (HDFS). •  It is columnar and provides fault-tolerant storage and quick access to large quantities of sparse data. •  It also adds transactional capabilities to Hadoop, allowing users to conduct updates, inserts and deletes. •  HBase was created for hosting very large tables with billions of rows and millions of columns. Developers use it to: •  Provide low latency access to massive amounts of data (eg. Recommendation engine results) •  Document store
  • 31. Page 31 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Phoenix •  Apache™ Phoenix is a high performance relational database layer over HBase for low latency applications. •  SQL queries are compiled into a series of HBase scans producing regular JDBC result sets. •  Table metadata is stored in an HBase table and versioned and can be queried by version. •  Query performance in the millisecond to low seconds range. •  Largest know table size is a Trillion+ rows with query response times in the 30 second range. Developers use it for: •  Low latency queries •  SQL skin on HBase
  • 32. Page 32 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Phoenix Functions
  • 33. Page 33 © Hortonworks Inc. 2011 – 2014. All Rights Reserved HBase/Phoenix Demonstration HDP Sandbox •  Up and running with a Hadoop environment in minutes •  Basic and advanced tutorials with discreet learning paths •  Ecosystem partner tutorials hortonworks.com/sandbox
  • 34. Page 34 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Storm •  Apache™ Storm is a distributed real-time computation system for processing fast, large streams of data. Storm adds reliable real-time data processing capabilities to Hadoop. •  Storm is extremely fast, with the ability to process over a million records per second per node on a cluster of modest size. •  Apache Kafka is a publish-subscribe messaging system that works well with Storm. Developers use it to: •  Analyze stream data in real- time
  • 35. Page 35 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Solr •  Apache Solr provides full-text search and near real-time indexing for data stored in Hadoop. •  Whether users search for tabular, text, geo- location or sensor data in Hadoop, they find it quickly with Apache Solr. •  Apache Solr indexes via XML, JSON, CSV or binary over HTTP. Users can query petabytes of data via HTTP GET and receive XML, JSON, CSV or binary results. Developers use it to: •  Provide search capability for a cluster •  Data Scientist often use to explore data found in HDFS
  • 36. Page 36 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Spark •  Spark is a general-purpose engine for ad-hoc interactive analytics, iterative machine- learning, and other use cases well-suited to interactive, in-memory data processing of GB to TB sized datasets. •  Spark loads data into memory so it can be queried repeatedly. It can create a “shadow” of data that can be used in the next iteration of a query •  Spark provides simple APIs for data scientists and engineers familiar with Scala (programming language) to build applications •  Spark is YARN-ready – another engine on YARN! Developers use it to: •  Data Science: machine learning and iterative analytics
  • 37. Page 37 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Cascading •  Cascading is an application development framework for building data applications. Converts applications into MapReduce jobs. •  The Cascading SDK provides a collection of tools, documentation, libraries, tutorials and example projects. •  Lingual. Simplifies systems integration through ANSI SQL compatibility and a JDBC driver •  Pattern. Enables various machine learning scoring algorithms through PMML compatibility •  Scalding. Enables development with Scala, a powerful language for solving functional problems •  Cascalog. Enables development with Clojure, a Lisp dialect Developers use it to: •  Build complex native Hadoop applications without getting into MapReduce.
  • 38. Page 38 © Hortonworks Inc. 2011 – 2014. All Rights Reserved .net •  The Microsoft .NET SDK for Hadoop provides API access to HDP and Microsoft HDInsight including HDFS, HCatalog, Oozie and Ambari, and also some Powershell scripts for cluster management. •  There are also libraries for MapReduce and LINQ to Hive. The latter is really interesting as it builds on the established technology for .NET developers to access most data sources to deliver the capabilities of the de facto standard for Hadoop data query. Developers use it to: •  Build complex MSFT .net Hadoop applications.
  • 39. Page 39 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Java & Spring XD •  Spring for Apache Hadoop (SHDP) provides a developer API for Pig, Hive, Cascading and provides extensions to Spring Batch for orchestrating Hadoop based workflows. •  It integrates with other Spring ecosystem project such as Spring Integration and Spring Batch •  These foundational parts of Spring IO platform make Hadoop development more accessible to a wider range of Java developers. Developers use it to: •  Build complex Hadoop applications using Java and the Spring framework
  • 40. Page 40 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Hadoop Summit 2015 Page 40
  • 41. Page 41 © Hortonworks Inc. 2011 – 2014. All Rights Reserved Thank You! Eric Mizell – Director, Solutions Engineering emizell@hortonworks.com @ericmizell