Using OpenStack Sahara & Manila to run Analytics

Slides:



Advertisements
Similar presentations
STUDY ON OPENSTACK BY JAI KRISHNA. LIST OF COMPONENTS Introduction Components Architecture Where it is used.
Advertisements

© 2012 IBM Corporation Architecture of Quantum Folsom Release Yong Sheng Gong ( 龚永生 ) gongysh #openstack-dev Quantum Core developer.
System Center 2012 R2 Overview
Agile Infrastructure built on OpenStack Building The Next Generation Data Center with OpenStack John Griffith, Senior Software Engineer,
Profit from the cloud TM Parallels Dynamic Infrastructure AndOpenStack.
1 Security on OpenStack 11/7/2013 Brian Chong – Global Technology Strategist.
User Management Creating and Editing User Accounts Overview of the Client Connector Deploying & Managing Client Computers Troubleshooting Client Deployment.
© 2014 VMware Inc. All rights reserved. DevOps using OpenStack Getting Started Trevor Roberts Jr., Sr. Technical Marketing Manager Santhosh Sundararaman,
Tim Bell 24/09/2015 2Tim Bell - RDA.
1© Copyright 2015 EMC Corporation. All rights reserved. EMC OPENSTACK CLOUD SOLUTIONS EMC WITH CANONICAL OPENSTACK REFERENCE ARCHITECTURE.
CoprHD and OpenStack Northbound and Southbound.
Using Heat to Deploy and Manage Applications in OpenStack Trevor Roberts Jr, VMware, Inc. CNA1763 #CNA1763.
CoprHD and OpenStack Ideas for future.
Vignesh Ravindran Sankarbala Manoharan. Infrastructure As A Service (IAAS) is a model that is used to deliver a platform virtualization environment with.
Document Name CONFIDENTIAL Version Control Version No.DateType of ChangesOwner/ Author Date of Review/Expiry The information contained in this document.
1 TCS Confidential. 2 Objective: In this session we will be able to learn  What is Openstack?  History  Capabilities  Openstack as IaaS  Advantages.
© Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Enterprise Innovation.
CON8473 – Oracle Distribution of OpenStack Ronen Kofman Director of Product Management Oracle OpenStack September, 2014 Copyright © 2014, Oracle and/or.
Communication Needs in Agile Computing Environments Michael Ernst, BNL ATLAS Distributed Computing Technical Interchange Meeting University of Tokyo May.
Preamble Way off topic (or is it?) Kooky prediction $8 bil arm procs. 100% annual Intel about $80 billion ~2016 collision - economy of scale. Microsoft?,
OPENSTACK Presented by Jordan Howell and Katie Woods.
Elastic Overkill: Is Cloud Really The Be-All End-All for Everyone?
PaaS services for Computing and Storage
Md Baitul Al Sadi, Isaac J. Cushman, Lei Chen, Rami J. Haddad
OpenStack.
CLOUD ARCHITECTURE Many organizations and researchers have defined the architecture for cloud computing. Basically the whole system can be divided into.
Security on OpenStack 11/7/2013
CERN Cloud Service Update
Resource Provisioning Services Introduction and Plans
Introduction to Distributed Platforms
By Chris immanuel, Heym Kumar, Sai janani, Susmitha
Don’t Miss These Sessions!
Working With Azure Batch AI
Principles of Computer Security
Bridges and Clouds Sergiu Sanielevici, PSC Director of User Support for Scientific Applications October 12, 2017 © 2017 Pittsburgh Supercomputing Center.
Cybera Site Report PRESENTED BY Joe Topjian
SCD Cloud at STFC By Alexander Dibbo.
Multi-VIM/Cloud High Level Architecture
Intro to OpenStack Trove & Database as a Service
Geographically distributed storage over multiple universities
OpenStack Ani Bicaku 18/04/ © (SG)² Konsortium.
The Brocade Cloud Manageability Vision
OPNFV Arno Installation & Validation Walk-Through
Jay Bryant and Bin Zhou - Lenovo Cloud Technology Center
Unit 27: Network Operating Systems
Dr. John P. Abraham Professor, Computer Engineering UTPA
Ease OpenStack : Non-Containerized to Containerized
Managing Clouds with VMM
DeFacto Planning on the Powerful Microsoft Azure Platform Puts the Power of Intelligent and Timely Planning at Any Business Manager’s Fingertips Partner.
Searchlight Lei Zhang Search service for OpenStack
OpenStack-alapú privát felhő üzemeltetés
Overview of big data tools
* Introduction to Cloud computing * Introduction to OpenStack * OpenStack Design & Architecture * Demonstration of OpenStack Cloud.
OpenShift vs. Vanilla k8s on OpenStack IaaS
Future Internet: Infrastructures and Services
Newton software release Marketing community preview September 27, 2016
Cost Effective Network Storage Solutions
School Districts Can Analyze and Report on Data Across Multiple Systems with EdWire, a Powerful Integration Solution that Utilizes Microsoft Azure MICROSOFT.
Openstack Components 1 1.
OpenStack Summit Berlin – November 14, 2018
Day 2, Session 2 Connecting System Center to the Public Cloud
PerformanceBridge Application Suite and Practice 2.0 IT Specifications
Microsoft Virtual Academy
Productive + Hybrid + Intelligent + Trusted
Nolan Leake Co-Founder, Cumulus Networks Paul Speciale
OpenStack for the Enterprise
Efficient big data in openstack*
Presentation transcript:

Using OpenStack Sahara & Manila to run Analytics against NFS Datastores January 2017 Presenter: Chris Madden NetApp © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —

OpenStack OpenStack Today SAHARA MANILA Keeps Growing! OpenStack Today MISTRAL MURANO TROVE KOLLA OpenStack MAGNUM CONGRESS IRONIC CEILOMETER ZAQAR Keeps Growing! OpenStack Today HORIZON BARBICAN SAHARA KARBOR NOVA SWIFT SENLIN CINDER HEAT MANILA NEUTRON GLANCE OpenStack Today TACKER KEYSTONE TRIPLE-O DESIGNATE MONASCA HORIZON KURYR RALLY CHARMS

Lots of data in shared file systems NFS CIFS . Gluster _ HDFS . … 65% storage sold for Shared File Systems (IDC) This is why we talk about Manila © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —

OpenStack Foundation User Survey Results Shared File System Drivers in Use (April 2016) NetApp is the founder of, leading contributor to, and most widely deployed option for Manila © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —

OpenStack Manila Manila delivers file systems as a service: The OpenStack Shared File Service Program Manila delivers file systems as a service: NFS, CIFS, HDFS, and more Production-ready in Liberty Supports a wide range of network topologies Manila ONTAP OpenStack Compute VM VM VM VM Admin R&D Eng Manila is a self-service, provisioning and management framework for dispensing shared file systems as a core unit beside block and object storage within an openstack cloud.   * A sample Interaction New VM for marketing, existing share OR New VM, new shares, R&D * So Manila API - create, delete, manage access - all of those primitives in a completely vendor agnostic framework. * Differences with Cinder 1) Networking component : Cinder is a pretty complex service even if its role is to provision block storage, but manila has networking component... so you have to think about how do I get shares exported into the tenant specific overlay network so if I go into Neutron and create a specific network, I may want to give access to the fileshare only to that specific Neutron net. So a little more magic and plumbing has to happen behind the scenes to ensure a secure connection for both client and the provider of the shared file system. 2) Mounting © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —

Hadoop Clusters are not easy! Same for Spark, Storm, etc… Difficult to configure & maintain Adaption to changing demands Hardware headaches Commodity hardware is cheap but requires more work Reliable hardware is expensive Hadoop dev is very difficult without a real cluster This is why we talk about Sahara - it simplifies all these pain points © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —

OpenStack Sahara Put Hadoop and alike in a OpenStack cloud! The OpenStack Data Processing Program Put Hadoop and alike in a OpenStack cloud! Then have easy-to-use, standardized interfaces: To create clusters (reliably and repeatedly) To scale clusters To run data processing jobs On any popular data processing framework With sensible defaults that just work And sophisticated configuration management for expert users That's OpenStack Sahara! © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —

Technical Overview External HDFS via Manila Virtual Cluster Virtual Cluster Virtual Cluster VM VM VM Computing Task Computing Task Computing Task Manila Service Manila Service Manila Service HDFS Driver NetApp Hadoop NFS Connector NFS Driver Local Volume Gluster Drivers or others HDFS NFS GlusterFS Host Host Host External HDFS via Manila Sahara can support external HDFS by using the HDFS driver in Manila NFS directly via Manila NetApp Hadoop NFS Connector brings the NFS capability into Hadoop Local Storage in Manila Use local storage in Hadoop to remote mount any type of storage in Manila © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —

Summary Manila adds Fileshares-aaS to OpenStack Sahara adds Analytics-aaS to OpenStack NetApp NFS Connector for HDFS allows access of NFS data through HDFS protocol All together: Easy analytics against existing datasets in file shares Resources https://www.youtube.com/watch?v=Tf_8v0OvR80 https://github.com/NetApp/NetApp-Hadoop-NFS-Connector https://www.netapp.com/us/media/tr-4464.pdf © 2017 NetApp, Inc. All rights reserved. — NETAPP CONFIDENTIAL —