Managing Enterprise Hadoop Clusters with Apache Ambari. Jayush Hortonworks Apache Ambari PMC

Size: px
Start display at page:

Download "Managing Enterprise Hadoop Clusters with Apache Ambari. Jayush Hortonworks Apache Ambari PMC"

Transcription

1 Managing Enterprise Hadoop Clusters with Apache Ambari Jayush Hortonworks Apache Ambari PMC Inc Rights Reserved 1 Hortonworks Hortonworks Inc All 016. All Rights Reserved May 2016

2 Agenda Ambari Overview Ambari Features Demo Q&A 2 Hortonworks Inc All Rights Reserved

3 What s Apache Ambari? 100% open-source platform for simplifying Hadoop cluster management and use. Highly extensible. 3 Hortonworks Inc All Rights Reserved

4 It s a wild zoo out there! GoKa manage this efficiently. 4 Hortonworks Inc All Rights Reserved

5 Apache Ambari Themes Operate Hadoop at Scale Deliver the core operaqonal capabiliqes to provision, manage and monitor Hadoop clusters at scale. Integrate with the Enterprise Robust API for integraqon with exisqng enterprise systems, such as MicrosoE SCOM and Teradata Viewpoint. Extend for the Ecosystem Provide extensible plaiorm for Customers, Partners and the Community (Stacks, Views) 5 Hortonworks Inc All Rights Reserved

6 Apache Ambari 6 Hortonworks Inc All Rights Reserved

7 Open Source Activity 7 Hortonworks Inc All Rights Reserved

8 IncepKon: AMBARI- 1 (Sept, 2011) 8 Hortonworks Inc All Rights Reserved

9 Fast forward 5 years to today à Latest JIRA: AMBARI à 150+ Contributors à 60+ CommiKers à JIRAs filed à JIRAs fixed At 1.5 day per JIRA ~ 90 person years! à Used by hundreds of companies 9 Hortonworks Inc All Rights Reserved

10 Ambari 3rd Biggest Project Apache #2: Hadoop at ~32k as it is split across mulqple JIRA Projects #1 #3 #4 #5 * Based on total JIRAs filed on a project basis as of April 26, Hortonworks Inc All Rights Reserved

11 Timeline Ambari Stacks Ambari Blueprints Ambari Views Alerts Framework Metrics System Rolling Upgrade Kerberos AutomaQon Enhanced Dashboards Smart Configs Express Upgrade Ambari 1.5.* Apr 2014 Ambari 1.6.* May 2014 Ambari 1.7.* Dec 2014 Ambari 2.0.* April 2015 Ambari 2.1.* July 2015 Ambari 2.2.* Dec JIRAs 908 JIRAs 1620 JIRAs 1804 JIRAs 2674 JIRAs 1542 JIRAs Current GA Version (2.2.2) 11 Hortonworks Inc All Rights Reserved ResoluQon of 9k+ JIRAs

12 Agenda Ambari Overview Ambari Features Demo Q&A 12 Hortonworks Inc All Rights Reserved

13 Extensibility Features Stacks To add new Services (ISV or otherwise) beyond HDP stack To customize a Stack for customer specific environments Blueprints To use Ambari for automaqng cluster installaqons. To share best pracqces on layout and cluster configuraqon Views To extend and customize the Ambari Web UI Add new capabiliqes, customize exisqng capabiliqes 13 Hortonworks Inc All Rights Reserved

14 Anatomy of Ambari Extension Points 14 Hortonworks Inc All Rights Reserved

15 Ambari Stacks 15 Hortonworks Inc All Rights Reserved

16 Stack Terminology Term DefiniKon Examples STACK Defines a set of Services, where to obtain the sooware packages and how to manage the lifecycle. HDP- 2.3, HDP- 2.2 SERVICE Defines the Components that make- up the service. HDFS, NAGIOS, YARN COMPONENT The building- blocks of a Service, that adhere to a certain lifecycle. NAMENODE, DATANODE, OOZIE_SERVER CATEGORY The category of Component. MASTER, SLAVE, CLIENT REPO Repository metadata where the arqfacts reside hkp://public- repo- 1.hortonworks.com/HDP/ centos6/2.x/ga/ Hortonworks Inc All Rights Reserved

17 Ambari Stack à Stacks define Services + Repo What is a stack, and where to get the bits à Each service has a definiqon What components are part of the Service à Each service has defined lifecycle commands start, stop, status, install, configure à Lifecycle is controlled via command scripts à Ability to define custom commands Ambari Server Stack Service DefiniQons xml Repos Command Scripts python Ambari Agents 17 Hortonworks Inc All Rights Reserved

18 Stacks Support Inheritance HDP 2.1 Stack Overrides any Service definiqons, commands and configuraqons Adds new Services specific to this Stack HDP 2.0 Stack Defines a set of Service definiqons Default service configuraqons and command scripts 18 Hortonworks Inc All Rights Reserved

19 Blueprints 19 Hortonworks Inc All Rights Reserved

20 Automated Cluster Deployment à à Deploy clusters of any scale with ease Two REST API calls is all it takes to provision a cluster Who uses it? à à HDInsight (Microsoo Azure) Hortonworks QA 20 Hortonworks Inc All Rights Reserved

21 Example: Create a 100- node Cluster 1. POST /api/v1/blueprints/my-blueprint! 2. POST /api/v1/clusters/my-cluster! {! "configurations" : [! {! hdfs-site" : {!! "dfs.datanode.data.dir" : /hadoop/1,/hadoop/2,/hadoop/3"! }! }! ],! "host_groups" : [! {! "name" : master-host",! "components" : [! { "name" : "NAMENODE },! { "name" : "RESOURCEMANAGER },!! ],! "cardinality" : "1"! },! {! "name" : worker-host",! "components" : [! { "name" : DATANODE },! { "name" : NODEMANAGER },!! ],! "cardinality" : "1+"! },! ],! "Blueprints" : {! "stack_name" : "HDP",! "stack_version" : "2.0"! }! }! {! "blueprint" : my-blueprint",! "host_groups" :[! {! "name" : master-host",! "hosts" : [! {! "fqdn" : master001.ambari.apache.org!! }! ]! },! {! "name" : worker-host",! "hosts" : [! {! "fqdn" : worker001.ambari.apache.org!! },! {! "fqdn" : worker002.ambari.apache.org!! },!! {! "fqdn" : worker099.ambari.apache.org!! }! ]! }! ]! }! 21 Hortonworks Inc All Rights Reserved

22 Cluster ReplicaKon à à Export blueprint from an exisqng cluster Import blueprint to replicate the cluster GET/api/v1/clusters/my-cluster? format=blueprint! {! "configurations" : [! {! cluster-env" : {!! user_group" : hadoop"! }! hdfs-site" : {!! "dfs.datanode.data.dir" : /hadoop/1,/hadoop/2,/hadoop/3"! }! }! ],! "host_groups" : [! {! "name" : master-host",! "components" : [! { "name" : "NAMENODE },! { "name" : "RESOURCEMANAGER },!! ],! "cardinality" : "1"! }! ],! "Blueprints" : {! "stack_name" : "HDP",! "stack_version" : "2.0"! }! }! 22 Hortonworks Inc All Rights Reserved

23 Blueprint Features Ambari 2.0: Ã Ã High availability (HA) cluster deployments Adding hosts using blueprints (AMBARI- 8458) Ambari 2.1: Ã Advanced cluster creaqon opqons (AMBARI ) Ambari 2.2: Ã Ã Kerberized cluster deployments (AMBARI ) Stack advisor recommendaqons (AMBARI ) 23 Hortonworks Inc All Rights Reserved

24 Stack Upgrades 24 Hortonworks Inc All Rights Reserved

25 Stack Upgrades Rolling vs Express Upgrade modes Side- by- Side Bits and Configs Bits: /usr/hdp/ /usr/hdp/ /usr/hdp/ Configs: /etc/hive/conf/ (iniqal) /etc/hive/conf/v0 (HDP ) /etc/hive/conf/v1 (HDP 2.3) minor jump major jump Hortonworks Inc All Rights Reserved

26 Express vs Rolling Upgrade Rolling Upgrade à à à à Services are up the enqre Qme Upgrade one component at a Qme Robust and fault- tolerant Service checks performed frequently during the upgrade Express Upgrade à à à à All services are brought down, upgraded and restarted Faster upgrade mode Planned service downqme RelaQvely service checks performed less frequently during the upgrade. 26 Hortonworks Inc All Rights Reserved

27 Stack Upgrade Install Version Install new version in parallel on all agents No downqme 27 Hortonworks Inc All Rights Reserved

28 Stack Upgrade Orchestration Not necessarily one- click but fully guided 28 Hortonworks Inc All Rights Reserved

29 Stack Upgrade Upgrade Catalog à Upgrades are driven by upgrade catalogs defined in stack definiqons. à Defines upgrade groups and upgrade order à Provides ability to modify configuraqons Set, move, delete, transform à Upgrade steps can be marked as skippable and retryable à Supports execuqng custom scripts during upgrade 29 Hortonworks Inc All Rights Reserved

30 Stack Upgrade Upgrade Catalog 30 Hortonworks Inc All Rights Reserved

31 Stack Downgrade Can trigger downgrade at any stage of the stack upgrade Cannot downgrade once stack upgrade has been finalized 31 Hortonworks Inc All Rights Reserved

32 Smart Configurations 32 Hortonworks Inc All Rights Reserved

33 Hadoop ConfiguraKon Challenges à Too many configuraqons Which ones are important? à Too easy to mess up What are valid/reasonable values? What are the units? Ok, what about dependencies? à Gets harder with combinaqons of services, host assignments, enabled features, CPU/RAM/disks, etc Any recommendaqons? What am I doing wrong? à Smart ConfiguraQons 33 Hortonworks Inc All Rights Reserved

34 Ambari Smart Configs UI Customizable layout - Tabs - SecQons - Sub- secqons - Simple grid layout (Advanced Tab contains remaining configuraqons) Implemented - HDFS - YARN - MapReduce - Hive - HBase New Widgets - Sliders - Recommended - Minimum - Maximum - Increment Step - Combos - Enumerated values - Toggles - Binary opqons - Spinners - Splits value into mulqple controls. Time in milliseconds split into days, hours, minutes. - Lists - Enumerated values - Single select - MulQ select 34 Hortonworks Inc All Rights Reserved

35 Stack Driven Layouts Stack has theme.json file Layout Tabs SecQons Sub- secqons Placement Configs placement in sub- secqons Widgets Widget type OpQonal Units Bytes (B, KB, MB, GB, TB, PB) Time (Millis, Seconds, Minutes, Hours, Days, Months, Years) { } "name": "default", "description": "Default theme for HBASE service", "configuration": { "layouts": [ { "name": "default", "tabs": [ { "name": "settings", "display-name": "Settings", "layout": { "tab-columns": "3", "tab-rows": "3", "sections": [... ] } } ] } ], "placement": { "configuration-layout": "default", "configs": [...] }, "widgets": [ { "config": "hbase-env/hbase_master_heapsize", "widget": { "type": "slider", "units": [ { "unit-name": "GB" } ] } },... ] } 35 Hortonworks Inc All Rights Reserved

36 Config Metadata and Dependencies Extended Metadata Defined in property_value_aaributes Hold non- UI metadata about value range, increment, unit, etc Dependencies Models bi- direcqonal relaqonship between configs Depends On (property_depends_on) Answers which configs do I depend on? Depended By (dependencies) Answers which configs are dependent on me? Ambari automaqcally updates dependencies { } "StackConfigurations": { "final": "false", "property_depends_on": [ { "type": "yarn-site", "name": "yarn.nodemanager.resource.memory-mb" } ], "property_description": The minimum allocation for every", "property_display_name": "Minimum Container Size (Memory)", "property_name": "yarn.scheduler.minimum-allocation-mb", "property_type": [], "property_value": "512", "property_value_attributes": { "type": "int", "maximum": "5120", "minimum": "0", "unit": "MB", "increment_step": "256" }, "type": "yarn-site.xml" }, "dependencies": [ { "StackConfigurationDependency": { "dependency_name": "hive.tez.container.size", "property_name": "yarn.scheduler.minimum-allocation-mb } }, { "StackConfigurationDependency": { "dependency_name": "mapreduce.map.memory.mb", "property_name": "yarn.scheduler.minimum-allocation-mb } }, { "StackConfigurationDependency": { "dependency_name": "mapreduce.reduce.memory.mb", "property_name": "yarn.scheduler.minimum-allocation-mb } } ] 36 Hortonworks Inc All Rights Reserved

37 Metrics 37 Hortonworks Inc All Rights Reserved

38 Ambari Metrics Service (AMS) - Goals à Ability to collect metrics from Hadoop and other Stack services à Ability to collect system level metrics à Ability to retain metrics at a high precision for a configurable Qme period à Ability to automaqcally purge metrics aoer retenqon period à Provide integraqon point for metrics collecqon and retenqon by external system à Trigger alerts based on metrics in Ambari 38 Hortonworks Inc All Rights Reserved

39 Ambari Metrics System - Architecture 39 Hortonworks Inc All Rights Reserved

40 AMS Grafana Ambari à Powerful dashboard builder integrated with AMS à Pre- built Grafana dashboards for host- level and service- level metrics à User can build and save custom dashboards 40 Hortonworks Inc All Rights Reserved

41 AMS Grafana 41 Hortonworks Inc All Rights Reserved

42 Alerts 42 Hortonworks Inc All Rights Reserved

43 Alert Types Type DescripKon Status PORT Watches a port based on a configuraqon property such as the URI. OK, WARN, CRIT Thresholds Configurable? Yes (seconds) WEB Watches an HTTP or HTTPS endpoint and determines connecqvity and HTTP status code. OK, WARN, CRIT No AGGREGATE Aggregate of status for another alert definiqon. OK, WARN, CRIT Yes (percentage) METRIC Watches a metric or series of metrics in JMX and compares a mathemaqcal result against a threshold. OK, WARN, CRIT Yes (variable) SCRIPT Uses a custom script to handle checking. OK or CRIT No 43 Hortonworks Inc All Rights Reserved

44 UI Current Alerts Configured by default; managed via the the web client 44 Hortonworks Inc All Rights Reserved

45 UI Host Alerts AutomaQcally refreshes Query alert history 45 Hortonworks Inc All Rights Reserved

46 UI CustomizaKon & Instances Status text, thresholds, and interval 46 Hortonworks Inc All Rights Reserved

47 Views 47 Hortonworks Inc All Rights Reserved

48 Ambari Views View Framework Provide various applicaqons accessible from Ambari Web UI interact with the cluster via a browser from a single place for all users (cluster operators, data analysis, developers, etc) Easy to develop No need to understand Ambari core code view development is just like creaqng any other web applicaqon Easy to deploy Packaged as a single jar file Auto create / auto configure 48 Hortonworks Inc All Rights Reserved

49 CS Queue Manager for Cluster Operators Capacity Scheduler Queue Manager 49 Hortonworks Inc All Rights Reserved

50 HDFS File Browser for General Users HDFS File Browser 50 Hortonworks Inc All Rights Reserved

51 Job Analysis for Developers Troubleshoot / Improve Hive queries Troubleshoot Tez Jobs 51 Hortonworks Inc All Rights Reserved

52 Query Editors for Data Analysts Create, edit, execute, and analyze Hive queries Create, edit, and execute Pig scripts 52 Hortonworks Inc All Rights Reserved

53 Ambari Server in Views- Only mode à à Use Views on exisqng clusters not managed by Ambari Can use Views against mulqple clusters Ambari Server Management Use Views Cluster managed by Ambari Use Views Cluster not managed by Ambari Use Views Ambari Server Views- only mode (aka Stand- alone mode) 53 Hortonworks Inc All Rights Reserved

54 Kerberos Automation 54 Hortonworks Inc All Rights Reserved

55 Kerberos AutomaKon Ambari 2.0 à Ambari manage Kerberos principals and keytabs à Works with exisqng MIT KDC or AcQve Directory à Once Kerberized, seamlessly handle: à Adding new hosts à Adding new components to exisqng hosts à Adding new services à Moving components to different hosts 55 Hortonworks Inc All Rights Reserved

56 Agenda Ambari Overview Ambari Features Demo Q&A 56 Hortonworks Inc All Rights Reserved

57 Agenda Ambari Overview Ambari Features Demo Q&A 57 Hortonworks Inc All Rights Reserved

58 Thank You! Try Ambari à Follow the Ambari Quick Start Guide hkps://cwiki.apache.org/confluence/display/ambari/quick+start+guide Learn more à Visit the project website hkp://ambari.apache.org/ Get Involved à à à User Mailing List: user- Developer Mailing List: dev- Use JIRA to file bugs and improvement requests hkps://issues.apache.org/jira/browse/ambari/ Jayush Hortonworks (Apache Ambari PMC) 58 Hortonworks Inc All Rights Reserved

59 Future Roadmap à AMS Grafana IntegraQon à Ambari Management Packs à Ambari Logsearch à Patch Upgrades à MulQ Service Versions à MulQ Service Instances 59 Hortonworks Inc All Rights Reserved

60 Q&A Stats Largest producqon clusters managed by Ambari Largest test cluster for Ambari scale tesqng Largest test cluster where rolling upgrade was performed ~1600 nodes, ~800 nodes ~400 nodes ~400 nodes ~40 hours 60 Hortonworks Inc All Rights Reserved

Setup HSP Ambari Cluster

Setup HSP Ambari Cluster Setup HSP Ambari Cluster Prerequisites 1. An initialized HSP cluster running at least HSP 1.1.1. 2. Downloaded copy of the ISO containing the vm-template for Ambari from HortonWorks. This ISO is available

More information

ENABLING GLOBAL HADOOP WITH DELL EMC S ELASTIC CLOUD STORAGE (ECS)

ENABLING GLOBAL HADOOP WITH DELL EMC S ELASTIC CLOUD STORAGE (ECS) ENABLING GLOBAL HADOOP WITH DELL EMC S ELASTIC CLOUD STORAGE (ECS) Hadoop Storage-as-a-Service ABSTRACT This White Paper illustrates how Dell EMC Elastic Cloud Storage (ECS ) can be used to streamline

More information

Cask Data Application Platform (CDAP)

Cask Data Application Platform (CDAP) Cask Data Application Platform (CDAP) CDAP is an open source, Apache 2.0 licensed, distributed, application framework for delivering Hadoop solutions. It integrates and abstracts the underlying Hadoop

More information

Big Data & Hadoop Advance

Big Data & Hadoop Advance Course Durations: 30 Hours About Company: Course Mode: Online/Offline EduNextgen extended arm of Product Innovation Academy is a growing entity in education and career transformation, specializing in today

More information

Hadoop Integration Deep Dive

Hadoop Integration Deep Dive Hadoop Integration Deep Dive Piyush Chaudhary Spectrum Scale BD&A Architect 1 Agenda Analytics Market overview Spectrum Scale Analytics strategy Spectrum Scale Hadoop Integration A tale of two connectors

More information

Adobe Deploys Hadoop as a Service on VMware vsphere

Adobe Deploys Hadoop as a Service on VMware vsphere Adobe Deploys Hadoop as a Service A TECHNICAL CASE STUDY APRIL 2015 Table of Contents A Technical Case Study.... 3 Background... 3 Why Virtualize Hadoop on vsphere?.... 3 The Adobe Marketing Cloud and

More information

Simplifying the Process of Uploading and Extracting Data from Apache Hadoop

Simplifying the Process of Uploading and Extracting Data from Apache Hadoop Simplifying the Process of Uploading and Extracting Data from Apache Hadoop Rohit Bakhshi, Solution Architect, Hortonworks Jim Walker, Director Product Marketing, Talend Page 1 About Us Rohit Bakhshi Solution

More information

E-guide Hadoop Big Data Platforms Buyer s Guide part 1

E-guide Hadoop Big Data Platforms Buyer s Guide part 1 Hadoop Big Data Platforms Buyer s Guide part 1 Your expert guide to Hadoop big data platforms for managing big data David Loshin, Knowledge Integrity Inc. Companies of all sizes can use Hadoop, as vendors

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

Stuck with Power BI? Get Pyramid Starting at $0/month. Start Moving with the Analytics OS

Stuck with Power BI? Get Pyramid Starting at $0/month. Start Moving with the Analytics OS Stuck with Power BI? Start Moving with the Analytics OS Get Pyramid 2018 Starting at $0/month Start Moving with Pyramid 2018 Break Away from Power BI Many organizations struggle to meet their analytic

More information

E-guide Hadoop Big Data Platforms Buyer s Guide part 3

E-guide Hadoop Big Data Platforms Buyer s Guide part 3 Big Data Platforms Buyer s Guide part 3 Your expert guide to big platforms enterprise MapReduce cloud-based Abie Reifer, DecisionWorx The Amazon Elastic MapReduce Web service offers a managed framework

More information

Sr. Sergio Rodríguez de Guzmán CTO PUE

Sr. Sergio Rodríguez de Guzmán CTO PUE PRODUCT LATEST NEWS Sr. Sergio Rodríguez de Guzmán CTO PUE www.pue.es Hadoop & Why Cloudera Sergio Rodríguez Systems Engineer sergio@pue.es 3 Industry-Leading Consulting and Training PUE is the first Spanish

More information

<Insert Picture Here> Oracle Software Configuration Manager Delivering Configuration Management As A Service

<Insert Picture Here> Oracle Software Configuration Manager Delivering Configuration Management As A Service Oracle Software Configuration Manager Delivering Configuration Management As A Service Helmut Weymann Director Customer Support Agenda What is the Software Configuration Manager?

More information

Five Questions to Ask Before Choosing a Hadoop Distribution

Five Questions to Ask Before Choosing a Hadoop Distribution Five Questions to Ask Before Choosing a Hadoop Distribution SPONSORED BY CONTENTS Introduction 1 1. What does it take to make Hadoop enterprise-ready? 1 2. Does the distribution offer scalability, reliability,

More information

Hortonworks Apache Hadoop subscriptions ( Subsciptions ) can be purchased directly through HP and together with HP Big Data software products.

Hortonworks Apache Hadoop subscriptions ( Subsciptions ) can be purchased directly through HP and together with HP Big Data software products. HP and Hortonworks Data Platform Hortonworks Apache Hadoop subscriptions ( Subsciptions ) can be purchased directly through HP and together with HP Big Data software products. Hortonworks is a major contributor

More information

Bringing the Power of SAS to Hadoop Title

Bringing the Power of SAS to Hadoop Title WHITE PAPER Bringing the Power of SAS to Hadoop Title Combine SAS World-Class Analytics With Hadoop s Low-Cost, Distributed Data Storage to Uncover Hidden Opportunities ii Contents Introduction... 1 What

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Boot Camp Detailed Agenda Course Level: 100 This instructor-led course provides a key step for Microsoft Dynamics 365 administrators and customizers who

More information

Databases to Oracle Exadata: The Saga Continues for Oracle Enterprise Manager Based Patching

Databases to Oracle Exadata: The Saga Continues for Oracle Enterprise Manager Based Patching Databases to Oracle Exadata: The Saga Continues for Oracle Enterprise Manager Based Patching Presented with Brian Bong, Director, Database & Analytics Architecture, Walgreens Corp Dee Hicks, Manager, Database

More information

ETL on Hadoop What is Required

ETL on Hadoop What is Required ETL on Hadoop What is Required Keith Kohl Director, Product Management October 2012 Syncsort Copyright 2012, Syncsort Incorporated Agenda Who is Syncsort Extract, Transform, Load (ETL) Overview and conventional

More information

Microsoft Big Data. Solution Brief

Microsoft Big Data. Solution Brief Microsoft Big Data Solution Brief Contents Introduction... 2 The Microsoft Big Data Solution... 3 Key Benefits... 3 Immersive Insight, Wherever You Are... 3 Connecting with the World s Data... 3 Any Data,

More information

ONE Automation Roadmap

ONE Automation Roadmap ONE Automation Roadmap V11 and Beyond Marc Carkeek Director Of Product Management Disclaimer Product roadmaps and similar marketing materials should be considered as forward looking and subject to future

More information

IBM Cognos What s New? Webinar. December 12,

IBM Cognos What s New? Webinar. December 12, IBM Cognos 10.2 What s New? Webinar December 12, 2012 www.senturus.com 1 Helping Companies Learn From the Past, Manage the Present and Shape the Future GoToWebinar Control Panel Submit questions here Click

More information

Microsoft Azure Essentials

Microsoft Azure Essentials Microsoft Azure Essentials Azure Essentials Track Summary Data Analytics Explore the Data Analytics services in Azure to help you analyze both structured and unstructured data. Azure can help with large,

More information

Analytics Cloud Service Administration Guide

Analytics Cloud Service Administration Guide Analytics Cloud Service Administration Guide Version 17 November 2017 Contents About This Guide... 5 About Primavera Analytics... 5 About Primavera Data Warehouse... 6 Overview of Oracle Business Intelligence...

More information

SAS & HADOOP ANALYTICS ON BIG DATA

SAS & HADOOP ANALYTICS ON BIG DATA SAS & HADOOP ANALYTICS ON BIG DATA WHY HADOOP? OPEN SOURCE MASSIVE SCALE FAST PROCESSING COMMODITY COMPUTING DATA REDUNDANCY DISTRIBUTED WHY HADOOP? Hadoop will soon become a replacement complement to:

More information

BI Portal User Guide

BI Portal User Guide Contents 1 Overview... 3 2 Accessing the BI Portal... 3 3 BI Portal Dashboard... 3 3.1 Adding a new widget... 4 3.2 Customizing an Existing Widget... 8 3.3 Additional Widget Operations... 9 4 Widget Gallery...

More information

10/13/2017. Jakarta Service Management

10/13/2017. Jakarta Service Management 10/13/2017 Contents Contents...4 Activate...4 Activate other applications... 4 Service management states...6 State flow customization...6 State flow example... 11 Implications of disabling SM state flows...

More information

Hortonworks Data Platform. Buyer s Guide

Hortonworks Data Platform. Buyer s Guide Hortonworks Data Platform Buyer s Guide Hortonworks Data Platform (HDP Completely Open and Versatile Hadoop Data Platform 2 2014 Hortonworks, Inc. All rights reserved. Hadoop and the Hadoop elephant logo

More information

12/05/2017. Geneva Service Management

12/05/2017. Geneva Service Management 12/05/2017 Contents Contents...4 Activate...4 Activate other applications... 4 Service management states...6 State flow customization...6 State flow example... 11 Implications of disabling SM state flows...

More information

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK Are you drowning in Big Data? Do you lack access to your data? Are you having a hard time managing Big Data processing requirements?

More information

SAP Public Budget Formulation 8.1

SAP Public Budget Formulation 8.1 Sizing Guide Document Version: 1.0 2013-09-30 CUSTOMER Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the screen.

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS Borland CaliberRM FREQUENTLY ASKED QUESTIONS GENERAL QUESTIONS What is Borland Caliber? Borland Caliber is a family of tools that supports the Borland Requirements Definition and Management Solution (RDM).

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION Oracle Data Integrator Enterprise Edition delivers high-performance data movement and transformation among enterprise platforms with its open and integrated E-LT

More information

Hadoop in Production. Charles Zedlewski, VP, Product

Hadoop in Production. Charles Zedlewski, VP, Product Hadoop in Production Charles Zedlewski, VP, Product Cloudera In One Slide Hadoop meets enterprise Investors Product category Business model Jeff Hammerbacher Amr Awadallah Doug Cutting Mike Olson - CEO

More information

Application Performance Monitoring (APM) Technical Whitepaper

Application Performance Monitoring (APM) Technical Whitepaper Application Performance Monitoring (APM) Technical Whitepaper Table of Contents Introduction... 3 Detect Application Performance Issues Before Your Customer Does... 3 Challenge of IT Manager... 3 Best

More information

Processing over a trillion events a day CASE STUDIES IN SCALING STREAM PROCESSING AT LINKEDIN

Processing over a trillion events a day CASE STUDIES IN SCALING STREAM PROCESSING AT LINKEDIN Processing over a trillion events a day CASE STUDIES IN SCALING STREAM PROCESSING AT LINKEDIN Processing over a trillion events a day CASE STUDIES IN SCALING STREAM PROCESSING AT LINKEDIN Jagadish Venkatraman

More information

Jason Virtue Business Intelligence Technical Professional

Jason Virtue Business Intelligence Technical Professional Jason Virtue Business Intelligence Technical Professional jvirtue@microsoft.com Agenda Microsoft Azure Data Services Azure Cloud Services Azure Machine Learning Azure Service Bus Azure Stream Analytics

More information

Reporting & dashboards, business intelligence

Reporting & dashboards, business intelligence TM Reporting & dashboards, business intelligence CyTrack CyReport is a powerful SQL database driven business reporting tool for telephony systems. The browser based user interface delivers reporting information

More information

Top 5 Challenges for Hadoop MapReduce in the Enterprise. Whitepaper - May /9/11

Top 5 Challenges for Hadoop MapReduce in the Enterprise. Whitepaper - May /9/11 Top 5 Challenges for Hadoop MapReduce in the Enterprise Whitepaper - May 2011 http://platform.com/mapreduce 2 5/9/11 Table of Contents Introduction... 2 Current Market Conditions and Drivers. Customer

More information

Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications

Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications Copyright 2015 Cask Data, Inc. All Rights Reserved. February

More information

1. Intoduction to Hadoop

1. Intoduction to Hadoop 1. Intoduction to Hadoop Hadoop is a rapidly evolving ecosystem of components for implementing the Google MapReduce algorithms in a scalable fashion on commodity hardware. Hadoop enables users to store

More information

1. A Sales Manager would like to get a report of opportunities grouped by sales stage. What kind of report meet this requirement:

1. A Sales Manager would like to get a report of opportunities grouped by sales stage. What kind of report meet this requirement: 1. A Sales Manager would like to get a report of opportunities grouped by sales stage. What kind of report meet this requirement: A) Summary A) Summary B) All Salesforce Reports C) Tabular D) Matrix 2.

More information

Apache Spark 2.0 GA. The General Engine for Modern Analytic Use Cases. Cloudera, Inc. All rights reserved.

Apache Spark 2.0 GA. The General Engine for Modern Analytic Use Cases. Cloudera, Inc. All rights reserved. Apache Spark 2.0 GA The General Engine for Modern Analytic Use Cases 1 Apache Spark Drives Business Innovation Apache Spark is driving new business value that is being harnessed by technology forward organizations.

More information

Microsoft BI Product Suite

Microsoft BI Product Suite Microsoft BI Product Suite On Premises and In the Cloud What is Business Intelligence? How is the BI industry evolving? What are the typical components of a BI solution? How can BI be deployed within your

More information

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook.

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook. Course Code: AUDIENCE: FORMAT: LENGTH: POWER BI BOOTCAMP O365-410-PBI (CP PBI365) Data Analyst and BI Professionals Instructor-led training with hands-on labs 4 Days COURSE INCLUDES: 4-days of instructor

More information

MapR: Converged Data Pla3orm and Quick Start Solu;ons. Robin Fong Regional Director South East Asia

MapR: Converged Data Pla3orm and Quick Start Solu;ons. Robin Fong Regional Director South East Asia MapR: Converged Data Pla3orm and Quick Start Solu;ons Robin Fong Regional Director South East Asia Who is MapR? MapR is the creator of the top ranked Hadoop NoSQL SQL-on-Hadoop Real Database time streaming

More information

Monitoring IBM XIV Storage System with VMware vcenter Operations Manager

Monitoring IBM XIV Storage System with VMware vcenter Operations Manager Monitoring IBM XIV Storage System with VMware vcenter Operations Manager A technical report Mandar J. Vaidya IBM Systems and Technology Group ISV Enablement October 2014 Copyright IBM Corporation, 2014

More information

Application Monitoring FAQ

Application Monitoring FAQ IBM Service Engage Products Start Your Free Trial Learn Explore Try Buy Extend Overview Details News Reviews Videos Application Monitoring FAQ Requirements What Browsers are supported by Performance Management

More information

Design of material management system of mining group based on Hadoop

Design of material management system of mining group based on Hadoop IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Design of material system of mining group based on Hadoop To cite this article: Zhiyuan Xia et al 2018 IOP Conf. Ser.: Earth Environ.

More information

Analyze Big Data Faster and Store it Cheaper. Dominick Huang CenterPoint Energy Russell Hull - SAP

Analyze Big Data Faster and Store it Cheaper. Dominick Huang CenterPoint Energy Russell Hull - SAP Analyze Big Data Faster and Store it Cheaper Dominick Huang CenterPoint Energy Russell Hull - SAP ABOUT CENTERPOINT ENERGY, INC. Publicly traded on New York Stock Exchange Headquartered in Houston, Texas

More information

IBM Cognos Business Intelligence Version Getting Started Guide

IBM Cognos Business Intelligence Version Getting Started Guide IBM Cognos Business Intelligence Version 10.2.2 Getting Started Guide Note Before using this information and the product it supports, read the information in Notices on page 51. Product Information This

More information

BMC CONTROL-M WORKLOAD OPTIMIZATION

BMC CONTROL-M WORKLOAD OPTIMIZATION BMC CONTROL-M WORKLOAD OPTIMIZATION TIPS & TRICKS FOR ADMINISTERING BMC CONTROL-M BMC Communities Site for South East User Group About Cetan Corp Cetan Corp is a leading independent provider of Workload

More information

Strategies for Monitoring Large Data Centers with Oracle Enterprise Manager. Ana McCollum Consulting Product Manager

Strategies for Monitoring Large Data Centers with Oracle Enterprise Manager. Ana McCollum Consulting Product Manager Strategies for Monitoring Large Data Centers with Oracle Enterprise Manager Ana McCollum Consulting Product Manager The following is intended to outline our general product direction. It is intended for

More information

Deloitte School of Analytics. Demystifying Data Science: Leveraging this phenomenon to drive your organisation forward

Deloitte School of Analytics. Demystifying Data Science: Leveraging this phenomenon to drive your organisation forward Deloitte School of Analytics Demystifying Data Science: Leveraging this phenomenon to drive your organisation forward February 2018 Agenda 7 February 2018 8 February 2018 9 February 2018 8:00 9:00 Networking

More information

David Taylor

David Taylor Sept 10, 2013 What s New! IBM Cognos Business Intelligence 10.2.1.1 (released Sept 10, 2013) Analytic Catalyst TM1 10.2 Cognos Insight David Taylor david.taylor@us.ibm.com Agenda Overview of innovations

More information

OTRS Trainings. Optimize your services. OTRS Trainings.

OTRS Trainings. Optimize your services. OTRS Trainings. OTRS Trainings Optimize your services. OTRS Trainings. We provide you with the know-how you need for the professional use of OTRS, no matter if you have the OTRS Business Solution or if you use OTRS Free!

More information

Invoice Manager Admin Guide Basware P2P 17.3

Invoice Manager Admin Guide Basware P2P 17.3 Invoice Manager Admin Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. 1 Invoice Management Overview The Invoicing tab is a centralized location to manage all types

More information

Quota and Space Management Best Practices

Quota and Space Management Best Practices Quota and Space Management Best Practices Dell Compellent FS8600 Network-Attached Storage (NAS) FluidFS System Engineering April 2015 Revisions Revision Date Author Description A April 2015 Jonathan Shalev

More information

System log analysis using InfoSphere BigInsights and IBM Accelerator for Machine Data Analytics

System log analysis using InfoSphere BigInsights and IBM Accelerator for Machine Data Analytics System log analysis using InfoSphere BigInsights and IBM How to mine complex system logs for clues to performance issues Vincent Cailly 01 October 2013 When understood, logs are a goldmine for debugging,

More information

Berkeley Data Analytics Stack (BDAS) Overview

Berkeley Data Analytics Stack (BDAS) Overview Berkeley Analytics Stack (BDAS) Overview Ion Stoica UC Berkeley UC BERKELEY What is Big used For? Reports, e.g., - Track business processes, transactions Diagnosis, e.g., - Why is user engagement dropping?

More information

Building Efficient Large-Scale Big Data Processing Platforms

Building Efficient Large-Scale Big Data Processing Platforms University of Massachusetts Boston ScholarWorks at UMass Boston Graduate Doctoral Dissertations Doctoral Dissertations and Masters Theses 5-31-2017 Building Efficient Large-Scale Big Data Processing Platforms

More information

Copyright 2010, Oracle. All rights reserved.

Copyright 2010, Oracle. All rights reserved. OBIEE 11g Architecture & Installation Overview Agenda High Level Architecture Installation Overview Installation Details and Troubleshooting Oracle BI 11g High

More information

Got Data Silos? Automate Data Ingestion Into Isilon In Support Of Analytics

Got Data Silos? Automate Data Ingestion Into Isilon In Support Of Analytics Got Data Silos? Automate Data Ingestion Into Isilon In Support Of Analytics Key takeaways Analytic Insights Module for self-service analytics Automate data ingestion into Isilon Data Lake Three methods

More information

Real World Use Cases: Hadoop & NoSQL in Production. Big Data Everywhere London 4 June 2015

Real World Use Cases: Hadoop & NoSQL in Production. Big Data Everywhere London 4 June 2015 Real World Use Cases: Hadoop & NoSQL in Production Ted Dunning Big Data Everywhere London 4 June 2015 1 Contact Information Ted Dunning Chief Applications Architect at MapR Technologies Committer & PMC

More information

Make the most of the cloud with Microsoft System Center and Azure

Make the most of the cloud with Microsoft System Center and Azure December 2015 Make the most of the cloud with Microsoft System Center and Azure Writer: Daniel Örneling Amsterdam - Dallas - Ottawa Table of Content 1.1 The Dilemma: too many customers 3 1.2 Is the cloud

More information

Hadoop and Analytics at CERN IT CERN IT-DB

Hadoop and Analytics at CERN IT CERN IT-DB Hadoop and Analytics at CERN IT CERN IT-DB 1 Hadoop Use cases Parallel processing of large amounts of data Perform analytics on a large scale Dealing with complex data: structured, semi-structured, unstructured

More information

Common Customer Use Cases in FSI

Common Customer Use Cases in FSI Common Customer Use Cases in FSI 1 Marketing Optimization 2014 2014 MapR MapR Technologies Technologies 2 Fortune 100 Financial Services Company 104M CARD MEMBERS 3 Financial Services: Recommendation Engine

More information

After working through that presentation, you will be prepared to use Xcelsius dashboards accessing BI query data via SAP NetWeaver BW connection in

After working through that presentation, you will be prepared to use Xcelsius dashboards accessing BI query data via SAP NetWeaver BW connection in After working through that presentation, you will be prepared to use Xcelsius dashboards accessing BI query data via SAP NetWeaver BW connection in your company. 1 Topics Learn how to build Xcelsius dashboards

More information

Data Analytics and CERN IT Hadoop Service. CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB

Data Analytics and CERN IT Hadoop Service. CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB Data Analytics and CERN IT Hadoop Service CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB 1 Data Analytics at Scale The Challenge When you cannot fit your workload in a desktop Data

More information

Operational Hadoop and the Lambda Architecture for Streaming Data

Operational Hadoop and the Lambda Architecture for Streaming Data Operational Hadoop and the Lambda Architecture for Streaming Data 2015 MapR Technologies 2015 MapR Technologies 1 Topics From Batch to Operational Workloads on Hadoop Streaming Data Environments The Lambda

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Expert Reference Series of White Papers. Microsoft Service Manager Simplified

Expert Reference Series of White Papers. Microsoft Service Manager Simplified Expert Reference Series of White Papers Microsoft Service Manager Simplified 1-800-COURSES www.globalknowledge.com Microsoft Service Manager Simplified Randy Muller, MCT, MCT Regional Lead, MCSE, CEH Introduction

More information

BI Workspaces User Guide SAP BusinessObjects Business Intelligence platform 4.0

BI Workspaces User Guide SAP BusinessObjects Business Intelligence platform 4.0 BI Workspaces User Guide SAP BusinessObjects Business Intelligence platform 4.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and

More information

SAP Web Intelligence

SAP Web Intelligence SAP Web Intelligence P&I Analytics Strategy Profitable transition to the Cloud while growing our stable core BUILD THE CLOUD GROW THE CORE SAP BusinessObjects Web Intelligence for ad-hoc query and interactive

More information

IBM Watson IoT Maximo Asset Management

IBM Watson IoT Maximo Asset Management IBM Watson IoT Maximo Asset Management Maximo 7.6 Analytic Options and Comparisons Revision 2 Pam Denny Senior Analytics Architect Maximo Analytics Options and Comparisons CONTENTS Revision History v 1

More information

Data Center Operating System (DCOS) IBM Platform Solutions

Data Center Operating System (DCOS) IBM Platform Solutions April 2015 Data Center Operating System (DCOS) IBM Platform Solutions Agenda Market Context DCOS Definitions IBM Platform Overview DCOS Adoption in IBM Spark on EGO EGO-Mesos Integration 2 Market Context

More information

Dynamics CRM Update and Roadmap

Dynamics CRM Update and Roadmap Dynamics CRM Update and Roadmap Steven Foster and Paul Bowkett 10 August 2011 Agenda Introduction Dynamics CRM Positioning (10 mins) Dynamics CRM Roadmap (10 mins) Top 10 (ish) Features (15 mins) Questions

More information

EMC M&R (WATCH4NET) Cross-Domain Performance, Capacity and SLA Management. Ensure high service quality to users ESSENTIALS

EMC M&R (WATCH4NET) Cross-Domain Performance, Capacity and SLA Management. Ensure high service quality to users ESSENTIALS EMC M&R (WATCH4NET) Cross-Domain Performance, Capacity and SLA Management Ensure high service quality to users The data center infrastructure is a rapidly-evolving environment containing hundreds or thousands

More information

Real-Time Streaming: IMS to Apache Kafka and Hadoop

Real-Time Streaming: IMS to Apache Kafka and Hadoop Real-Time Streaming: IMS to Apache Kafka and Hadoop - 2017 Scott Quillicy SQData Outline methods of streaming mainframe data to big data platforms Set throughput / latency expectations for popular big

More information

Implementing Mobile BI Dashboards. with Datazen

Implementing Mobile BI Dashboards. with Datazen Implementing Mobile BI Dashboards with Datazen Mobility Is the New Normal 52% of information workers across 17 countries report using three or more devices for work. (FORRESTER RESEARCH, BT FUTURES REPORT)

More information

Introducing Infor Xi/Ming.le for M3

Introducing Infor Xi/Ming.le for M3 Introducing Infor Xi/Ming.le for M3 Merit Consulting AS Sandnes/Norway karsten.hesselager@infor.com 1 2 Agenda Introducing Infor Xi Tech Stack Why have Infor developed Xi? What is included in Xi Demo of

More information

Cloud Based Analytics for SAP

Cloud Based Analytics for SAP Cloud Based Analytics for SAP Gary Patterson, Global Lead for Big Data About Virtustream A Dell Technologies Business 2,300+ employees 20+ data centers Major operations in 10 countries One of the fastest

More information

BPEL PM Preview

BPEL PM Preview Dial-in: 888.283.3946 or +1.210.795.4773 passcode: bpel Press *1 at end to ask verbal questions During conf, use chat feature to ask questions The Oracle BPEL Process Manager BPEL PM 10.1.3 Preview Feature

More information

DevOps, Architecture, and Security in a Cloud

DevOps, Architecture, and Security in a Cloud DevOps, Architecture, and Security in a Cloud Greg Shevchenko Paul Dudeck, UPMC Enterprises DevOps, Architecture, and and Security Security in a Cloud in a Cloud 2017 UPMC UPMC Enterprises Enterprises

More information

SSL ClearView Reporter Data Sheet

SSL ClearView Reporter Data Sheet SSL ClearView Reporter Data Sheet Written expressly for the Juniper Networks SSL VPN, the SSL ClearView Reporter application takes log data from one or more SSL VPN devices and generates feature-rich reports

More information

Organon Advisors, Inc.

Organon Advisors, Inc. 1 Organon Advisors, Inc. Applications. Analytics. Assurance. @ 202.905.6613 jdaniel@organonadvisors.com 5000 College Ave., #2122 College Park, MD 20740 LinkedIn.com/OrganonAdvisors 2 Table of Contents

More information

Self-Driving Cloud: Let Smart Software Help You Win

Self-Driving Cloud: Let Smart Software Help You Win Self-Driving Cloud: Let Smart Software Help You Win AJAY GULATI CEO, ZEROSTACK INC Winner Cloud Complexity is Going Beyond Human Grasp ZeroStack Inc. zerostack.com 2 Cloud Complexity is Going Beyond Human

More information

PeopleSoft Spotlight Series

PeopleSoft Spotlight Series PeopleSoft Spotlight Series Cloud Manager Image 05 Cloud Manager Topics Cloud Manager Overview Subscribe to Channels and Publish Templates Self Service Deployment Lift and Shift Manage Lifecycle Cloud

More information

Solution Components Sugar 6.5 Release

Solution Components Sugar 6.5 Release Solution Components 6.5 Release CRM, Inc. 10050 N. Wolfe Road SW2-130 Cupertino, CA 95014 USA T: +1.408.454.6900 F: +1.408.873.2872 CRM Solution Components This is a list of the most common components

More information

CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS

CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS The QualityWorX Dashboard provides the most comprehensive, easy-to-use reporting platform for production and quality management in the industry.

More information

Strategies for reporting in Finance and Operations: Should I build a data warehouse?

Strategies for reporting in Finance and Operations: Should I build a data warehouse? Strategies for reporting in Finance and Operations: Should I build a data This document outlines two broad strategies for reporting that are available in Finance and Operations: system of intelligence

More information

Agenda. ClearQuest 8.0 What s New. Positioning Integrations Collaboration Administration New Features Deprecations Q&A

Agenda. ClearQuest 8.0 What s New. Positioning Integrations Collaboration Administration New Features Deprecations Q&A ClearQuest 8.0 What s New Shmuel Bashan Rational Services - GSAT Agenda Positioning Integrations Collaboration Administration New Features Deprecations Q&A 2 IBM Rational ClearQuest Comprehensive Software

More information

HP Network Automation 7.2 Fundamentals and Administration

HP Network Automation 7.2 Fundamentals and Administration HP Network Automation 7.2 Fundamentals and Administration Instructor-Led Training INTENDED AUDIENCE New users of HP (formerly Opsware) Network Automation software (HP NA) OVERVIEW The HP Network Automation

More information

Strategy Integration Design Training

Strategy Integration Design Training TableauHelp Strategy Integration Design Training How it all started... TableauHelp was founded in August of 2015 and is based in Austin, Texas. Tableau software has developed a reputation for delivering

More information

MapR: Solution for Customer Production Success

MapR: Solution for Customer Production Success 2015 MapR Technologies 2015 MapR Technologies 1 MapR: Solution for Customer Production Success Big Data High Growth 700+ Customers Cloud Leaders Riding the Wave with Hadoop The Big Data Platform of Choice

More information

Bed Management Solution (BMS)

Bed Management Solution (BMS) Bed Management Solution (BMS) System Performance Report October 2013 Prepared by Harris Corporation CLIN 0003AD System Performance Report Version 1.0 Creation Date Version No. Revision History Description/Comments

More information

Building Your Big Data Team

Building Your Big Data Team Building Your Big Data Team With all the buzz around Big Data, many companies have decided they need some sort of Big Data initiative in place to stay current with modern data management requirements.

More information

AppExchange Packaging Guide

AppExchange Packaging Guide Salesforce.com: Salesforce Summer '09 AppExchange Packaging Guide Last updated: July 6, 2009 Copyright 2000-2009 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of salesforce.com,

More information

GOVERNANCE AUTOMATION ONLINE

GOVERNANCE AUTOMATION ONLINE Online Services Technical Overview GOVERNANCE AUTOMATION ONLINE FOR MICROSOFT OFFICE 365 Your Policy. Our Automation. ACCOUNTABILITY & SECURITY RECERTIFICATION Public Site Collection Directory Provides

More information