SlideShare a Scribd company logo
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Big Data Appliance
for
Customers and Partners
Jean-Pierre Dijcks
Oracle
Big Data Product Management
Paul Kent
SAS
VP Big Data
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Big Data Appliance for Customers and Partners
Big Data Appliance Recap
Why You Should Consider Big Data Appliance
Driving Business Value with SAS on Big Data Appliance
Q&A
2
1
2
3
4
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Big Data Management System
SOURCES
Oracle Database
Oracle Industry
Models
Oracle Advanced
Analytics
Oracle Spatial & Graph
BigDataAppliance
Cloudera Hadoop
Oracle NoSQL Database
Oracle R Advanced
Analytics for Hadoop
Oracle R Distribution
Oracle Database
Oracle Advanced Security
Oracle Advanced
Analytics
Oracle Spatial & Graph
Oracle Exadata
Oracle Big Data
Connectors
Oracle Data
Integrator
B
OracleBigDataSQL
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Recap: Big Data Appliance Overview
Big Data Appliance X4-2
Sun Oracle X4-2L Servers with per server:
• 2 * 8 Core Intel Xeon E5 Processors
• 64 GB Memory
• 48TB Disk space
Integrated Software:
• Oracle Linux, Oracle Java VM
• Oracle Big Data SQL*
• Cloudera Distribution of Apache Hadoop – EDH Edition
• Cloudera Manager
• Oracle R Distribution
• Oracle NoSQL Database
4
* Oracle Big Data SQL is separately licensed
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Recap: Standard and Modular
5
 Starter Rack is a fully cabled and
configured for growth with 6 servers
 In-Rack Expansion delivers 6 server
modular expansion block
 Full Rack delivers optimal blend of
capacity and expansion options
 Grow by adding rack – up to 18 racks
without additional switches
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Recap: Harness Rapid Evolution
6
b
b b
BDA
4.0
BDA 4.0 – Sept 2014
•Big Data SQL
•Node Migration
BDA 3.x – April 2014
•CDH 5.0 (MR2 & YARN)
•AAA Security
•Encryption
BDA 2.x – April 2013
•Starter Rack
•In-Rack Expansion
•EM Integration
BDA 1.0 – Jan 2012
•Initial BDA
•Mammoth Install
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Operational Simplicity Simplify Access to ALL Data
7
Core Design Principles for Big Data Appliance
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Operational Simplicity Simplify Access to ALL Data
8
• Oracle Big Data SQL
– Oracle SQL on ALL your data
– All Native Oracle SQL Operators
– Smart Scan for Optimized Performance
• Oracle Security
– Govern all Data through a Single Set of
Security Policies
Core Design Principles for Big Data Appliance
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Big Data SQL – A New Architecture
• Powerful, high-performance SQL on Hadoop
– Full Oracle SQL capabilities on Hadoop
– SQL query processing local to Hadoop nodes
• Simple data integration of Hadoop and Oracle Database
– Single SQL point-of-entry to access all data
– Scalable joins between Hadoop and RDBMS data
• Optimized hardware
– Balanced Configurations
– No bottlenecks
Oracle Confidential – Internal/Restricted/Highly Restricted 9
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Big Data SQL
10
SELECT w.sess_id, c.name
FROM web_logs w, customers c
WHERE w.source_country = ‘Brazil’
AND w.cust_id = c.customer_id;
Relevant SQL runs on BDA nodes
10’s of Gigabytes of Data
Only columns and rows needed to
answer query are returned
Hadoop Cluster
B B B
Big Data SQL
Oracle Database
CUSTOMERSWEB_LOGS
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Big Data SQL
11
SELECT w.sess_id, c.name
FROM web_logs w, customers c
WHERE w.source_country = ‘Brazil’
AND w.cust_id = c.customer_id;
Relevant SQL runs on BDA nodes
10’s of Gigabytes of Data
Only columns and rows needed to
answer query are returned
Hadoop Cluster
B B B
Big Data SQL
Oracle Database
CUSTOMERSWEB_LOGS
SQL Push Down in Big Data SQL
• Hadoop Scans on Unstructured Data
• WHERE Clause Evaluation
• Column Projection
• Bloom Filters for Better Join Performance
• JSON Parsing, Data Mining Model Evaluation
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Feedback Loop
Data Management
Big Data
Platform
(Hadoop/NoSQL)
Relational
Data Warehouse
(OCDM)
Analytic Apps
Customer
Experience
Operations
Monetization
Adapters
ETL/ELT
Adapters
Real-Time
Adapters
Third
Party
Data
Sources
Oracle Comms Apps
(BSS/OSS)
Oracle Comms
Ntwk Products
(Tekelec & Acme)
Other Oracle Apps
(CRM, ERP, etc.)
Third Party Sources
Oracle Communications Data Model
Reference Architecture
To Other Apps
B
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Operational Simplicity Simplify Access to ALL Data
13
Core Design Principles for Big Data Appliance
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
• No Bottlenecks
• Full Stack Install and Upgrades
• Simplified Management
– Cluster Growth
– Critical Node Migration
• Always Highly Available
• Always Secure
• Very Competitive Price Point
Operational Simplicity Simplify Access to ALL Data
14
Core Design Principles for Big Data Appliance
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Successful Big Data Systems Grow
From Cluster Install with HA to Large Clusters to Dealing with Operational Issues
15
Day 1
• 12 node BDA for Production
• Hadoop HA and Security Set-up
• Ready to Load Data
RCK_1
Full install with a single command:
./mammoth –i rck_1
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Successful Big Data Systems Grow
From Cluster Install with HA to Large Clusters to Dealing with Operational Issues
16
N
N Example Service: Hadoop Name Nodes
Day 1
RCK_1
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Successful Big Data Systems Grow
From Cluster Install with HA to Large Clusters to Dealing with Operational Issues
17
N
RCK_1 RCK_2
Day 90
Add 12 New Nodes across two Racks
N
Cluster expansion with a single command:
mammoth –e newhost1,…,newhostn
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Successful Big Data Systems Grow
From Cluster Install with HA to Large Clusters to Dealing with Operational Issues
18
N
RCK_1 RCK_2
This expansion automatically optimizes HA
setup across multiple racks
N
Cluster Expansion with a single command:
mammoth –e newhost1,…,newhostn
Because of uniform nodes and IB networking,
no data is moved
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Successful Big Data Systems Grow
From Cluster Install with HA to Large Clusters to Dealing with Operational Issues
19
N
RCK_1 RCK_2
N
Day n
Critical Node Failure => Primary Name Node
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Successful Big Data Systems Grow
From Cluster Install with HA to Large Clusters to Dealing with Operational Issues
20
N
RCK_1 RCK_2
N
• Automatic Failover to other
NameNode
• Automatic Service Request to
Oracle for HW Failure
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Successful Big Data Systems Grow
From Cluster Install with HA to Large Clusters to Dealing with Operational Issues
21
N
RCK_1 RCK_2
N
• Restore HA with a Single command
bdacli admin_cluster migrate N1
• Reinstate the Repaired Node with a Single
Command:
bdacli admin_cluster reprovision N1
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Operational Simplicity
22
Core Design Principles for Big Data Appliance
30%
21%
Quicker to Deploy
Cheaper to Buy
“Oracle Big Data Appliance is an excellent
choice for customers looking to work with
the full suite of Cloudera’s leading
Hadoop-based technology. It’s more cost-
effective and quicker to deploy than a DIY
cluster.”
⁻ Mike Olson, Cloudera founder, Chief Strategy
Officer, and Chairman of the Board
Source: ESG White Paper
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
 Real-time access to better data means better
insights, which means better decisions and better
business results
 Integrate data associated with customer
telemetry, configurations, service history,
diagnostics, knowledge & support information
Big Data Initiative @ Oracle Global Support Services
Anticipate Detect Predict Automate Delight
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Operational Simplicity
Simplify Access to ALL Data
24
Core Design Principles Enable Success
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
There is one more thing…
25
Business Value = Applications
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Big Data Appliance powers instant Business Value
26
B BB
Customer Experience
Management
Cyber Security
Solutions
Communications
Data Model
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Introducing
27
Paul Kent - SAS
Copyright © 2014, SAS Institute Inc. All rights reserved.
Big Data and Big Analytics –
So Much more Gunpowder!
Paul Kent
VP BigData, SAS Research and Development
Copyright © 2014, SAS Institute Inc. All rights reserved.
1. Change 2. Safari Pics
Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved.
[CON8279] Oracle Big Data Appliance:
Deep Dive and Roadmap for Customers and Partners
Oracle Big Data Appliance is the premier Hadoop appliance in the
market. This session describes the roadmap for customers in the
areas of high-performance SQL on Hadoop and securing big data,
plus overall performance improvements for Hadoop.
A special focus in the session is the roadmap and benefits Oracle
Big Data Appliance brings to Oracle partners.
To illustrate the benefits of running on a standardized and
optimized Hadoop platform, SAS presents the findings of its tests of
SAS In-Memory Analytics on Oracle Big Data Appliance.
Copyright © 2014, SAS Institute Inc. All rights reserved.
Agenda
1. SAS & Oracle Partnership
2. Family Stories
1. Hadoop
2. Oracle Engineered Systems Family
3. SAS Software Family
3. Deployment Patterns
Copyright © 2014, SAS Institute Inc. All rights reserved.
 Reflection on a stronger partnership than ever
 Both leaders in Big Data –
 Jointly solving the most difficult and demanding Big
Data Problems
 Providing simplicity and agility to create flexible
configurations
 Extensive engineering collaboration
 Can we answer:
 How Does it Work?
 How Does it Perform?
2014
Copyr ight © 2012, SAS Institute Inc. All rights reser ved.
THE
TAMOXIFEN
DILEMMA
SOURCE: http://commons.wikimedia.org/wiki/File:Tamoxifen-3D-vdW.png
Copyright © 2014, SAS Institute Inc. All rights reserved.
Agenda
1. SAS & Oracle Partnership
2. Family Stories
1. Hadoop
2. Oracle Engineered Systems Family
3. SAS Software Family
3. Deployment Patterns
Copyright © 2014, SAS Institute Inc. All rights reserved.
Copyright © 2014, SAS Institute Inc. All rights reserved.
Elephant :: 3 Good Ideas !!
1. Never forgets
2. Is a good (hard) worker
3. Is a Social Animal (teamwork)
Copyright © 2014, SAS Institute Inc. All rights reserved.
 MPP (Massively Parallel) hardware running database-like software
 “data” is stored in parts, across multiple worker nodes
 “work” operates in parallel ,on the different parts of the table
Controller Worker Nodes
Hadoop – Simplified View
Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved.
Head Node Data 1 Data 2 Data 3 Data 4…
MYFILE.TXT
..block1 -> block1
..block2 -> block2
..block3 -> block3
Idea #1 - HDFS. Never forgets!
Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved.
Head Node Data 1 Data 2 Data 3 Data 4…
MYFILE.TXT
..block1 -> block1 block1 copy2
..block2 -> block2 block2 copy2
..block3 -> block3 copy2 block3
Idea #1 - HDFS. Never forgets!
Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved.
Head Node Data 1 Data 2 Data 3 Data 4…
MYFILE.TXT
..block1 -> block1 block1copy2
..block2 -> block2 block2 copy2
..block3 -> block3 copy2 block3
Idea #1 - HDFS. Never forgets!
Copyright © 2014, SAS Institute Inc. All rights reserved.
Redundancy Wins!
Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved.
Idea #2 – MapReduce – Send the work to the Data
 We Want the Youngest Person in the Room
 Each Row in the audience is a data node
 I’ll be the coordinator
• From outside to center, accumulate MIN
• Sweep from back to front.
• Youngest Advances
Copyright © 2014, SAS Institute Inc. All rights reserved.
Agenda
1. SAS & Oracle Partnership
2. Family Stories
1. Hadoop
2. Oracle Engineered Systems Family
3. SAS Software Family
3. Deployment Patterns
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Recap: Standard and Modular
44
 Starter Rack is a fully cabled and
configured for growth with 6 servers
 In-Rack Expansion delivers 6 server
modular expansion block
 Full Rack delivers optimal blend of
capacity and expansion options
 Grow by adding rack – up to 18 racks
without additional switches
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Big Data SQL – A New Architecture
• Powerful, high-performance SQL on Hadoop
– Full Oracle SQL capabilities on Hadoop
– SQL query processing local to Hadoop nodes
• Simple data integration of Hadoop and Oracle Database
– Single SQL point-of-entry to access all data
– Scalable joins between Hadoop and RDBMS data
• Optimized hardware
– Balanced Configurations
– No bottlenecks
Oracle Confidential – Internal/Restricted/Highly Restricted 45
Copyright © 2014, SAS Institute Inc. All rights reserved.
Diversity. It’s a good thing!
Impala Nyala
Copyright © 2014, SAS Institute Inc. All rights reserved.
Agenda
1. SAS & Oracle Partnership
2. Family Stories
1. Hadoop
2. Oracle Engineered Systems Family
3. SAS Software Family
3. Deployment Patterns
Copyright © 2014, SAS Institute Inc. All rights reserved.
4 Important Things
#1 Join the Family
Copyright © 2014, SAS Institute Inc. All rights reserved.
HADOOP
Hive QL
SAS
SERVER
SAS ACCESS to Hadoop
#2 Be Familiar
Copyright © 2014, SAS Institute Inc. All rights reserved.
SAS / High Performance Analytics
HADOOP
SAS HPA
Procedures
SAS
SERVER
#3 Use the Cluster!
Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved.
Prepare Explore / Transform Model
• HPDS2
• HPDMDB
• HPSAMPLE
• HPSUMMARY
• HPCORR
• HPREDUCE
• HPIMPUTE
• HPBIN
• HPLOGISTIC
• HPREG
• HPNEURAL
• HPNLIN
• HPCOUNTREG
• HPMIXED
• HPSEVERITY
• HPFOREST
• HPSVM
• HPDECIDE
• HPQLIM
SAS / High Performance Analytics
•HPLSO
•HPSPLIT
•HPTMINE
•HPTMSCORE
Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved.
Controller
Client
SAS / High Performance Analytics
Copyright © 2014, SAS Institute Inc. All rights reserved.
Copyright © 2014, SAS Institute Inc. All rights reserved.
#1 Join the Family
#2 Be Familiar
#3 Use the cluster
#4 Have a pretty face!
Copyright © 2014, SAS Institute Inc. All rights reserved.
Copyright © 2014, SAS Institute Inc. All rights reserved.
Copyright © 2014, SAS Institute Inc. All rights reserved.
4 Important Things (for cluster friendly software)
1.Join the Family
2.Be Familiar
3.Performance
4.Have a pretty face
Copyright © 2014, SAS Institute Inc. All rights reserved.
Agenda
1. SAS & Oracle Partnership
2. Family Stories
1. Hadoop
2. Oracle Engineered Systems Family
3. SAS Software Family
3. Deployment Patterns
62
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
SAS BIG DATA ON BIG DATA APPLIANCE
• Flexible Architectural options for SAS deployments
• Can run on Starter, Half and Full configurations
• Optionally select nodes “N, N-1, N-2, …” for additional SAS
Services such as SAS Compute Tier, SAS MidTier
• Optionally select node subset “N, N-1, N-2, N-3, …) for more
dedicated resources for SAS Analytic Compute Environment by
shifting Big Data Appliance roles
• Option to selectively add more memory on a per node basis
depending on specific workload distribution
63
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
SAS
Midtier
STARTER BDA
…
…
SAS Visual Analytics
Metadata
Server
SAS
Compute
SAS
HPA
Root
Node
SAS VISUAL ANALYTICS, HIGH-PERFORMANCE ANALYTIC COMPUTE
ENVIRONMENT CO-LOCATED WITH HADOOP
64
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
SAS
Midtier
STARTER BDA
…
…
SAS Visual Analytics
Metadata
Server
SAS
Compute
SAS
HPA
Root
Node
SAS VISUAL ANALYTICS, HIGH-PERFORMANCE ANALYTIC COMPUTE
ENVIRONMENT CO-LOCATED WITH HADOOP
Consider:
Extra Memory for 5,6?
65
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
SAS
Midtier
FULL RACK BDA
…
LASR
Worker
17
HDFS
Data
17
…
…
Metadata
Server
SAS
Compute
SAS
HPA
Root
Node
LASR
Worker
18
HDFS
Data
18
SAS VISUAL ANALYTICS, HIGH-PERFORMANCE ANALYTIC COMPUTE
ENVIRONMENT CO-LOCATED WITH HADOOP
66
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA
67
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA
68
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA
69
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA
Basic Smoke Tests Confirmed:
Interoperate with Hadoop and Map Reduce
Read and Write text files to/from HDFS
Read and Write Tabular files to/from Hive (will confirm Oracle BIGSQL in OSC-SC)
Read and Write SAS binary format files to/from HDFS
High Degree Of Parallelism (DOP) reads via Map-Only jobs
SAS LASR server co-exists on/with datanodes
SAS HPA tasks scheduled on datanodes
70
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
Table 1: Summation of 5/20/100/200 columns;
Baseline: DOP=1 (no parallelism)
120M rows, 400 columns, reg_simtbl_400
SAS High-Performance Analytics Performance
SAS Format Data (SASHDAT)
1107 var
11.795 Mobs
97GB
5.7GB/node
1107 var
73.744 Mobs
608GB
35.7GB/node 6x
Create 208.79 sec 2284.29 sec 11
Scan/Count 24.60 sec 259.38 sec 10.5
HPCORR 295.20 1410.40 4.7
HPCNTREG 336.79 1547.59 4.6
HPREDUCE (u) 236.55 2467.76 10.4
HPREDUCE (s) 219.50 2037.74 9.3
71
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
OSC-AU FullRack BDA
• 408 Threads
• 600 GB dataset
• 17 servers
Your Problem solved ASAP
72
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
73
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
74
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
75
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
EXADATA
INTEGRATION
SAS EMBEDDED PROCESSING (EP) TO EXADATA
LEVERAGING BIG DATA SQL
…
SAS
Midtier
LASR
Worker
18
…
HDFS
Data
18
SAS Visual Analytics
Metadata
Server
SAS
Compute
SAS
HPA
Root
Node
SAS
EP
Big Data SQL
76
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
Table 1: Summation of 5/20/100/200 columns;
Baseline: DOP=1 (no parallelism)
120M rows, 400 columns, reg_simtbl_400
SAS High-Performance Analytics Performance
SAS EP Parallel Data Feeders
DOP=1 DOP=24 DOP=24
(flash cache)
Add(5) 1.25min 1.5min .5min
Add(20) 2.5min 1.5min .5min
Add(100) 13min 1.5min .6min
Add(200) 16min ~2min 1.25min (10x)
77
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
Table 2: Scan times for 2 tables
(200 columns, 400 columns, 120M rows);
Baseline: SAS/ACCESS vs. HPA EP feeder
SAS High-Performance Analytics Performance
SAS EP Parallel Data Feeders
Access Access /
DBSlice
SAS HPA
Using EP
Reg_sim_200 1:01:12 0:28:37 0:08:00
Reg_sim_400 1:49:11 0:55:33 0:16:05 (7x!)
78
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
Table 1: Summation of 5/20/100/200 columns;
Baseline: DOP=1 (no parallelism)
120M rows, 400 columns, reg_simtbl_400
SAS High-Performance Analytics Performance
SAS Format Data (SASHDAT) and Oracle EXADATA
1107 var
11.795 Mobs
97GB
5.7GB/node
SASHDAT
907 var
11.795 Mobs
79.7GB
4.7GB/node
EXADATA
1107 var
73.744 Mobs
608GB
35.7GB/node
SASHDAT
Create 208.79 sec 931.22 sec 2284.29 sec
Scan/Count 24.60 sec 956.16 sec 259.38 sec
HPCORR 295.20 833.24 1410.40
HPCNTREG 336.79 756.97 1547.59
HPREDUCE (u) 236.55 1055.11 2467.76
HPREDUCE (s) 219.50 1051.93 2037.74
79
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
ORACLE ENGINEERED SYSTEMS FOR
SuperClusterExaData ExaLogic Virtual
Compute
Appliance
ZFS
Storage
Appliance
Big Data
Appliance
Copyr ight © 2012, SAS Institute Inc. All rights reser ved.
SAS AND ORACLE WORKING TOGETHER TO CREATE CUSTOMER VALUE
• Joint R & D development and
Product Management teams
in Cary and Redwood
Shores
• Focus on driving SAS
technology components to
run natively in Oracle
database
• Joint performance
engineering optimizations
• Template physical architectures
developed based on use-cases
• Physically tested and
benchmarked together
• Reduction in physical effort
• Overall reduction in lifecycle
costs
• Best Practice papers
• SAS and Oracle Engineers
provide joint "Sizing and
Architecture Analysis and
Design"
Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
SAS AND ORACLE
BETTER TOGETHER
Paul.Kent @ sas.com
@hornpolish
paulmkent
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted 82
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and SAS on Engineered Systems
Ad

More Related Content

What's hot (20)

2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data Integration2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data Integration
Jeffrey T. Pollock
 
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
Diego Alberto Tamayo
 
Tame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationTame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data Integration
Michael Rainey
 
Oracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorldOracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorld
Jeffrey T. Pollock
 
Beyond TCO
Beyond TCOBeyond TCO
Beyond TCO
DataWorks Summit/Hadoop Summit
 
2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverview2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverview
jdijcks
 
Powering Big Data Success On-Prem and in the Cloud
Powering Big Data Success On-Prem and in the CloudPowering Big Data Success On-Prem and in the Cloud
Powering Big Data Success On-Prem and in the Cloud
Hortonworks
 
Swimming Across the Data Lake, Lessons learned and keys to success
Swimming Across the Data Lake, Lessons learned and keys to success Swimming Across the Data Lake, Lessons learned and keys to success
Swimming Across the Data Lake, Lessons learned and keys to success
DataWorks Summit/Hadoop Summit
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016
Fran Navarro
 
2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing
2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing
2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing
Jeffrey T. Pollock
 
Oracle Data Integration - Overview
Oracle Data Integration - OverviewOracle Data Integration - Overview
Oracle Data Integration - Overview
Jeffrey T. Pollock
 
Oracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance MonitoringOracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance Monitoring
MarketingArrowECS_CZ
 
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
VMware Tanzu
 
Oracle PL/SQL 12c and 18c New Features + RADstack + Community Sites
Oracle PL/SQL 12c and 18c New Features + RADstack + Community SitesOracle PL/SQL 12c and 18c New Features + RADstack + Community Sites
Oracle PL/SQL 12c and 18c New Features + RADstack + Community Sites
Steven Feuerstein
 
Hortonworks Oracle Big Data Integration
Hortonworks Oracle Big Data Integration Hortonworks Oracle Big Data Integration
Hortonworks Oracle Big Data Integration
Hortonworks
 
Intelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff PollockIntelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff Pollock
Jeffrey T. Pollock
 
Db2 analytics accelerator on ibm integrated analytics system technical over...
Db2 analytics accelerator on ibm integrated analytics system   technical over...Db2 analytics accelerator on ibm integrated analytics system   technical over...
Db2 analytics accelerator on ibm integrated analytics system technical over...
Daniel Martin
 
Oracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service OverviewOracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service Overview
Jinyu Wang
 
Replacing Oracle CDC with Oracle GoldenGate
Replacing Oracle CDC with Oracle GoldenGateReplacing Oracle CDC with Oracle GoldenGate
Replacing Oracle CDC with Oracle GoldenGate
Stewart Bryson
 
Big data oracle_introduccion
Big data oracle_introduccionBig data oracle_introduccion
Big data oracle_introduccion
Fran Navarro
 
2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data Integration2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data Integration
Jeffrey T. Pollock
 
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
Diego Alberto Tamayo
 
Tame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationTame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data Integration
Michael Rainey
 
Oracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorldOracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorld
Jeffrey T. Pollock
 
2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverview2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverview
jdijcks
 
Powering Big Data Success On-Prem and in the Cloud
Powering Big Data Success On-Prem and in the CloudPowering Big Data Success On-Prem and in the Cloud
Powering Big Data Success On-Prem and in the Cloud
Hortonworks
 
Swimming Across the Data Lake, Lessons learned and keys to success
Swimming Across the Data Lake, Lessons learned and keys to success Swimming Across the Data Lake, Lessons learned and keys to success
Swimming Across the Data Lake, Lessons learned and keys to success
DataWorks Summit/Hadoop Summit
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016
Fran Navarro
 
2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing
2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing
2010.03.16 Pollock.Edw2010.Modern D Ifor Warehousing
Jeffrey T. Pollock
 
Oracle Data Integration - Overview
Oracle Data Integration - OverviewOracle Data Integration - Overview
Oracle Data Integration - Overview
Jeffrey T. Pollock
 
Oracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance MonitoringOracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance Monitoring
MarketingArrowECS_CZ
 
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
VMware Tanzu
 
Oracle PL/SQL 12c and 18c New Features + RADstack + Community Sites
Oracle PL/SQL 12c and 18c New Features + RADstack + Community SitesOracle PL/SQL 12c and 18c New Features + RADstack + Community Sites
Oracle PL/SQL 12c and 18c New Features + RADstack + Community Sites
Steven Feuerstein
 
Hortonworks Oracle Big Data Integration
Hortonworks Oracle Big Data Integration Hortonworks Oracle Big Data Integration
Hortonworks Oracle Big Data Integration
Hortonworks
 
Intelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff PollockIntelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff Pollock
Jeffrey T. Pollock
 
Db2 analytics accelerator on ibm integrated analytics system technical over...
Db2 analytics accelerator on ibm integrated analytics system   technical over...Db2 analytics accelerator on ibm integrated analytics system   technical over...
Db2 analytics accelerator on ibm integrated analytics system technical over...
Daniel Martin
 
Oracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service OverviewOracle GoldenGate Cloud Service Overview
Oracle GoldenGate Cloud Service Overview
Jinyu Wang
 
Replacing Oracle CDC with Oracle GoldenGate
Replacing Oracle CDC with Oracle GoldenGateReplacing Oracle CDC with Oracle GoldenGate
Replacing Oracle CDC with Oracle GoldenGate
Stewart Bryson
 
Big data oracle_introduccion
Big data oracle_introduccionBig data oracle_introduccion
Big data oracle_introduccion
Fran Navarro
 

Viewers also liked (20)

Websphere commerce 7.0 the social commerce platform
Websphere commerce 7.0 the social commerce platformWebsphere commerce 7.0 the social commerce platform
Websphere commerce 7.0 the social commerce platform
Tecla
 
Delitos ambientales (1)
Delitos ambientales (1)Delitos ambientales (1)
Delitos ambientales (1)
DRANCERBOY
 
Battle of 73 easting
Battle of 73 eastingBattle of 73 easting
Battle of 73 easting
Darko Komazec
 
Presentació certificat de professionalitat
Presentació certificat de professionalitatPresentació certificat de professionalitat
Presentació certificat de professionalitat
jubebu
 
Pre Listing Presentation in Spansih
Pre Listing Presentation in SpansihPre Listing Presentation in Spansih
Pre Listing Presentation in Spansih
Sean Lam Keller Williams
 
Cartel circuito infantil de golf Costa del Sol
Cartel circuito infantil de golf Costa del SolCartel circuito infantil de golf Costa del Sol
Cartel circuito infantil de golf Costa del Sol
Donde jugar al golf
 
Medios líquidos para tiempos de cambios
Medios líquidos para tiempos de cambiosMedios líquidos para tiempos de cambios
Medios líquidos para tiempos de cambios
Pepe Cerezo
 
LogiSYM Magazine - March 2016
LogiSYM Magazine - March 2016LogiSYM Magazine - March 2016
LogiSYM Magazine - March 2016
Darryl Judd
 
Css101 syllabusspring2014 joyrobinson
Css101 syllabusspring2014 joyrobinsonCss101 syllabusspring2014 joyrobinson
Css101 syllabusspring2014 joyrobinson
smalone198
 
Dossier netBSS
Dossier netBSSDossier netBSS
Dossier netBSS
netbss
 
Folleto Hotel Primus Valencia
Folleto Hotel Primus Valencia   Folleto Hotel Primus Valencia
Folleto Hotel Primus Valencia
hotelprimusvalencia
 
Viva la diferencia
Viva la diferencia Viva la diferencia
Viva la diferencia
ignacioalbarracinescuela
 
New opportunities for connected data - Ian Robinson
New opportunities for connected data - Ian RobinsonNew opportunities for connected data - Ian Robinson
New opportunities for connected data - Ian Robinson
JAX London
 
weißBLAU 01/13 - Das Magazin des Marketing-Club München
weißBLAU 01/13 - Das Magazin des Marketing-Club MünchenweißBLAU 01/13 - Das Magazin des Marketing-Club München
weißBLAU 01/13 - Das Magazin des Marketing-Club München
Marketing Club München
 
Holy avenger especial 02 (niele)
Holy avenger especial 02 (niele)Holy avenger especial 02 (niele)
Holy avenger especial 02 (niele)
Adriano Masafumi
 
economia ambiental LA RANA GRANDE CHILENA
economia ambiental LA RANA GRANDE CHILENAeconomia ambiental LA RANA GRANDE CHILENA
economia ambiental LA RANA GRANDE CHILENA
Pablo Rozas Riquelme
 
Comportamientodel comsumidor
Comportamientodel comsumidorComportamientodel comsumidor
Comportamientodel comsumidor
Erick Silva
 
Infecciones genitales altas
Infecciones genitales altasInfecciones genitales altas
Infecciones genitales altas
Yesenia Huizar
 
Arbolesde guate
Arbolesde guateArbolesde guate
Arbolesde guate
Sergio Valle Morales
 
TITULO PROPIO DE Formación y Dirección de Cantera de Fútbol
TITULO PROPIO DE Formación y Dirección de Cantera de FútbolTITULO PROPIO DE Formación y Dirección de Cantera de Fútbol
TITULO PROPIO DE Formación y Dirección de Cantera de Fútbol
COPLEF Madrid
 
Websphere commerce 7.0 the social commerce platform
Websphere commerce 7.0 the social commerce platformWebsphere commerce 7.0 the social commerce platform
Websphere commerce 7.0 the social commerce platform
Tecla
 
Delitos ambientales (1)
Delitos ambientales (1)Delitos ambientales (1)
Delitos ambientales (1)
DRANCERBOY
 
Battle of 73 easting
Battle of 73 eastingBattle of 73 easting
Battle of 73 easting
Darko Komazec
 
Presentació certificat de professionalitat
Presentació certificat de professionalitatPresentació certificat de professionalitat
Presentació certificat de professionalitat
jubebu
 
Cartel circuito infantil de golf Costa del Sol
Cartel circuito infantil de golf Costa del SolCartel circuito infantil de golf Costa del Sol
Cartel circuito infantil de golf Costa del Sol
Donde jugar al golf
 
Medios líquidos para tiempos de cambios
Medios líquidos para tiempos de cambiosMedios líquidos para tiempos de cambios
Medios líquidos para tiempos de cambios
Pepe Cerezo
 
LogiSYM Magazine - March 2016
LogiSYM Magazine - March 2016LogiSYM Magazine - March 2016
LogiSYM Magazine - March 2016
Darryl Judd
 
Css101 syllabusspring2014 joyrobinson
Css101 syllabusspring2014 joyrobinsonCss101 syllabusspring2014 joyrobinson
Css101 syllabusspring2014 joyrobinson
smalone198
 
Dossier netBSS
Dossier netBSSDossier netBSS
Dossier netBSS
netbss
 
New opportunities for connected data - Ian Robinson
New opportunities for connected data - Ian RobinsonNew opportunities for connected data - Ian Robinson
New opportunities for connected data - Ian Robinson
JAX London
 
weißBLAU 01/13 - Das Magazin des Marketing-Club München
weißBLAU 01/13 - Das Magazin des Marketing-Club MünchenweißBLAU 01/13 - Das Magazin des Marketing-Club München
weißBLAU 01/13 - Das Magazin des Marketing-Club München
Marketing Club München
 
Holy avenger especial 02 (niele)
Holy avenger especial 02 (niele)Holy avenger especial 02 (niele)
Holy avenger especial 02 (niele)
Adriano Masafumi
 
economia ambiental LA RANA GRANDE CHILENA
economia ambiental LA RANA GRANDE CHILENAeconomia ambiental LA RANA GRANDE CHILENA
economia ambiental LA RANA GRANDE CHILENA
Pablo Rozas Riquelme
 
Comportamientodel comsumidor
Comportamientodel comsumidorComportamientodel comsumidor
Comportamientodel comsumidor
Erick Silva
 
Infecciones genitales altas
Infecciones genitales altasInfecciones genitales altas
Infecciones genitales altas
Yesenia Huizar
 
TITULO PROPIO DE Formación y Dirección de Cantera de Fútbol
TITULO PROPIO DE Formación y Dirección de Cantera de FútbolTITULO PROPIO DE Formación y Dirección de Cantera de Fútbol
TITULO PROPIO DE Formación y Dirección de Cantera de Fútbol
COPLEF Madrid
 
Ad

Similar to Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and SAS on Engineered Systems (20)

Big Data: Myths and Realities
Big Data: Myths and RealitiesBig Data: Myths and Realities
Big Data: Myths and Realities
Toronto-Oracle-Users-Group
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
Fran Navarro
 
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Dave Segleau
 
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
DataWorks Summit
 
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Jeffrey T. Pollock
 
Unlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLUnlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQL
Matt Lord
 
The Future of Data Management: The Enterprise Data Hub
The Future of Data Management: The Enterprise Data HubThe Future of Data Management: The Enterprise Data Hub
The Future of Data Management: The Enterprise Data Hub
Cloudera, Inc.
 
Oracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cOracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18c
AiougVizagChapter
 
Oracle Database Exadata Cloud Service Conference
Oracle Database Exadata Cloud Service ConferenceOracle Database Exadata Cloud Service Conference
Oracle Database Exadata Cloud Service Conference
Okcan Yasin Saygılı
 
Presentation cloud management
Presentation   cloud managementPresentation   cloud management
Presentation cloud management
xKinAnx
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle Management
Hari Srinivasan
 
Supply chain analytics
Supply chain analyticsSupply chain analytics
Supply chain analytics
Nitai Partners Inc
 
NoSQL Databases for Enterprises - NoSQL Now Conference 2013
NoSQL Databases for Enterprises  - NoSQL Now Conference 2013NoSQL Databases for Enterprises  - NoSQL Now Conference 2013
NoSQL Databases for Enterprises - NoSQL Now Conference 2013
Dave Segleau
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
solarisyougood
 
Hadoop and Manufacturing
Hadoop and ManufacturingHadoop and Manufacturing
Hadoop and Manufacturing
Cloudera, Inc.
 
A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014
Anuj Sahni
 
What it takes to bring Hadoop to a production-ready state
What it takes to bring Hadoop to a production-ready stateWhat it takes to bring Hadoop to a production-ready state
What it takes to bring Hadoop to a production-ready state
ClouderaUserGroups
 
Oracle Database Cloud Service
Oracle Database Cloud ServiceOracle Database Cloud Service
Oracle Database Cloud Service
Jean-Philippe PINTE
 
MySQL Enterprise Portfolio
MySQL Enterprise PortfolioMySQL Enterprise Portfolio
MySQL Enterprise Portfolio
Abel Flórez
 
Oracle Data Protection - 1. část
Oracle Data Protection - 1. částOracle Data Protection - 1. část
Oracle Data Protection - 1. část
MarketingArrowECS_CZ
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
Fran Navarro
 
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Dave Segleau
 
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
DataWorks Summit
 
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Jeffrey T. Pollock
 
Unlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLUnlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQL
Matt Lord
 
The Future of Data Management: The Enterprise Data Hub
The Future of Data Management: The Enterprise Data HubThe Future of Data Management: The Enterprise Data Hub
The Future of Data Management: The Enterprise Data Hub
Cloudera, Inc.
 
Oracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cOracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18c
AiougVizagChapter
 
Oracle Database Exadata Cloud Service Conference
Oracle Database Exadata Cloud Service ConferenceOracle Database Exadata Cloud Service Conference
Oracle Database Exadata Cloud Service Conference
Okcan Yasin Saygılı
 
Presentation cloud management
Presentation   cloud managementPresentation   cloud management
Presentation cloud management
xKinAnx
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle Management
Hari Srinivasan
 
NoSQL Databases for Enterprises - NoSQL Now Conference 2013
NoSQL Databases for Enterprises  - NoSQL Now Conference 2013NoSQL Databases for Enterprises  - NoSQL Now Conference 2013
NoSQL Databases for Enterprises - NoSQL Now Conference 2013
Dave Segleau
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
solarisyougood
 
Hadoop and Manufacturing
Hadoop and ManufacturingHadoop and Manufacturing
Hadoop and Manufacturing
Cloudera, Inc.
 
A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014
Anuj Sahni
 
What it takes to bring Hadoop to a production-ready state
What it takes to bring Hadoop to a production-ready stateWhat it takes to bring Hadoop to a production-ready state
What it takes to bring Hadoop to a production-ready state
ClouderaUserGroups
 
MySQL Enterprise Portfolio
MySQL Enterprise PortfolioMySQL Enterprise Portfolio
MySQL Enterprise Portfolio
Abel Flórez
 
Oracle Data Protection - 1. část
Oracle Data Protection - 1. částOracle Data Protection - 1. část
Oracle Data Protection - 1. část
MarketingArrowECS_CZ
 
Ad

Recently uploaded (20)

How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
steaveroggers
 
Adobe Illustrator Crack | Free Download & Install Illustrator
Adobe Illustrator Crack | Free Download & Install IllustratorAdobe Illustrator Crack | Free Download & Install Illustrator
Adobe Illustrator Crack | Free Download & Install Illustrator
usmanhidray
 
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AIScaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
danshalev
 
How to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud PerformanceHow to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud Performance
ThousandEyes
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
Mastering OOP: Understanding the Four Core Pillars
Mastering OOP: Understanding the Four Core PillarsMastering OOP: Understanding the Four Core Pillars
Mastering OOP: Understanding the Four Core Pillars
Marcel David
 
Agentic AI Use Cases using GenAI LLM models
Agentic AI Use Cases using GenAI LLM modelsAgentic AI Use Cases using GenAI LLM models
Agentic AI Use Cases using GenAI LLM models
Manish Chopra
 
Exploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the FutureExploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the Future
ICS
 
The Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdfThe Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdf
drewplanas10
 
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
University of Hawai‘i at Mānoa
 
Sales Deck SentinelOne Singularity Platform.pptx
Sales Deck SentinelOne Singularity Platform.pptxSales Deck SentinelOne Singularity Platform.pptx
Sales Deck SentinelOne Singularity Platform.pptx
EliandoLawnote
 
Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)
Allon Mureinik
 
Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)
Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)
Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)
Andre Hora
 
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Ranjan Baisak
 
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentSecure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Shubham Joshi
 
Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025
kashifyounis067
 
Adobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest VersionAdobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest Version
kashifyounis067
 
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Dele Amefo
 
EASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License CodeEASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License Code
aneelaramzan63
 
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?
steaveroggers
 
Adobe Illustrator Crack | Free Download & Install Illustrator
Adobe Illustrator Crack | Free Download & Install IllustratorAdobe Illustrator Crack | Free Download & Install Illustrator
Adobe Illustrator Crack | Free Download & Install Illustrator
usmanhidray
 
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AIScaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
danshalev
 
How to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud PerformanceHow to Optimize Your AWS Environment for Improved Cloud Performance
How to Optimize Your AWS Environment for Improved Cloud Performance
ThousandEyes
 
PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025PDF Reader Pro Crack Latest Version FREE Download 2025
PDF Reader Pro Crack Latest Version FREE Download 2025
mu394968
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
Mastering OOP: Understanding the Four Core Pillars
Mastering OOP: Understanding the Four Core PillarsMastering OOP: Understanding the Four Core Pillars
Mastering OOP: Understanding the Four Core Pillars
Marcel David
 
Agentic AI Use Cases using GenAI LLM models
Agentic AI Use Cases using GenAI LLM modelsAgentic AI Use Cases using GenAI LLM models
Agentic AI Use Cases using GenAI LLM models
Manish Chopra
 
Exploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the FutureExploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the Future
ICS
 
The Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdfThe Significance of Hardware in Information Systems.pdf
The Significance of Hardware in Information Systems.pdf
drewplanas10
 
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
University of Hawai‘i at Mānoa
 
Sales Deck SentinelOne Singularity Platform.pptx
Sales Deck SentinelOne Singularity Platform.pptxSales Deck SentinelOne Singularity Platform.pptx
Sales Deck SentinelOne Singularity Platform.pptx
EliandoLawnote
 
Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)Who Watches the Watchmen (SciFiDevCon 2025)
Who Watches the Watchmen (SciFiDevCon 2025)
Allon Mureinik
 
Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)
Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)
Exceptional Behaviors: How Frequently Are They Tested? (AST 2025)
Andre Hora
 
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Proactive Vulnerability Detection in Source Code Using Graph Neural Networks:...
Ranjan Baisak
 
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentSecure Test Infrastructure: The Backbone of Trustworthy Software Development
Secure Test Infrastructure: The Backbone of Trustworthy Software Development
Shubham Joshi
 
Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025
kashifyounis067
 
Adobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest VersionAdobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest Version
kashifyounis067
 
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Salesforce Data Cloud- Hyperscale data platform, built for Salesforce.
Dele Amefo
 
EASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License CodeEASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License Code
aneelaramzan63
 

Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and SAS on Engineered Systems

  • 1. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Big Data Appliance for Customers and Partners Jean-Pierre Dijcks Oracle Big Data Product Management Paul Kent SAS VP Big Data
  • 2. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Big Data Appliance for Customers and Partners Big Data Appliance Recap Why You Should Consider Big Data Appliance Driving Business Value with SAS on Big Data Appliance Q&A 2 1 2 3 4
  • 3. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Big Data Management System SOURCES Oracle Database Oracle Industry Models Oracle Advanced Analytics Oracle Spatial & Graph BigDataAppliance Cloudera Hadoop Oracle NoSQL Database Oracle R Advanced Analytics for Hadoop Oracle R Distribution Oracle Database Oracle Advanced Security Oracle Advanced Analytics Oracle Spatial & Graph Oracle Exadata Oracle Big Data Connectors Oracle Data Integrator B OracleBigDataSQL
  • 4. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Recap: Big Data Appliance Overview Big Data Appliance X4-2 Sun Oracle X4-2L Servers with per server: • 2 * 8 Core Intel Xeon E5 Processors • 64 GB Memory • 48TB Disk space Integrated Software: • Oracle Linux, Oracle Java VM • Oracle Big Data SQL* • Cloudera Distribution of Apache Hadoop – EDH Edition • Cloudera Manager • Oracle R Distribution • Oracle NoSQL Database 4 * Oracle Big Data SQL is separately licensed
  • 5. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Recap: Standard and Modular 5  Starter Rack is a fully cabled and configured for growth with 6 servers  In-Rack Expansion delivers 6 server modular expansion block  Full Rack delivers optimal blend of capacity and expansion options  Grow by adding rack – up to 18 racks without additional switches
  • 6. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Recap: Harness Rapid Evolution 6 b b b BDA 4.0 BDA 4.0 – Sept 2014 •Big Data SQL •Node Migration BDA 3.x – April 2014 •CDH 5.0 (MR2 & YARN) •AAA Security •Encryption BDA 2.x – April 2013 •Starter Rack •In-Rack Expansion •EM Integration BDA 1.0 – Jan 2012 •Initial BDA •Mammoth Install
  • 7. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Operational Simplicity Simplify Access to ALL Data 7 Core Design Principles for Big Data Appliance
  • 8. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Operational Simplicity Simplify Access to ALL Data 8 • Oracle Big Data SQL – Oracle SQL on ALL your data – All Native Oracle SQL Operators – Smart Scan for Optimized Performance • Oracle Security – Govern all Data through a Single Set of Security Policies Core Design Principles for Big Data Appliance
  • 9. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Big Data SQL – A New Architecture • Powerful, high-performance SQL on Hadoop – Full Oracle SQL capabilities on Hadoop – SQL query processing local to Hadoop nodes • Simple data integration of Hadoop and Oracle Database – Single SQL point-of-entry to access all data – Scalable joins between Hadoop and RDBMS data • Optimized hardware – Balanced Configurations – No bottlenecks Oracle Confidential – Internal/Restricted/Highly Restricted 9
  • 10. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Big Data SQL 10 SELECT w.sess_id, c.name FROM web_logs w, customers c WHERE w.source_country = ‘Brazil’ AND w.cust_id = c.customer_id; Relevant SQL runs on BDA nodes 10’s of Gigabytes of Data Only columns and rows needed to answer query are returned Hadoop Cluster B B B Big Data SQL Oracle Database CUSTOMERSWEB_LOGS
  • 11. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Big Data SQL 11 SELECT w.sess_id, c.name FROM web_logs w, customers c WHERE w.source_country = ‘Brazil’ AND w.cust_id = c.customer_id; Relevant SQL runs on BDA nodes 10’s of Gigabytes of Data Only columns and rows needed to answer query are returned Hadoop Cluster B B B Big Data SQL Oracle Database CUSTOMERSWEB_LOGS SQL Push Down in Big Data SQL • Hadoop Scans on Unstructured Data • WHERE Clause Evaluation • Column Projection • Bloom Filters for Better Join Performance • JSON Parsing, Data Mining Model Evaluation
  • 12. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Feedback Loop Data Management Big Data Platform (Hadoop/NoSQL) Relational Data Warehouse (OCDM) Analytic Apps Customer Experience Operations Monetization Adapters ETL/ELT Adapters Real-Time Adapters Third Party Data Sources Oracle Comms Apps (BSS/OSS) Oracle Comms Ntwk Products (Tekelec & Acme) Other Oracle Apps (CRM, ERP, etc.) Third Party Sources Oracle Communications Data Model Reference Architecture To Other Apps B
  • 13. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Operational Simplicity Simplify Access to ALL Data 13 Core Design Principles for Big Data Appliance
  • 14. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | • No Bottlenecks • Full Stack Install and Upgrades • Simplified Management – Cluster Growth – Critical Node Migration • Always Highly Available • Always Secure • Very Competitive Price Point Operational Simplicity Simplify Access to ALL Data 14 Core Design Principles for Big Data Appliance
  • 15. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Successful Big Data Systems Grow From Cluster Install with HA to Large Clusters to Dealing with Operational Issues 15 Day 1 • 12 node BDA for Production • Hadoop HA and Security Set-up • Ready to Load Data RCK_1 Full install with a single command: ./mammoth –i rck_1
  • 16. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Successful Big Data Systems Grow From Cluster Install with HA to Large Clusters to Dealing with Operational Issues 16 N N Example Service: Hadoop Name Nodes Day 1 RCK_1
  • 17. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Successful Big Data Systems Grow From Cluster Install with HA to Large Clusters to Dealing with Operational Issues 17 N RCK_1 RCK_2 Day 90 Add 12 New Nodes across two Racks N Cluster expansion with a single command: mammoth –e newhost1,…,newhostn
  • 18. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Successful Big Data Systems Grow From Cluster Install with HA to Large Clusters to Dealing with Operational Issues 18 N RCK_1 RCK_2 This expansion automatically optimizes HA setup across multiple racks N Cluster Expansion with a single command: mammoth –e newhost1,…,newhostn Because of uniform nodes and IB networking, no data is moved
  • 19. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Successful Big Data Systems Grow From Cluster Install with HA to Large Clusters to Dealing with Operational Issues 19 N RCK_1 RCK_2 N Day n Critical Node Failure => Primary Name Node
  • 20. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Successful Big Data Systems Grow From Cluster Install with HA to Large Clusters to Dealing with Operational Issues 20 N RCK_1 RCK_2 N • Automatic Failover to other NameNode • Automatic Service Request to Oracle for HW Failure
  • 21. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Successful Big Data Systems Grow From Cluster Install with HA to Large Clusters to Dealing with Operational Issues 21 N RCK_1 RCK_2 N • Restore HA with a Single command bdacli admin_cluster migrate N1 • Reinstate the Repaired Node with a Single Command: bdacli admin_cluster reprovision N1
  • 22. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Operational Simplicity 22 Core Design Principles for Big Data Appliance 30% 21% Quicker to Deploy Cheaper to Buy “Oracle Big Data Appliance is an excellent choice for customers looking to work with the full suite of Cloudera’s leading Hadoop-based technology. It’s more cost- effective and quicker to deploy than a DIY cluster.” ⁻ Mike Olson, Cloudera founder, Chief Strategy Officer, and Chairman of the Board Source: ESG White Paper
  • 23. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |  Real-time access to better data means better insights, which means better decisions and better business results  Integrate data associated with customer telemetry, configurations, service history, diagnostics, knowledge & support information Big Data Initiative @ Oracle Global Support Services Anticipate Detect Predict Automate Delight
  • 24. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Operational Simplicity Simplify Access to ALL Data 24 Core Design Principles Enable Success
  • 25. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | There is one more thing… 25 Business Value = Applications
  • 26. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Big Data Appliance powers instant Business Value 26 B BB Customer Experience Management Cyber Security Solutions Communications Data Model
  • 27. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Introducing 27 Paul Kent - SAS
  • 28. Copyright © 2014, SAS Institute Inc. All rights reserved. Big Data and Big Analytics – So Much more Gunpowder! Paul Kent VP BigData, SAS Research and Development
  • 29. Copyright © 2014, SAS Institute Inc. All rights reserved. 1. Change 2. Safari Pics
  • 30. Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved. [CON8279] Oracle Big Data Appliance: Deep Dive and Roadmap for Customers and Partners Oracle Big Data Appliance is the premier Hadoop appliance in the market. This session describes the roadmap for customers in the areas of high-performance SQL on Hadoop and securing big data, plus overall performance improvements for Hadoop. A special focus in the session is the roadmap and benefits Oracle Big Data Appliance brings to Oracle partners. To illustrate the benefits of running on a standardized and optimized Hadoop platform, SAS presents the findings of its tests of SAS In-Memory Analytics on Oracle Big Data Appliance.
  • 31. Copyright © 2014, SAS Institute Inc. All rights reserved. Agenda 1. SAS & Oracle Partnership 2. Family Stories 1. Hadoop 2. Oracle Engineered Systems Family 3. SAS Software Family 3. Deployment Patterns
  • 32. Copyright © 2014, SAS Institute Inc. All rights reserved.  Reflection on a stronger partnership than ever  Both leaders in Big Data –  Jointly solving the most difficult and demanding Big Data Problems  Providing simplicity and agility to create flexible configurations  Extensive engineering collaboration  Can we answer:  How Does it Work?  How Does it Perform? 2014
  • 33. Copyr ight © 2012, SAS Institute Inc. All rights reser ved. THE TAMOXIFEN DILEMMA SOURCE: http://commons.wikimedia.org/wiki/File:Tamoxifen-3D-vdW.png
  • 34. Copyright © 2014, SAS Institute Inc. All rights reserved. Agenda 1. SAS & Oracle Partnership 2. Family Stories 1. Hadoop 2. Oracle Engineered Systems Family 3. SAS Software Family 3. Deployment Patterns
  • 35. Copyright © 2014, SAS Institute Inc. All rights reserved.
  • 36. Copyright © 2014, SAS Institute Inc. All rights reserved. Elephant :: 3 Good Ideas !! 1. Never forgets 2. Is a good (hard) worker 3. Is a Social Animal (teamwork)
  • 37. Copyright © 2014, SAS Institute Inc. All rights reserved.  MPP (Massively Parallel) hardware running database-like software  “data” is stored in parts, across multiple worker nodes  “work” operates in parallel ,on the different parts of the table Controller Worker Nodes Hadoop – Simplified View
  • 38. Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved. Head Node Data 1 Data 2 Data 3 Data 4… MYFILE.TXT ..block1 -> block1 ..block2 -> block2 ..block3 -> block3 Idea #1 - HDFS. Never forgets!
  • 39. Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved. Head Node Data 1 Data 2 Data 3 Data 4… MYFILE.TXT ..block1 -> block1 block1 copy2 ..block2 -> block2 block2 copy2 ..block3 -> block3 copy2 block3 Idea #1 - HDFS. Never forgets!
  • 40. Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved. Head Node Data 1 Data 2 Data 3 Data 4… MYFILE.TXT ..block1 -> block1 block1copy2 ..block2 -> block2 block2 copy2 ..block3 -> block3 copy2 block3 Idea #1 - HDFS. Never forgets!
  • 41. Copyright © 2014, SAS Institute Inc. All rights reserved. Redundancy Wins!
  • 42. Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved. Idea #2 – MapReduce – Send the work to the Data  We Want the Youngest Person in the Room  Each Row in the audience is a data node  I’ll be the coordinator • From outside to center, accumulate MIN • Sweep from back to front. • Youngest Advances
  • 43. Copyright © 2014, SAS Institute Inc. All rights reserved. Agenda 1. SAS & Oracle Partnership 2. Family Stories 1. Hadoop 2. Oracle Engineered Systems Family 3. SAS Software Family 3. Deployment Patterns
  • 44. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Recap: Standard and Modular 44  Starter Rack is a fully cabled and configured for growth with 6 servers  In-Rack Expansion delivers 6 server modular expansion block  Full Rack delivers optimal blend of capacity and expansion options  Grow by adding rack – up to 18 racks without additional switches
  • 45. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Big Data SQL – A New Architecture • Powerful, high-performance SQL on Hadoop – Full Oracle SQL capabilities on Hadoop – SQL query processing local to Hadoop nodes • Simple data integration of Hadoop and Oracle Database – Single SQL point-of-entry to access all data – Scalable joins between Hadoop and RDBMS data • Optimized hardware – Balanced Configurations – No bottlenecks Oracle Confidential – Internal/Restricted/Highly Restricted 45
  • 46. Copyright © 2014, SAS Institute Inc. All rights reserved. Diversity. It’s a good thing! Impala Nyala
  • 47. Copyright © 2014, SAS Institute Inc. All rights reserved. Agenda 1. SAS & Oracle Partnership 2. Family Stories 1. Hadoop 2. Oracle Engineered Systems Family 3. SAS Software Family 3. Deployment Patterns
  • 48. Copyright © 2014, SAS Institute Inc. All rights reserved. 4 Important Things #1 Join the Family
  • 49. Copyright © 2014, SAS Institute Inc. All rights reserved. HADOOP Hive QL SAS SERVER SAS ACCESS to Hadoop #2 Be Familiar
  • 50. Copyright © 2014, SAS Institute Inc. All rights reserved. SAS / High Performance Analytics HADOOP SAS HPA Procedures SAS SERVER #3 Use the Cluster!
  • 51. Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved. Prepare Explore / Transform Model • HPDS2 • HPDMDB • HPSAMPLE • HPSUMMARY • HPCORR • HPREDUCE • HPIMPUTE • HPBIN • HPLOGISTIC • HPREG • HPNEURAL • HPNLIN • HPCOUNTREG • HPMIXED • HPSEVERITY • HPFOREST • HPSVM • HPDECIDE • HPQLIM SAS / High Performance Analytics •HPLSO •HPSPLIT •HPTMINE •HPTMSCORE
  • 52. Copyright © 2014, SAS Institute Inc. All rights reserved.Copyright © 2014, SAS Institute Inc. All rights reserved. Controller Client SAS / High Performance Analytics
  • 53. Copyright © 2014, SAS Institute Inc. All rights reserved.
  • 54. Copyright © 2014, SAS Institute Inc. All rights reserved. #1 Join the Family #2 Be Familiar #3 Use the cluster #4 Have a pretty face!
  • 55. Copyright © 2014, SAS Institute Inc. All rights reserved.
  • 56. Copyright © 2014, SAS Institute Inc. All rights reserved.
  • 57. Copyright © 2014, SAS Institute Inc. All rights reserved. 4 Important Things (for cluster friendly software) 1.Join the Family 2.Be Familiar 3.Performance 4.Have a pretty face
  • 58. Copyright © 2014, SAS Institute Inc. All rights reserved. Agenda 1. SAS & Oracle Partnership 2. Family Stories 1. Hadoop 2. Oracle Engineered Systems Family 3. SAS Software Family 3. Deployment Patterns
  • 59. 62 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. SAS BIG DATA ON BIG DATA APPLIANCE • Flexible Architectural options for SAS deployments • Can run on Starter, Half and Full configurations • Optionally select nodes “N, N-1, N-2, …” for additional SAS Services such as SAS Compute Tier, SAS MidTier • Optionally select node subset “N, N-1, N-2, N-3, …) for more dedicated resources for SAS Analytic Compute Environment by shifting Big Data Appliance roles • Option to selectively add more memory on a per node basis depending on specific workload distribution
  • 60. 63 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. SAS Midtier STARTER BDA … … SAS Visual Analytics Metadata Server SAS Compute SAS HPA Root Node SAS VISUAL ANALYTICS, HIGH-PERFORMANCE ANALYTIC COMPUTE ENVIRONMENT CO-LOCATED WITH HADOOP
  • 61. 64 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. SAS Midtier STARTER BDA … … SAS Visual Analytics Metadata Server SAS Compute SAS HPA Root Node SAS VISUAL ANALYTICS, HIGH-PERFORMANCE ANALYTIC COMPUTE ENVIRONMENT CO-LOCATED WITH HADOOP Consider: Extra Memory for 5,6?
  • 62. 65 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. SAS Midtier FULL RACK BDA … LASR Worker 17 HDFS Data 17 … … Metadata Server SAS Compute SAS HPA Root Node LASR Worker 18 HDFS Data 18 SAS VISUAL ANALYTICS, HIGH-PERFORMANCE ANALYTIC COMPUTE ENVIRONMENT CO-LOCATED WITH HADOOP
  • 63. 66 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA
  • 64. 67 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA
  • 65. 68 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA
  • 66. 69 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. FULL RACK BDA ASSEMBLED IN OSC, SYDNEY AUSTRALIA Basic Smoke Tests Confirmed: Interoperate with Hadoop and Map Reduce Read and Write text files to/from HDFS Read and Write Tabular files to/from Hive (will confirm Oracle BIGSQL in OSC-SC) Read and Write SAS binary format files to/from HDFS High Degree Of Parallelism (DOP) reads via Map-Only jobs SAS LASR server co-exists on/with datanodes SAS HPA tasks scheduled on datanodes
  • 67. 70 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. Table 1: Summation of 5/20/100/200 columns; Baseline: DOP=1 (no parallelism) 120M rows, 400 columns, reg_simtbl_400 SAS High-Performance Analytics Performance SAS Format Data (SASHDAT) 1107 var 11.795 Mobs 97GB 5.7GB/node 1107 var 73.744 Mobs 608GB 35.7GB/node 6x Create 208.79 sec 2284.29 sec 11 Scan/Count 24.60 sec 259.38 sec 10.5 HPCORR 295.20 1410.40 4.7 HPCNTREG 336.79 1547.59 4.6 HPREDUCE (u) 236.55 2467.76 10.4 HPREDUCE (s) 219.50 2037.74 9.3
  • 68. 71 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. OSC-AU FullRack BDA • 408 Threads • 600 GB dataset • 17 servers Your Problem solved ASAP
  • 69. 72 Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
  • 70. 73 Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
  • 71. 74 Copyr ight © 2013, SAS Institute Inc. All rights reser ved.
  • 72. 75 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. EXADATA INTEGRATION SAS EMBEDDED PROCESSING (EP) TO EXADATA LEVERAGING BIG DATA SQL … SAS Midtier LASR Worker 18 … HDFS Data 18 SAS Visual Analytics Metadata Server SAS Compute SAS HPA Root Node SAS EP Big Data SQL
  • 73. 76 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. Table 1: Summation of 5/20/100/200 columns; Baseline: DOP=1 (no parallelism) 120M rows, 400 columns, reg_simtbl_400 SAS High-Performance Analytics Performance SAS EP Parallel Data Feeders DOP=1 DOP=24 DOP=24 (flash cache) Add(5) 1.25min 1.5min .5min Add(20) 2.5min 1.5min .5min Add(100) 13min 1.5min .6min Add(200) 16min ~2min 1.25min (10x)
  • 74. 77 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. Table 2: Scan times for 2 tables (200 columns, 400 columns, 120M rows); Baseline: SAS/ACCESS vs. HPA EP feeder SAS High-Performance Analytics Performance SAS EP Parallel Data Feeders Access Access / DBSlice SAS HPA Using EP Reg_sim_200 1:01:12 0:28:37 0:08:00 Reg_sim_400 1:49:11 0:55:33 0:16:05 (7x!)
  • 75. 78 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. Table 1: Summation of 5/20/100/200 columns; Baseline: DOP=1 (no parallelism) 120M rows, 400 columns, reg_simtbl_400 SAS High-Performance Analytics Performance SAS Format Data (SASHDAT) and Oracle EXADATA 1107 var 11.795 Mobs 97GB 5.7GB/node SASHDAT 907 var 11.795 Mobs 79.7GB 4.7GB/node EXADATA 1107 var 73.744 Mobs 608GB 35.7GB/node SASHDAT Create 208.79 sec 931.22 sec 2284.29 sec Scan/Count 24.60 sec 956.16 sec 259.38 sec HPCORR 295.20 833.24 1410.40 HPCNTREG 336.79 756.97 1547.59 HPREDUCE (u) 236.55 1055.11 2467.76 HPREDUCE (s) 219.50 1051.93 2037.74
  • 76. 79 Copyr ight © 2013, SAS Institute Inc. All rights reser ved. ORACLE ENGINEERED SYSTEMS FOR SuperClusterExaData ExaLogic Virtual Compute Appliance ZFS Storage Appliance Big Data Appliance
  • 77. Copyr ight © 2012, SAS Institute Inc. All rights reser ved. SAS AND ORACLE WORKING TOGETHER TO CREATE CUSTOMER VALUE • Joint R & D development and Product Management teams in Cary and Redwood Shores • Focus on driving SAS technology components to run natively in Oracle database • Joint performance engineering optimizations • Template physical architectures developed based on use-cases • Physically tested and benchmarked together • Reduction in physical effort • Overall reduction in lifecycle costs • Best Practice papers • SAS and Oracle Engineers provide joint "Sizing and Architecture Analysis and Design"
  • 78. Copyr ight © 2013, SAS Institute Inc. All rights reser ved. SAS AND ORACLE BETTER TOGETHER Paul.Kent @ sas.com @hornpolish paulmkent
  • 79. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted 82