SlideShare a Scribd company logo
1 of 31
Download to read offline
1 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved1 ©	Hortonworks	Inc.	2011	–2017.	All	Rights	Reserved
Scott	Gnau CTO,	Hortonworks	@Scott_Gnau
David	Loshin,	President,	Knowledge	Integrity
loshin@knowledge-integrity.com
Legacy	Architectures	Impede	Performance
EDW
Capital	
Costs
Operations	
Costs
Scalability
Analytic	
Flexibility
Time	to	
Value
Data	
Quality
Data	
Variety
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 2
• Data	warehouse	
performance	is	no	longer	
solely	defined	in	terms	of	
computation	speed
• Optimal	performance	
reflects	the	ability	to	
maximize	value	across	a	
range	of	dimensions	
• The	static	design	of	legacy	
platforms	has	not	kept	
pace	with	growing	desire	
for	business	intelligence	
and	analytics
Step	1:	Leverage	Horizontal	Scalability
• DW	appliances	require	
significant	capital	investment
– System	must	be	sized	to	meet	
anticipated	needs
– Allows	for	unused	capacity	at	
beginning
– Requires	increased	“step-up”	
investments	on	regular	intervals
• Hadoop	finesses	this	challenge
– Relies	on	commodity	
components
– Start	with	what	you	need,	grow	
with	increased	demand
– Introduce	newer	hardware	
seamlessly
– Exploit	innovations	to	speed	
performance	(e.g.,	Stinger.next,	
Low	Latency	Analytical	
Processing)
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 3
Rack	switch
NameNode
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
Rack	switch
NameNode
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
Rack	switch
NameNode
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
Rack	switch
NameNode
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
DataNode	&	
TaskTracker
Step	2:	Augment	EDW	Storage	with	Hive
• The	value	of	existing	EDW	
investments	can	be	extended	
using	a	Hybrid	Architecture
• Hive	continues	to	evolve	with	
innovative	performance	
improvements:
– In-memory	caching	and	
persistent	query	executors
– Column-oriented	distributed	
data	organization
– Improved	security	using	
Apache	Ranger
– SQL	ACID	Merge
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 4
Hadoop	
Cluster
EDW
Step	3:	Increase	Data	Flexibility	
• Conventional	data	warehouse	architectures	are	organized	using	a	dimensional	model
– Facts	represent	events
– Dimensions	characterize	the	facts
• The	dimensional	model	is	suited	to	typical	DW	operations
– Aggregation	and	rolled-up	reporting
– “Slice	and	dice”
• However,	this	model	forces	all	data	into	predetermined	schema	(“schema-on-write”)
– Introduces	bias,	creates	constraints	and	limits	data	flexibility
• Alternative:	schema-on-read
– Data	sets	are	captured	in	their	source	formats
– Frees	data	consumers	to	apply	their	own	organization
– Allows	logical	structure	to	be	layered	on	top	of	data	in	source	format
– Enables	use	of	creative	algorithms	for	analytics,	text	mining,	and	machine	learning
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 5
Step	4:	Use	Unstructured	Data
• Data	warehouses	are	engineered	around	structured	data
• Many	sources	of	increasing	volume	of	unstructured	data
– Apps	running	on	Internet-connected	devices	generate	text	streams
– Machine-generated	unstructured	content
– Semi-structured	sources
• Applications	that	consume	both	structured	and	unstructured	
data	provide	fuller	visibility	into	analytical	results
• Tools	like	Lucene,	Solr,	Mahout,	and	other	text	analytics	
libraries	help	to	parse	and	tag	unstructured	text
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 6
Ingest
Parse
Tag
Organize
Lucene
Solr
Mahout
Step	5:	Data	Discovery
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 7
Data	Ingestion	
&	
Transformation
• Data	imported	into	the	data	warehouse	is	
homogenized	and	organized	within	predefined	
data	models
• This	constrains	downstream	consumers
Step	5:	Data	Discovery
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 8
Data	Discovery	
&	Preparation
Data	Discovery	
&	Preparation
Data	Discovery	
&	Preparation
Data	Discovery	
&	Preparation
Data	Discovery	
&	Preparation
• Data	discovery	allows	each	user	to	configure	the	
data	for	their	specialized	purposes
Step	6:	Offload	ETL	to	Hadoop
• 60-70%	of	the	effort	of	data	warehousing	is	attributed	to	extraction,	transformation,	
and	loading	(ETL)
• Hadoop	is	a	natural	platform	for	ETL	processing:
– ETL	is	inherently	data	parallel,	enabling	faster	execution
– Development	time	can	be	drastically	reduced	with	faster	dev/test/debug	cycle
– Resources	can	be	dynamically	apportioned	and	released	when	ETL	processing	is	completed,	
lowering	costs
• Apache	Hive	supports	SQL	ACID	Merge	which	handles	inserts,	updates,	and	deletes	
in	a	single	pass
• Allows	for	in-database	transformations	without	need	for	massive	refreshes
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 9
Step	7:	Operational	Data	Governance
• Delegating	more	responsibility	to	the	consumer	community	poses	a	risk	of	
inconsistent	interpretation	and	use
• Institute	operational	data	governance	to	support	versioning,	lineage,	and	
provenance
– Metadata	management
– Data	lineage
– Archiving	policies
– Versioning	policies
– Data	security	and	protection
• Apache	Atlas	is	an	open	source	component	of	the	Hadoop	ecosystem	that	captures	
data	definitions,	hierarchical	taxonomies,	data	elements	and	their	relationships,	and		
lineage
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 10
Modernization:	Evolving	the	Hybrid	EDW
• Conventional	RDBMS-based	data	warehouses	have	served	organizations	well,	but	
are	being	eclipsed	by	newer	technologies
• Scalable	systems	built	on	commodity	components	are	rapidly	being	adopted	for	
business	intelligence	and	analytics	applications
• Optimize	the	EDW	using	an	evolutionary	approach	to	embracing	Hadoop:
– Expand	the	storage	footprint
– Increase	computational	power
– Broaden	the	scope	of	application	support
– Lower	costs
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 11
Questions	&	Suggestions
• www.knowledge-integrity.com
• www.dataqualitybook.com
• www.decisionworx.com
• If	you	have	questions,	comments,	
or	suggestions,	please	contact	me
David	Loshin
301-754-6350
loshin@knowledge-integrity.com
©	2017	Knowledge	Integrity,	Inc	loshin@knowledge-integrity.com	 (301)	754-6350	 12
13 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
The	Next	Gen	EDW	is	the	Big	Data	Warehouse
à In	Forrester’s	2016	global	survey,	59%	of	respondents	stated	that	leveraging	big	data	
and	analytics	was	a	critical	or	high	priority.
14 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Companies	Are	Looking	to	Big	Data	for	EDW	Optimization	
à 82%	of	2550+	respondents	are	looking	to	Big	Data	for	EDW	Optimization	rather	than	a	
straight	replacement.	– 2016	Big	Data	Maturity	Survey
15 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Hortonworks	Connected	Data	Platforms	and	Solutions
Hortonworks
Connection
Hortonworks	Solutions
Enterprise	Data
Warehouse	Optimization
Cyber	Security	and
Threat	Management
Internet	of	Things
and	Streaming	Analytics
Hortonworks	Connection
Subscription	Support
SmartSense
Premier	Support
Educational	Services
Professional	Services
Community	Connection
Cloud
Hortonworks	 Data	Cloud
AWS HDInsight
Data	Center
Hortonworks	 Data	Suite
HDFHDP
16 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Drivers	of	a	Modern	BI	Infrastructure
Deeper	and	
Broader	Data	Sets	
Complete	Data	
‘Provenance’
Leading	Analytics	
and	Tools
Integrate	non-EDW	
data	and	EDW	data
Total	Cost	of	
Ownership
17 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Open	Source	Transformational	Impact	to	EDW
Unmatched	Economics
support	low	cost	data-center	and	cloud	
architectures	for	Enterprise	Apache	
Hadoop
Eliminates	Risk	and	Ensures	Integration
prevents	vendor	lock-in	and	speeds	
ecosystem	adoption	of	ODPi-compliant	
core
COST
EFFICIENCY
DATA
VARIETY
EDW
PROPRIETARY
HADOOP
HORTONWORKS	
OPEN	SOURCE	
RDBMS
18 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
But,	why	aren’t	more	companies	running	to	this	solution?
Risky
Hadoop	requires	a	bunch	of	
new	skill	sets
It’ll	take	a	long	time
There’s	too	much	manual	coding	required
It’s	hard	to	integrate	to	
my	BI	tool	stack
19 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Legacy	EDW	Solution
20 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Using	Hadoop	to	Optimize	the	Data	Warehouse		
à Augment	EDW	with	Hive
à Offload	ETL	to	Hadoop
à Data	Governance
21 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Augment	current	EDW	with	Hive	
Hive	LLAP	GA:	Interactive	query	in	seconds,	10X	fast	join	performance
Ease	of	Use	and	Adoption	:	SQL	Standard	ACID	Merge		
Enterprise	Readiness:	Supports	all	TPC-DS	Queries	
Streamlined	Operations:	Hive	Views
22 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
0
5
10
15
20
25
30
35
40
45
50
0
50
100
150
200
250
Speedup	(x	Factor)
Query	Time(s)	(Lower	is	Better)
Hive	2	with	LLAP	averages	26x	faster	than	Hive	1
Hive	1	/	Tez	Time	(s) Hive	2	/	LLAP	Time(s) Speedup	(x	Factor)
Hive	2	with	LLAP:	26x	Performance	Boost	at	1TB	Scale
23 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Hive	LLAP	in	HDP	2.6:	Stable	Performance	with	High	Concurrency
4x	Queries,
2.8x
Runtime
Difference
5x	Queries,
4.6x
Runtime
Difference
Mark
Concurrent
Queries
Average
Runtime
5 7.76s
25 36.24s
100 102.89s
24 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Offload	ETL	to	Hadoop	
à The	Problem:
– EDWs	can	consume	between	50%	and	90%	of	
resources	just	on	ETL/ELT	tasks.
– These	jobs	interfere	with	more	business-
critical	tasks	like	BI	and	advanced	analytics.
à The	Solution:
– Hive	and	HDP	deliver	ETL	that	scales	to	
petabytes.
– Economical	scale-out	processing	on	
commodity	servers.
à The	Result:
– Better	SLAs	for	mission-critical	analytics.
– Limit	EDW	expansion	or	retire	old	systems.
ETL/ELT
DATA
MART
DATA
LANDING	&
DEEP
ARCHIVE
CUBE
MART
END	USER
APPLICATIONS
APPLICATIONS
APPLICATIONS
END	USERS
AND	APPS
25 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Data	Governance	for	EDW	Optimization	
Classification
Prohibition
Time
Location
Policies
PDP
Resource
Cache
Ranger
Manage	Access	Policies	
and	Audit	Logs
Track	Metadata
and	Lineage
Atlas	Client
Subscribers
to	Topic
Gets	Metadata
Updates
Atlas
Metastore
Tags
Assets
Entitles
Streams
Pipelines
Feeds
Hive
Tables
HDFS
Files
HBase
Tables
Entities
in	Data
Lake
Industry	First:	Dynamic	Tag-based	Security	Policies
26 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Use	Case	1:	Multi-Channel	Behavioral	Analysis
à Industry:	Mass	Media
– Largest	broadcasting	and	cable	company	
in	the	world	by	revenue
– Multiple	channels:	Cable	(set-top-box),	
wireless	devices,	streaming	
programming,	
– 22	million+	subscribers	(internet	&	
video)
à Results:
– Scalability:	480B	rows,	500	nodes
– 60x	query	performance	improvement
– Insights:	New	info	improve	negations
– Loyalty:		Outreach	to	customers	viewing	
competitive	streams;	▼churn	▲
revenue
Before After
Leading	Media	Company
Hortonworks	HDP
AtScale	Intelligence	Server
Hortonworks	HDP
Netezza Data	Mart
Channel	Feeds
Tableau	+	MS	Excel	+	R
Channel	Feeds
Tableau	+	MS	Excel
27 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Use	Case	2:	Campaign	Paid-Search	Effectiveness
à Industry:	Retail	/	eCommerce
– Top	US	department	store	(by	rev)
– Online	sales	$4B+	&	growing	(11%+	total)
– 800+	department	stores	nationwide
à Results
– Scale:		Millions	paid	keywords		analyzed	
– Speed:		Eliminate	extract	step	
– Insight:	Operationalized		closed-loop	
analysis	à insight	à decision	à action		
– Impact:		Make	and	save	$	millions	w/	
instant	bid	decisions	over	6-week	season		
à that	drives	60%	annual	revenue
Before After
Hortonworks	HDP
AtScale	Intelligence	Server
Hortonworks	HDP
Vertica Data	Marts
Ad	&	Paid	Keywords
Cognos +	Tableau	+	Excel
Ad	&	Paid	Keywords
Tableau	+	Excel
Leading	Retailer
28 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Use	Case	3:	Client	and	Patient	Analysis
à Industry:	Managed	Health	Care
– Member	of	Fortune	100
– Health,	life	+	other	insurance	products
– ~	52	million	members;	
medical/dental/pharm
à Results
– Scalable:	BI	directly	on	264+	nodes	data
– Time:	 Eliminate	data	movement	 step
– 62x	query	performance	improvement
– Speed:		<2.2	second	average	query	time	
– Insight:		Tableau	on	Hadoop	for	1000+	
– Security:		Access	control	by	user;	HIPAA
Before After
Leading	Managed	Healthcare	Provider
Hortonworks	HDP
AtScale	Intelligence	Server
Hortonworks	HDP
Netezza Data	Mart
Client	/	Patient	Details
Tableau	+	MS	Excel
Client	/	Patient	Details
Tableau	+	MS	Excel
29 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Next	Step:	
à Everyone	will	receive	a	free	copy	of	Forrester	White	Paper	titled	”The	Next-Generation	
EDW	Is	The	Big	Data	Warehouse”		
à EDW	Optimization	with	HDP
– http://hortonworks.com/solutions/edw-optimization/
– EDW	Optimization	7	min	video
30 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Hortonworks	Connected	Data	Platforms	and	Solutions
Hortonworks
Connection
Hortonworks	Solutions
Enterprise	Data
Warehouse	Optimization
Cyber	Security	and
Threat	Management
Internet	of	Things
and	Streaming	Analytics
Hortonworks	Connection
Subscription	Support
SmartSense
Premier	Support
Educational	Services
Professional	Services
Community	Connection
Cloud
Hortonworks	 Data	Cloud
AWS HDInsight
Data	Center
Hortonworks	 Data	Suite
HDFHDP
31 ©	Hortonworks	Inc.	2011	–2016.	All	Rights	Reserved
Thank	You

More Related Content

What's hot

How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
Amr Awadallah
 

What's hot (20)

Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
 
Big Data: Myths and Realities
Big Data: Myths and RealitiesBig Data: Myths and Realities
Big Data: Myths and Realities
 
Modern Data Warehouse Overview
Modern Data Warehouse OverviewModern Data Warehouse Overview
Modern Data Warehouse Overview
 
Highly Automated IT
Highly Automated ITHighly Automated IT
Highly Automated IT
 
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data PlatformModernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
 
Benefits of Transferring Real-Time Data to Hadoop at Scale
Benefits of Transferring Real-Time Data to Hadoop at ScaleBenefits of Transferring Real-Time Data to Hadoop at Scale
Benefits of Transferring Real-Time Data to Hadoop at Scale
 
2014.07.11 biginsights data2014
2014.07.11 biginsights data20142014.07.11 biginsights data2014
2014.07.11 biginsights data2014
 
Breaching the 100TB Mark with SQL Over Hadoop
Breaching the 100TB Mark with SQL Over HadoopBreaching the 100TB Mark with SQL Over Hadoop
Breaching the 100TB Mark with SQL Over Hadoop
 
Choosing technologies for a big data solution in the cloud
Choosing technologies for a big data solution in the cloudChoosing technologies for a big data solution in the cloud
Choosing technologies for a big data solution in the cloud
 
Cloud Innovation Day - Commonwealth of PA v11.3
Cloud Innovation Day - Commonwealth of PA v11.3Cloud Innovation Day - Commonwealth of PA v11.3
Cloud Innovation Day - Commonwealth of PA v11.3
 
Presentacin webinar move_up_to_power8_with_scale_out_servers_final
Presentacin webinar move_up_to_power8_with_scale_out_servers_finalPresentacin webinar move_up_to_power8_with_scale_out_servers_final
Presentacin webinar move_up_to_power8_with_scale_out_servers_final
 
Sidecars and a Microservices Mesh
Sidecars and a Microservices MeshSidecars and a Microservices Mesh
Sidecars and a Microservices Mesh
 
NYC Data Amp - Microsoft Azure and Data Services Overview
NYC Data Amp - Microsoft Azure and Data Services OverviewNYC Data Amp - Microsoft Azure and Data Services Overview
NYC Data Amp - Microsoft Azure and Data Services Overview
 
Red Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureRed Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft Azure
 
Integrating and Analyzing Data from Multiple Manufacturing Sites using Apache...
Integrating and Analyzing Data from Multiple Manufacturing Sites using Apache...Integrating and Analyzing Data from Multiple Manufacturing Sites using Apache...
Integrating and Analyzing Data from Multiple Manufacturing Sites using Apache...
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure pass
 
Journey to the Data Lake: How Progressive Paved a Faster, Smoother Path to In...
Journey to the Data Lake: How Progressive Paved a Faster, Smoother Path to In...Journey to the Data Lake: How Progressive Paved a Faster, Smoother Path to In...
Journey to the Data Lake: How Progressive Paved a Faster, Smoother Path to In...
 
Verizon Centralizes Data into a Data Lake in Real Time for Analytics
Verizon Centralizes Data into a Data Lake in Real Time for AnalyticsVerizon Centralizes Data into a Data Lake in Real Time for Analytics
Verizon Centralizes Data into a Data Lake in Real Time for Analytics
 
How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
How Apache Hadoop is Revolutionizing Business Intelligence and Data Analytics...
 
Data Lake for the Cloud: Extending your Hadoop Implementation
Data Lake for the Cloud: Extending your Hadoop ImplementationData Lake for the Cloud: Extending your Hadoop Implementation
Data Lake for the Cloud: Extending your Hadoop Implementation
 

Similar to Enterprise Data Warehouse Optimization: 7 Keys to Success

Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...
Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...
Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...
Pentaho
 
Big Data Challenges, Presented by Wes Caldwell at SolrExchage DC
Big Data Challenges, Presented by Wes Caldwell at SolrExchage DCBig Data Challenges, Presented by Wes Caldwell at SolrExchage DC
Big Data Challenges, Presented by Wes Caldwell at SolrExchage DC
Lucidworks (Archived)
 

Similar to Enterprise Data Warehouse Optimization: 7 Keys to Success (20)

Use Cases from Batch to Streaming, MapReduce to Spark, Mainframe to Cloud: To...
Use Cases from Batch to Streaming, MapReduce to Spark, Mainframe to Cloud: To...Use Cases from Batch to Streaming, MapReduce to Spark, Mainframe to Cloud: To...
Use Cases from Batch to Streaming, MapReduce to Spark, Mainframe to Cloud: To...
 
Ruslan Podgaets_a
Ruslan Podgaets_aRuslan Podgaets_a
Ruslan Podgaets_a
 
Big Data and the Semantic Web
Big Data and the Semantic WebBig Data and the Semantic Web
Big Data and the Semantic Web
 
Agile Big Data Analytics Development: An Architecture-Centric Approach
Agile Big Data Analytics Development: An Architecture-Centric ApproachAgile Big Data Analytics Development: An Architecture-Centric Approach
Agile Big Data Analytics Development: An Architecture-Centric Approach
 
Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...
Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...
Big Data Integration Webinar: Reducing Implementation Efforts of Hadoop, NoSQ...
 
Unified approach to analytics
Unified approach to analyticsUnified approach to analytics
Unified approach to analytics
 
Data Warehouse Agility Array Conference2011
Data Warehouse Agility Array Conference2011Data Warehouse Agility Array Conference2011
Data Warehouse Agility Array Conference2011
 
Optimizing your Modern Data Architecture - with Attunity, RCG Global Services...
Optimizing your Modern Data Architecture - with Attunity, RCG Global Services...Optimizing your Modern Data Architecture - with Attunity, RCG Global Services...
Optimizing your Modern Data Architecture - with Attunity, RCG Global Services...
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics
 
Managing Large Amounts of Data with Salesforce
Managing Large Amounts of Data with SalesforceManaging Large Amounts of Data with Salesforce
Managing Large Amounts of Data with Salesforce
 
Big Data for BI - Beyond the Hype - Pentaho
Big Data for BI - Beyond the Hype - PentahoBig Data for BI - Beyond the Hype - Pentaho
Big Data for BI - Beyond the Hype - Pentaho
 
Innovation in the Enterprise Rent-A-Car Data Warehouse
Innovation in the Enterprise Rent-A-Car Data WarehouseInnovation in the Enterprise Rent-A-Car Data Warehouse
Innovation in the Enterprise Rent-A-Car Data Warehouse
 
Big Data Challenges, Presented by Wes Caldwell at SolrExchage DC
Big Data Challenges, Presented by Wes Caldwell at SolrExchage DCBig Data Challenges, Presented by Wes Caldwell at SolrExchage DC
Big Data Challenges, Presented by Wes Caldwell at SolrExchage DC
 
Options for Data Prep - A Survey of the Current Market
Options for Data Prep - A Survey of the Current MarketOptions for Data Prep - A Survey of the Current Market
Options for Data Prep - A Survey of the Current Market
 
Enterprise Data Science at Scale @ Princeton, NJ 14-Nov-2017
Enterprise Data Science at Scale @ Princeton, NJ 14-Nov-2017Enterprise Data Science at Scale @ Princeton, NJ 14-Nov-2017
Enterprise Data Science at Scale @ Princeton, NJ 14-Nov-2017
 
Zementis hortonworks-webinar-2014-09
Zementis hortonworks-webinar-2014-09Zementis hortonworks-webinar-2014-09
Zementis hortonworks-webinar-2014-09
 
What's New in Pentaho 7.0?
What's New in Pentaho 7.0?What's New in Pentaho 7.0?
What's New in Pentaho 7.0?
 
Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...
Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...
Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...
 
Big Data Analyst at BankofAmerica
Big Data Analyst at BankofAmericaBig Data Analyst at BankofAmerica
Big Data Analyst at BankofAmerica
 
Sudhir Rawat, Sr Techonology Evangelist at Microsoft SQL Business Intelligenc...
Sudhir Rawat, Sr Techonology Evangelist at Microsoft SQL Business Intelligenc...Sudhir Rawat, Sr Techonology Evangelist at Microsoft SQL Business Intelligenc...
Sudhir Rawat, Sr Techonology Evangelist at Microsoft SQL Business Intelligenc...
 

More from Hortonworks

More from Hortonworks (20)

Hortonworks DataFlow (HDF) 3.3 - Taking Stream Processing to the Next Level
Hortonworks DataFlow (HDF) 3.3 - Taking Stream Processing to the Next LevelHortonworks DataFlow (HDF) 3.3 - Taking Stream Processing to the Next Level
Hortonworks DataFlow (HDF) 3.3 - Taking Stream Processing to the Next Level
 
IoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT Strategy
IoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT StrategyIoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT Strategy
IoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT Strategy
 
Getting the Most Out of Your Data in the Cloud with Cloudbreak
Getting the Most Out of Your Data in the Cloud with CloudbreakGetting the Most Out of Your Data in the Cloud with Cloudbreak
Getting the Most Out of Your Data in the Cloud with Cloudbreak
 
Johns Hopkins - Using Hadoop to Secure Access Log Events
Johns Hopkins - Using Hadoop to Secure Access Log EventsJohns Hopkins - Using Hadoop to Secure Access Log Events
Johns Hopkins - Using Hadoop to Secure Access Log Events
 
Catch a Hacker in Real-Time: Live Visuals of Bots and Bad Guys
Catch a Hacker in Real-Time: Live Visuals of Bots and Bad GuysCatch a Hacker in Real-Time: Live Visuals of Bots and Bad Guys
Catch a Hacker in Real-Time: Live Visuals of Bots and Bad Guys
 
HDF 3.2 - What's New
HDF 3.2 - What's NewHDF 3.2 - What's New
HDF 3.2 - What's New
 
Curing Kafka Blindness with Hortonworks Streams Messaging Manager
Curing Kafka Blindness with Hortonworks Streams Messaging ManagerCuring Kafka Blindness with Hortonworks Streams Messaging Manager
Curing Kafka Blindness with Hortonworks Streams Messaging Manager
 
Interpretation Tool for Genomic Sequencing Data in Clinical Environments
Interpretation Tool for Genomic Sequencing Data in Clinical EnvironmentsInterpretation Tool for Genomic Sequencing Data in Clinical Environments
Interpretation Tool for Genomic Sequencing Data in Clinical Environments
 
IBM+Hortonworks = Transformation of the Big Data Landscape
IBM+Hortonworks = Transformation of the Big Data LandscapeIBM+Hortonworks = Transformation of the Big Data Landscape
IBM+Hortonworks = Transformation of the Big Data Landscape
 
Premier Inside-Out: Apache Druid
Premier Inside-Out: Apache DruidPremier Inside-Out: Apache Druid
Premier Inside-Out: Apache Druid
 
Accelerating Data Science and Real Time Analytics at Scale
Accelerating Data Science and Real Time Analytics at ScaleAccelerating Data Science and Real Time Analytics at Scale
Accelerating Data Science and Real Time Analytics at Scale
 
TIME SERIES: APPLYING ADVANCED ANALYTICS TO INDUSTRIAL PROCESS DATA
TIME SERIES: APPLYING ADVANCED ANALYTICS TO INDUSTRIAL PROCESS DATATIME SERIES: APPLYING ADVANCED ANALYTICS TO INDUSTRIAL PROCESS DATA
TIME SERIES: APPLYING ADVANCED ANALYTICS TO INDUSTRIAL PROCESS DATA
 
Blockchain with Machine Learning Powered by Big Data: Trimble Transportation ...
Blockchain with Machine Learning Powered by Big Data: Trimble Transportation ...Blockchain with Machine Learning Powered by Big Data: Trimble Transportation ...
Blockchain with Machine Learning Powered by Big Data: Trimble Transportation ...
 
Delivering Real-Time Streaming Data for Healthcare Customers: Clearsense
Delivering Real-Time Streaming Data for Healthcare Customers: ClearsenseDelivering Real-Time Streaming Data for Healthcare Customers: Clearsense
Delivering Real-Time Streaming Data for Healthcare Customers: Clearsense
 
Making Enterprise Big Data Small with Ease
Making Enterprise Big Data Small with EaseMaking Enterprise Big Data Small with Ease
Making Enterprise Big Data Small with Ease
 
Webinewbie to Webinerd in 30 Days - Webinar World Presentation
Webinewbie to Webinerd in 30 Days - Webinar World PresentationWebinewbie to Webinerd in 30 Days - Webinar World Presentation
Webinewbie to Webinerd in 30 Days - Webinar World Presentation
 
Driving Digital Transformation Through Global Data Management
Driving Digital Transformation Through Global Data ManagementDriving Digital Transformation Through Global Data Management
Driving Digital Transformation Through Global Data Management
 
HDF 3.1 pt. 2: A Technical Deep-Dive on New Streaming Features
HDF 3.1 pt. 2: A Technical Deep-Dive on New Streaming FeaturesHDF 3.1 pt. 2: A Technical Deep-Dive on New Streaming Features
HDF 3.1 pt. 2: A Technical Deep-Dive on New Streaming Features
 
Hortonworks DataFlow (HDF) 3.1 - Redefining Data-In-Motion with Modern Data A...
Hortonworks DataFlow (HDF) 3.1 - Redefining Data-In-Motion with Modern Data A...Hortonworks DataFlow (HDF) 3.1 - Redefining Data-In-Motion with Modern Data A...
Hortonworks DataFlow (HDF) 3.1 - Redefining Data-In-Motion with Modern Data A...
 
Unlock Value from Big Data with Apache NiFi and Streaming CDC
Unlock Value from Big Data with Apache NiFi and Streaming CDCUnlock Value from Big Data with Apache NiFi and Streaming CDC
Unlock Value from Big Data with Apache NiFi and Streaming CDC
 

Recently uploaded

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Recently uploaded (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Enterprise Data Warehouse Optimization: 7 Keys to Success