SlideShare une entreprise Scribd logo
1  sur  23
Télécharger pour lire hors ligne
Calcul Québec
frederick.lefebvre@calculquebec.ca
MoabCon - April 2012
MOAB: Transitioning
from Grid Engine
1
Calcul Québec
Plan
2
Colosse
Rational
Transition
Status update
Calcul Québec
Colosse
3
Room for 56 racks
Power: 1.1 MW
Cooling: ~1.5 MW
UPS and power generator
for filesystems and
servers
Calcul Québec
Colosse
4
cold air plenum
(32 m2
)
hot air core
(25 m2
)
Calcul Québec
Colosse
5
Sun Constellation System deployed in 2009
960 Diskless Compute Nodes
7680 Nehalem Cores
QDR Infiniband only, Full Bisection
1PB of Lustre Storage
Calcul Québec
Colosse : Current architecture
Everything is tied together with custom scripts
Accounting is extracted from Grid Engine and
moved to a SQL database
Has been working well for 2 years...
6
Provisioning Scheduler + ressource manager
Calcul Québec
Grid Engine Vs Moab
7
Why switch ???
Calcul Québec
Grid Engine Vs Moab
8
SGE
Used on only 1 large Compute Canada system
Unknown vendor commitment
Fractured community
Limited support available for large HPC
deployment
Calcul Québec
Grid Engine Vs Moab
9
Moab
Already well known to our users
Single vendor
Commercial support
Strong community
Known to scale
Calcul Québec
Colosse : basic plan
10
Scheduler
Resource Manager
Torque
Scheduler + Resource Manager
Calcul Québec
Transition plan
Implement the existing scheduling policy
Train users and get them on the new scheduler
Train staff to work with Moab
Adapt/port our management scripts
Give control of the cluster to Moab/Torque
11
Calcul Québec
Scheduling policy
Priority based on share tree
Dedicated nodes only
Max 200 jobs per project
4 queues
test (15m, 16 cores) - 2 nodes
short (24h, 256 cores) - all nodes
med (48h, 128 cores) - all nodes
long (7 days, ? cores) - 120 nodes
12
Calcul Québec
Scheduling policy - exceptions
Analysts use overide tickets on user’s jobs
Users can qualify for more cores
No exception on maximum wallclock times
BLCR is used to allow checkpoint/restart of serial jobs
13
Calcul Québec
Share Tree
80% of system reserved for special allocations
20% for groups without an allocation
14
Share tree
(100%)
Project1 (20%)
Project2 (15%)
Project9 (5%)
...
Project10 (0.1%)
Project11 (0.1%)
Project13 (0.1%)
...
...
Calcul Québec
Share Tree
80% of system reserved for special allocations
20% for groups without an allocation
15
Share tree
(100%)
Special
allocations
(80%)
Default
allocations
(20%)
Project1 (20%)
Project2 (15%)
Project9 (5%)
...
Project10 (0.1%)
Project11 (0.1%)
Project13 (0.1%)
...
...
Calcul Québec
User’s transition
Much easier than expected for users
Submit files are very similar
Job submission is easy (qsub becomes msub)
but more commands to learn to monitor jobs
A lot of questions about the difference between the Torque
and Moab commands
16
#!/bin/bash
#$ ...
#$ ...
mpirun ...
SGE
#!/bin/bash
#PBS ...
#PBS ...
mpirun ...
Moab
Calcul Québec
Staff’s transition
Harder than expected
The workflow for working with users’ issues will
need to be reviewed
how to figure out where is the original submit file
where are each processes and how much memory they use
...
More internal documentation will be required
17
Calcul Québec
Management scripts
Old habits die hard....
Accounting/reporting
Accounting data is read from Moab event files
Queue status
Maintenance related scripts
monitoring,account creation,node maintenance
prolog/epilog
18
Calcul Québec
Deployment - progress report
Progressive deployment
Grid engine and Moab will live together for a
couple of months
19
Calcul Québec
Deployment - progress report
We built a different oneSIS image for Torque
compute nodes
Also rebuilt the MPI implementation with Torque support
Rebooting a node in the Torque image switches it
over to Moab
20
Calcul Québec
Deployment - progress report
10% of nodes controlled by Moab right now
Open to all users to test their workflow
21
Calcul Québec
Deployment - progress report
The Moab partition will grow over the next
weeks
22
Calcul Québec
Thank you
23
frederick.lefebvre@calculquebec.ca
MoabCon - April 2012

Contenu connexe

Tendances

Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...Yahoo Developer Network
 
Bin repacking scheduling in virtualized datacenters
Bin repacking scheduling in virtualized datacentersBin repacking scheduling in virtualized datacenters
Bin repacking scheduling in virtualized datacentersFabien Hermenier
 
Flink Forward SF 2017: Malo Deniélou - No shard left behind: Dynamic work re...
Flink Forward SF 2017: Malo Deniélou -  No shard left behind: Dynamic work re...Flink Forward SF 2017: Malo Deniélou -  No shard left behind: Dynamic work re...
Flink Forward SF 2017: Malo Deniélou - No shard left behind: Dynamic work re...Flink Forward
 
Flink Forward SF 2017: Kenneth Knowles - Back to Sessions overview
Flink Forward SF 2017: Kenneth Knowles - Back to Sessions overviewFlink Forward SF 2017: Kenneth Knowles - Back to Sessions overview
Flink Forward SF 2017: Kenneth Knowles - Back to Sessions overviewFlink Forward
 
Virtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy Farkas
Virtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy FarkasVirtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy Farkas
Virtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy FarkasFlink Forward
 
QCON 2015: Gearpump, Realtime Streaming on Akka
QCON 2015: Gearpump, Realtime Streaming on AkkaQCON 2015: Gearpump, Realtime Streaming on Akka
QCON 2015: Gearpump, Realtime Streaming on AkkaSean Zhong
 
Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...
Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...
Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...Flink Forward
 
Writing an Interactive Interface for SQL on Flink
Writing an Interactive Interface for SQL on FlinkWriting an Interactive Interface for SQL on Flink
Writing an Interactive Interface for SQL on FlinkEventador
 
Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...
Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...
Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...Flink Forward
 
Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...
Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...
Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...ScyllaDB
 
How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...
How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...
How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...InfluxData
 
How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...
How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...
How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...InfluxData
 
Scylla Summit 2019 Keynote - Dor Laor - Beyond Cassandra
Scylla Summit 2019 Keynote - Dor Laor - Beyond CassandraScylla Summit 2019 Keynote - Dor Laor - Beyond Cassandra
Scylla Summit 2019 Keynote - Dor Laor - Beyond CassandraScyllaDB
 
Streaming sql w kafka and flink
Streaming sql w  kafka and flinkStreaming sql w  kafka and flink
Streaming sql w kafka and flinkKenny Gorman
 
Flink Forward SF 2017: Timo Walther - Table & SQL API – unified APIs for bat...
Flink Forward SF 2017: Timo Walther -  Table & SQL API – unified APIs for bat...Flink Forward SF 2017: Timo Walther -  Table & SQL API – unified APIs for bat...
Flink Forward SF 2017: Timo Walther - Table & SQL API – unified APIs for bat...Flink Forward
 
Slack in the Age of Prometheus
Slack in the Age of PrometheusSlack in the Age of Prometheus
Slack in the Age of PrometheusGeorge Luong
 
Cassandra Day London 2015: The Resilience of Apache Cassandra
Cassandra Day London 2015: The Resilience of Apache CassandraCassandra Day London 2015: The Resilience of Apache Cassandra
Cassandra Day London 2015: The Resilience of Apache CassandraDataStax Academy
 
Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...
Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...
Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...Accumulo Summit
 

Tendances (20)

Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
 
Bin repacking scheduling in virtualized datacenters
Bin repacking scheduling in virtualized datacentersBin repacking scheduling in virtualized datacenters
Bin repacking scheduling in virtualized datacenters
 
Flink Forward SF 2017: Malo Deniélou - No shard left behind: Dynamic work re...
Flink Forward SF 2017: Malo Deniélou -  No shard left behind: Dynamic work re...Flink Forward SF 2017: Malo Deniélou -  No shard left behind: Dynamic work re...
Flink Forward SF 2017: Malo Deniélou - No shard left behind: Dynamic work re...
 
Flink Forward SF 2017: Kenneth Knowles - Back to Sessions overview
Flink Forward SF 2017: Kenneth Knowles - Back to Sessions overviewFlink Forward SF 2017: Kenneth Knowles - Back to Sessions overview
Flink Forward SF 2017: Kenneth Knowles - Back to Sessions overview
 
Virtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy Farkas
Virtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy FarkasVirtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy Farkas
Virtual Flink Forward 2020: Autoscaling Flink at Netflix - Timothy Farkas
 
QCON 2015: Gearpump, Realtime Streaming on Akka
QCON 2015: Gearpump, Realtime Streaming on AkkaQCON 2015: Gearpump, Realtime Streaming on Akka
QCON 2015: Gearpump, Realtime Streaming on Akka
 
Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...
Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...
Flink Forward SF 2017: Shaoxuan Wang_Xiaowei Jiang - Blinks Improvements to F...
 
Writing an Interactive Interface for SQL on Flink
Writing an Interactive Interface for SQL on FlinkWriting an Interactive Interface for SQL on Flink
Writing an Interactive Interface for SQL on Flink
 
Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...
Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...
Flink Forward SF 2017: Chinmay Soman - Real Time Analytics in the real World ...
 
Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...
Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...
Project Gemini - a fuzzing tool used by Scylla to guarantee that data, once w...
 
How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...
How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...
How Texas Instruments Uses InfluxDB to Uphold Product Standards and to Improv...
 
Storm over gearpump
Storm over gearpumpStorm over gearpump
Storm over gearpump
 
How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...
How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...
How EnerKey Using InfluxDB Saves Customers Millions by Detecting Energy Usage...
 
Scylla Summit 2019 Keynote - Dor Laor - Beyond Cassandra
Scylla Summit 2019 Keynote - Dor Laor - Beyond CassandraScylla Summit 2019 Keynote - Dor Laor - Beyond Cassandra
Scylla Summit 2019 Keynote - Dor Laor - Beyond Cassandra
 
Streaming sql w kafka and flink
Streaming sql w  kafka and flinkStreaming sql w  kafka and flink
Streaming sql w kafka and flink
 
Flink Forward SF 2017: Timo Walther - Table & SQL API – unified APIs for bat...
Flink Forward SF 2017: Timo Walther -  Table & SQL API – unified APIs for bat...Flink Forward SF 2017: Timo Walther -  Table & SQL API – unified APIs for bat...
Flink Forward SF 2017: Timo Walther - Table & SQL API – unified APIs for bat...
 
Slack in the Age of Prometheus
Slack in the Age of PrometheusSlack in the Age of Prometheus
Slack in the Age of Prometheus
 
Cassandra Day London 2015: The Resilience of Apache Cassandra
Cassandra Day London 2015: The Resilience of Apache CassandraCassandra Day London 2015: The Resilience of Apache Cassandra
Cassandra Day London 2015: The Resilience of Apache Cassandra
 
Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...
Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...
Accumulo Summit 2015: Ferrari on a Bumpy Road: Shock Absorbers to Smooth Out ...
 
Akka streams
Akka streamsAkka streams
Akka streams
 

En vedette

An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...
An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...
An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...Chun Phoebe Xu
 
Presentación 1 - Informatica
Presentación 1 - InformaticaPresentación 1 - Informatica
Presentación 1 - InformaticaJhomayra1
 
Lettre Rep. Frederica Wilson au Secrétaire d'Etat John Kerry
Lettre Rep. Frederica Wilson au Secrétaire d'Etat John KerryLettre Rep. Frederica Wilson au Secrétaire d'Etat John Kerry
Lettre Rep. Frederica Wilson au Secrétaire d'Etat John KerryStanleylucas
 
Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...
Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...
Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...Stanleylucas
 
HPCS16 - Frederick Lefebvre - Bridging the last mile
HPCS16 - Frederick Lefebvre - Bridging the last mileHPCS16 - Frederick Lefebvre - Bridging the last mile
HPCS16 - Frederick Lefebvre - Bridging the last mileFrédérick Lefebvre
 
Tosi & mac donough carpetagrafic adeppresentacion
Tosi & mac donough carpetagrafic adeppresentacionTosi & mac donough carpetagrafic adeppresentacion
Tosi & mac donough carpetagrafic adeppresentacionEleonora Elisa
 
Трудове навчання 5 клас 2_параграф
Трудове навчання 5 клас 2_параграфТрудове навчання 5 клас 2_параграф
Трудове навчання 5 клас 2_параграфAndy Levkovich
 
Sample ex parte application for continuance of trial date for California evic...
Sample ex parte application for continuance of trial date for California evic...Sample ex parte application for continuance of trial date for California evic...
Sample ex parte application for continuance of trial date for California evic...LegalDocsPro
 
Dipangshu Final project work
Dipangshu Final project workDipangshu Final project work
Dipangshu Final project workDipangshu Sarkar
 
City of Fairborn Police Department Canine Policy
City of Fairborn Police Department Canine PolicyCity of Fairborn Police Department Canine Policy
City of Fairborn Police Department Canine PolicyQuinn Brandt
 

En vedette (16)

An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...
An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...
An Integrated Musculoskeletal-Finite-Element Model to Evaluate Effects of Loa...
 
Presentación 1 - Informatica
Presentación 1 - InformaticaPresentación 1 - Informatica
Presentación 1 - Informatica
 
Lettre Rep. Frederica Wilson au Secrétaire d'Etat John Kerry
Lettre Rep. Frederica Wilson au Secrétaire d'Etat John KerryLettre Rep. Frederica Wilson au Secrétaire d'Etat John Kerry
Lettre Rep. Frederica Wilson au Secrétaire d'Etat John Kerry
 
Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...
Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...
Lettre du President du CEP au Coordonnateur de la Commission d'Evaluation Ele...
 
HPCS16 - Frederick Lefebvre - Bridging the last mile
HPCS16 - Frederick Lefebvre - Bridging the last mileHPCS16 - Frederick Lefebvre - Bridging the last mile
HPCS16 - Frederick Lefebvre - Bridging the last mile
 
20160120 pru tp2 poster luis susana
20160120 pru tp2 poster luis susana20160120 pru tp2 poster luis susana
20160120 pru tp2 poster luis susana
 
Theo te escribo.- Pierre Bachelet
Theo te escribo.- Pierre BacheletTheo te escribo.- Pierre Bachelet
Theo te escribo.- Pierre Bachelet
 
Award who's who
Award who's whoAward who's who
Award who's who
 
Tosi & mac donough carpetagrafic adeppresentacion
Tosi & mac donough carpetagrafic adeppresentacionTosi & mac donough carpetagrafic adeppresentacion
Tosi & mac donough carpetagrafic adeppresentacion
 
Diagnosa keperawatan
Diagnosa keperawatanDiagnosa keperawatan
Diagnosa keperawatan
 
Трудове навчання 5 клас 2_параграф
Трудове навчання 5 клас 2_параграфТрудове навчання 5 клас 2_параграф
Трудове навчання 5 клас 2_параграф
 
Sample ex parte application for continuance of trial date for California evic...
Sample ex parte application for continuance of trial date for California evic...Sample ex parte application for continuance of trial date for California evic...
Sample ex parte application for continuance of trial date for California evic...
 
Qrcode 150415192919-conversion-gate01
Qrcode 150415192919-conversion-gate01Qrcode 150415192919-conversion-gate01
Qrcode 150415192919-conversion-gate01
 
Redacción de textos
Redacción de textosRedacción de textos
Redacción de textos
 
Dipangshu Final project work
Dipangshu Final project workDipangshu Final project work
Dipangshu Final project work
 
City of Fairborn Police Department Canine Policy
City of Fairborn Police Department Canine PolicyCity of Fairborn Police Department Canine Policy
City of Fairborn Police Department Canine Policy
 

Similaire à moabcon2012 - Transitioning from Grid Engine

Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...
Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...
Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...Scalar, Inc.
 
Transaction Management on Cassandra
Transaction Management on CassandraTransaction Management on Cassandra
Transaction Management on CassandraScalar, Inc.
 
Combining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM StabilityCombining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM StabilityEnkitec
 
Scalar DB: Universal Transaction Manager
Scalar DB: Universal Transaction ManagerScalar DB: Universal Transaction Manager
Scalar DB: Universal Transaction ManagerScalar, Inc.
 
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)Jean-François Gagné
 
HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...
HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...
HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...Keyur Patel
 
AIST Super Green Cloud: lessons learned from the operation and the performanc...
AIST Super Green Cloud: lessons learned from the operation and the performanc...AIST Super Green Cloud: lessons learned from the operation and the performanc...
AIST Super Green Cloud: lessons learned from the operation and the performanc...Ryousei Takano
 
The Next Generation of Data Processing and Open Source
The Next Generation of Data Processing and Open SourceThe Next Generation of Data Processing and Open Source
The Next Generation of Data Processing and Open SourceDataWorks Summit/Hadoop Summit
 
Beyond the DSL - Unlocking the power of Kafka Streams with the Processor API
Beyond the DSL - Unlocking the power of Kafka Streams with the Processor APIBeyond the DSL - Unlocking the power of Kafka Streams with the Processor API
Beyond the DSL - Unlocking the power of Kafka Streams with the Processor APIconfluent
 
Network for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPANNetwork for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPANDataWorks Summit/Hadoop Summit
 
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...LarryZaman
 
Large-Scale Stream Processing in the Hadoop Ecosystem
Large-Scale Stream Processing in the Hadoop EcosystemLarge-Scale Stream Processing in the Hadoop Ecosystem
Large-Scale Stream Processing in the Hadoop EcosystemGyula Fóra
 
Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19Nelson Calero
 
Cloud computing_processing frameworks
Cloud computing_processing frameworksCloud computing_processing frameworks
Cloud computing_processing frameworksReem Abdel-Rahman
 
FEWS Data Analysis with ARR2016
FEWS Data Analysis with ARR2016 FEWS Data Analysis with ARR2016
FEWS Data Analysis with ARR2016 Lindsay Millard
 
2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache Giraph
2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache Giraph2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache Giraph
2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache GiraphAvery Ching
 
Q2.12: Research Update on big.LITTLE MP Scheduling
Q2.12: Research Update on big.LITTLE MP SchedulingQ2.12: Research Update on big.LITTLE MP Scheduling
Q2.12: Research Update on big.LITTLE MP SchedulingLinaro
 

Similaire à moabcon2012 - Transitioning from Grid Engine (20)

Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...
Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...
Making Cassandra more capable, faster, and more reliable (at ApacheCon@Home 2...
 
Transaction Management on Cassandra
Transaction Management on CassandraTransaction Management on Cassandra
Transaction Management on Cassandra
 
RSS++
RSS++RSS++
RSS++
 
Combining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM StabilityCombining ACS Flexibility with SPM Stability
Combining ACS Flexibility with SPM Stability
 
Scalar DB: Universal Transaction Manager
Scalar DB: Universal Transaction ManagerScalar DB: Universal Transaction Manager
Scalar DB: Universal Transaction Manager
 
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
MySQL Parallel Replication: All the 5.7 and 8.0 Details (LOGICAL_CLOCK)
 
HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...
HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...
HAEnabled Oracle Enterprise Manager 12c on Virtualized Oracle Database Applia...
 
AIST Super Green Cloud: lessons learned from the operation and the performanc...
AIST Super Green Cloud: lessons learned from the operation and the performanc...AIST Super Green Cloud: lessons learned from the operation and the performanc...
AIST Super Green Cloud: lessons learned from the operation and the performanc...
 
The Next Generation of Data Processing and Open Source
The Next Generation of Data Processing and Open SourceThe Next Generation of Data Processing and Open Source
The Next Generation of Data Processing and Open Source
 
Beyond the DSL - Unlocking the power of Kafka Streams with the Processor API
Beyond the DSL - Unlocking the power of Kafka Streams with the Processor APIBeyond the DSL - Unlocking the power of Kafka Streams with the Processor API
Beyond the DSL - Unlocking the power of Kafka Streams with the Processor API
 
Network for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPANNetwork for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPAN
 
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
 
Large-Scale Stream Processing in the Hadoop Ecosystem
Large-Scale Stream Processing in the Hadoop EcosystemLarge-Scale Stream Processing in the Hadoop Ecosystem
Large-Scale Stream Processing in the Hadoop Ecosystem
 
Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19
 
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
 
Cloud computing_processing frameworks
Cloud computing_processing frameworksCloud computing_processing frameworks
Cloud computing_processing frameworks
 
sairam_CV
sairam_CVsairam_CV
sairam_CV
 
FEWS Data Analysis with ARR2016
FEWS Data Analysis with ARR2016 FEWS Data Analysis with ARR2016
FEWS Data Analysis with ARR2016
 
2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache Giraph
2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache Giraph2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache Giraph
2014.02.13 (Strata) Graph Analysis with One Trillion Edges on Apache Giraph
 
Q2.12: Research Update on big.LITTLE MP Scheduling
Q2.12: Research Update on big.LITTLE MP SchedulingQ2.12: Research Update on big.LITTLE MP Scheduling
Q2.12: Research Update on big.LITTLE MP Scheduling
 

moabcon2012 - Transitioning from Grid Engine