BlueMix Hands-On Workshop

Size: px
Start display at page:

Download "BlueMix Hands-On Workshop"

Transcription

1 BlueMix Hands-On Workshop Lab E - Using the Blu Big SQL application uemix MapReduce Service to build an IBM Version : 3.00 Last modification date : 05/ /11/2014 Owner : IBM Ecosystem Development

2

3 Table of Contents Lab E: Using the BlueMix MapReduce Service to build an IBM Big SQL application Creating a BlueMix MapReduce Service instance Uploading the social media data to the BlueMix MapReduce Service instance Importing the data into BigSheets Exporting the workbook data Launch Eclipse to bring up the sample Big SQL application Define the BlueMix Server Push the BigInsights sample application from Eclipse Running the application Validating the data import using the BigSQL console...16 Copyright IBM Corporation All rights reserved. 3

4

5 Lab E: Using the BlueMix MapReduce Service to build an IBM Big SQL application Lab Objectives: This lab will guide you to understand and use the sample application that is provided for the BlueMix MapReduce Service. You will learn how to work with the BlueMix MapReduce cloud offering. As a Hadoop developer, you can get started quickly by using the BlueMix MapReduce Service (that is powered by IBM InfoSphere BigInsights ) to create big data applications. There are many advantages of developing this type of application on BlueMix. You can avoid the overhead of acquiring and provisioning your own hardware cluster. You can create an application by combining multiple BlueMix services You can scale yourhardware environment as your application needs increase. You will use InfoSphere BigInsights BigSheets component that comes with BlueMix Map reduce Service to learn how to explore social media data. This data is a look at the global coverage of the IBM Watson brand. Then, you will learn how to query the data by using IBM Big SQL, which is the InfoSphere BigInsights SQL interface. You will then deploy a BlueMix Java application that reads the data. The result of this exercise is an application that you create for your users to dynamically run queries on that data. Lab Duration : 30 minutes 1. Creating a BlueMix MapReduce Service instance In this section you'll create the instance of the BlueMix Map Reduce Service that will be used throughout teh rest of this lab. Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 In your browser go to the BlueMix URL and login if necessary Make sure you're in the Dashboard tab (if not click on the Dashboard link at the top of the page to take you there) Scroll down to the Services section and click on Add a service Scroll down to the Big Data category and click on the icon for the MapReduce service Click on CREATE AND ADD TO APP For Add to: select [Do Not Associate] in the pulldown. Leave the default name. Click Create Your new service should now appear in the Services section 2. Uploading the social media data to the BlueMix MapReduce Service instance In this section you'll upload social media data about Watson to the Service that you just created instance of the BlueMix Map Reduce Step 1 In the Services section of your BlueMix Dashboard click on the hexagon for the service you just created to see more information about it Copyright IBM Corporation All rights reserved. 5

6 Figure 1 MapReduce service icon Step 2 You see the URL and the login information that you need to open the services underlying InfoSphere BigInsights Console. Step 3 Step 4 Write down the Username assigned to this instance (note: it is case sensitive). You'll need it later on in the lab. Click on Launch the Console to bring up the console in another tab Figure 2 Launching the console Step 5 Step 6 Step 7 From the console click the Files tab In the DFS navigator, expand the user directory and select the directory with the same user name that was in the service details Click the Upload icon. Copyright IBM Corporation All rights reserved. 6

7 Figure 3 Upload icon Step 8 Click Browse and select the file \BlueMixLabs\LabE\blogs-data.txt where \BlueMixLabs is the root folder of the files provided to you by the instructor. Click OK. 3. Importing the data into BigSheets Now that you have the sample data uploaded to HDFS, you can import the data into BigSheets and create a workbook that contains that data. Step 1 From the console click the BigSheets tab and click New workbook. Figure 4 Create BigSheets Workbook Step 2 Step 3 Name the workbookwatsonblogdata. In the distributed file system browser, select the file blogs-data.txt that you uploaded in the previous step. In the preview pane on the right, select a new reader to map the data into a spreadsheet format. (Currently the reader is Line Reader.) Click the edit icon next to 'Line Reader' and select JSON Array from the drop-down list. Figure 5 Changing the reader Step 4 Click the green check mark to change the reader. Click Fit Columns in the preview pane to Copyright IBM Corporation All rights reserved. 7

8 make the tabular data appear more compact. Figure 6 Fit Columns to width Step 5 Step 6 Step 7 Step 8 Click the green check at the bottom to save the workbook. From the BigSheets workbook page, click Build new workbook to create a workbook with the same data. Because you do not need all of the columns to complete your design, drop some of the columns. Click the arrow in any column heading, and select Organize columns Click the x next to the following columns to remove them: Crawled Inserted IsAdult PostSize Step 9 Step 10 Step 11 Click the check at the bottom to confirm removal. Click Save. Then, click Save and Exit,. Change the name of the workbook towatsonblogsdatav2 and click Save. Click Run to run the workbook. Wait for the run to complete. 4. Exporting the workbook data In this section you ll export the data from your updated workbook so that it can be loaded into BigSQL later and then accessed using standard SQL queries Step 1 In the menu bar of the WatsonBlogDataV2 workbook, click Export data. Figure 7 Export Data menu item Step 2 Step 3 Step 4 In the drop-down window, select the TSV type in the Format Type field Specify Export to File. Click Browse to select a destination directory in the HDFS file system. Select your path /user/<username and then type the name for the new file,watsonblogs Click OK. Copyright IBM Corporation All rights reserved. 8

9 Figure 8 Naming the exported file Step 5 Make sure that the Include Headers check box is cleared, because you want to export the data only. Click OK. A message dialog shows that the workbook is successfully exported, Click OK. Figure 9 Don't include headers 5. Launch Eclipse to bring up the sample Big SQL application In this section you ll start Eclipse and load the workspace that contains the sample Big SQL application you'll use to interact with your BlueMix MapReduce service Step 1 Step 2 Open Windows Explorer and launch the program \BlueMixLabs\eclipse\eclipse.exe where \BlueMixLabs is the root folder of the files provided to you by the instructor. Select the workspace \BlueMixLabs\workspaces\LabE when prompted and click OK Copyright IBM Corporation All rights reserved. 9

10 Step 3 The sample BigInsightsSample should appear in the Project Explorer Figure 10 BigInsightsSample project in Eclipse Step 4 Feel free to explore the code. BigSQLJdbcClient.java is the interface to Big SQL.BigInsightsServlet.java handles all the URL requests 6. Define the BlueMix Server In this section you'll define the BlueMix server so you can automatically push your Eclipse code out to BlueMix when needed Step 1 Click on the Servers tab at the bottom of the Eclipse UI as shown in Figure 24. Figure 11 Eclipse Servers tab Step 2 Click the link labeled...click this link to create a new server. Step 3 Expand the IBM category and select IBM BlueMix. Click Next. Copyright IBM Corporation All rights reserved. 10

11 Figure 12 Select IBM BlueMix as server type Step 4 In the next dialog enter your BlueMix credentials and click on Validate Account Figure 13 Validate your BlueMix account Step 5 Verify that the dialog reports that your account is valid and then click Finish. Step 6 Your server definition should now appear in the Servers tab Figure 14 Your server definition 7. Push the BigInsights sample application from Eclipse In this section push the sample appication to BlueMix, bind it to your existing MapReduce service and start it from within Eclipse. Step 1 In Eclipse go to the Servers tab and select your server, right click and select Add and Remove from the context menu Copyright IBM Corporation All rights reserved. 11

12 Figure 15 Add project to server Step 2 Select the BigInsightsSample application and click Add. Figure 16 Add project to BlueMix Step 3 Step 4 Click Finish. Click Next in the resulting dialog Append a unique string to the Subdomain (eg your first initial + last name ) since this has to be unique systemwide. See Figure 17 for an example. Click Next Figure 17 Specify unique Subdomain for app Step 5 Select your previously create MapReduce service. Click Next Copyright IBM Corporation All rights reserved. 12

13 Figure 18 Add existing service Step 6 Step 7 Click Finish to push and start your application. Messages should start appearing on the console. Wait for the message that says The server defaultserver is ready to run a smarter planet. Figure 19 Console messages 8. Running the application Now that the application has been deployed and started, you can run it from inside Eclipse Step 1 From the Eclipse menu select Window>Web Browser and then select one of your installed Web browsers (eg Firefox) Copyright IBM Corporation All rights reserved. 13

14 Figure 20 Select an external browser Step 2 In the Project Explorer select your project, right click and then select Run As->Run on Server from the context menu. Figure 21 Launch application Step 3 Step 4 Click on Finish in the resulting dialog..the browser you selected in Step 1 should launch with the application The application will load the file you exported in BigSheets into BigSQL. You have to provide the name of the file and the name of the new table in BigSQL that will host it's contents. Type in Copyright IBM Corporation All rights reserved. 14

15 WatsonData.tsv as the TSV File andmy_demotable as the BigSQL table name Figure 22 Exported Data File and BigSQL Table Name Step 5 Clock Load. Verify that the returned message indicates a successful load. Note: if it fails contact your instructor Figure 23 Successful Load Step 6 Click Fetch data and verify that the first 5 rows of data are returned from BigSQL Copyright IBM Corporation All rights reserved. 15

16 Lab E: Build a BI Sample Application using MapReduce Service (Big Data) in BlueMix Figure 24 Successful fetch 9. Validating the data import using the BigSQL console In this section you ll the data import performed by the application by looking directly at the BigSQL console Step 1 In your browser go to the BlueMix URL and login if necessary Step 2 Make sure you're in the Dashboard tab (if not click on the Dashboard link at the top of the page to take you there). Step 3 In the Services section of your BlueMix Dashboard click on the hexagon for the Map Reduce service you've been using in this lab Step 4 You see the URL and the login information that you need to open the services underlying InfoSphere BigInsights Console. Step 5 Click on Launch the Console to bring up the console in another tab Step 6 In the console on the right side of the screen under Quick Links click on Run Big SQL Queries Figure 25 Launch Big SQL console Copyright IBM Corporation All rights reserved. 16

17 Step 7 Step 8 Step 9 Step 10 You'll need your BigSQL database name to proceed.go to tab in your browser where you have your BlueMix environment running. Go to the Dashboard area and click on the square icon for you BigInsightsSample application Under App Runtime click on the round icon for the Liberty Runtime. Scroll down to Environment Variables and note the BigSQL database name as shown in Figure 26. Figure 26 Big SQL database name Step 11 Step 12 Step 13 Go back to the Big SQL console and enter the following command (replacing [db name] with the actual database name you noted in the previous step. use [db_name] Click Run and verify that you get a successful status message. Figure 27 Status message after use command Step 14 Replace the use command with the following command and click Run again select * from my_demotable Step 15 Verify that the data you loaded via the applications is returned Copyright IBM Corporation All rights reserved. 17

18 Lab E: Build a BI Sample Application using MapReduce Service (Big Data) in BlueMix Figure 28 Query results Congratulations! You ve successfully completed Lab E where you explored the BlueMix MapReduce service that is powered by IBM BigInsights Copyright IBM Corporation All rights reserved. 18

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

BlueMix Hands-On Workshop Lab F - Java EE Cloud Trader Benchmark Application on BlueMix

BlueMix Hands-On Workshop Lab F - Java EE Cloud Trader Benchmark Application on BlueMix BlueMix Hands-On Workshop Lab F - Java EE Cloud Trader Benchmark Application on BlueMix Version : 3.00 Last modification date : 05/ /12/2014 Owner : IBM Ecosystem Development Table of Contents Lab F:

More information

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate IBM BlueMix Workshop Lab D Build Android Application using Mobile Cloud Boiler Plate IBM EcoSystem Development Team The information contained herein is proprietary to IBM. The recipient of this document,

More information

Using Hive for Data Warehousing

Using Hive for Data Warehousing An IBM Proof of Technology Using Hive for Data Warehousing Unit 1: Exploring Hive An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted Rights - Use,

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE SHAREPONT 2013 BUSINESS INTELLIGENCE SharePoint 2013 Business Intelligence (SBI2013 version 1.1.0) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Bruce Gordon Bruce Gordon

More information

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any complex languages or codes. www.microsoft.com/frontpage

More information

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process Step Open Internet Explorer and type in the following URL: http://peterson.calstate.edu:8080/hyperion/browse/login The Hyperion Login screen will display. Enter your User Id and Password > click on the

More information

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence.

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence. IBM DB2 9.7 Getting started with Data Studio Hands-On Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents 1. INTRODUCTION...2 2. OBJECTIVES...2 3. SUGGESTED READING...3

More information

Introduction to Mail Merge. Use IT+

Introduction to Mail Merge. Use IT+ Introduction to Use IT+ Introduction is a useful tool that allows you to produce multiple letters, labels, envelopes, name tags, and more using information stored in a list, database, or spreadsheet. When

More information

More Skills 11 Export Queries to Other File Formats

More Skills 11 Export Queries to Other File Formats = CHAPTER 2 Access More Skills 11 Export Queries to Other File Formats Data from a table or query can be exported into file formats that are opened with other applications such as Excel and Internet Explorer.

More information

Lab: MapReduce Service on BlueMix

Lab: MapReduce Service on BlueMix Dev@Pulse Lab: MapReduce Service on BlueMix 2/15/2014 Minkyong Kim Rehan Altaf Introduction In this lab, we will show how easy it is to use the BigInsights MapReduce Service on BlueMix and connect it to

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 1 - Getting Started with HDInsight Overview In this lab, you will provision an HDInsight cluster. You will then run a sample MapReduce job on the

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Mail Merge. To Use Mail Merge: Selecting Step by Step Mail Merge Wizard. Step 1:

Mail Merge. To Use Mail Merge: Selecting Step by Step Mail Merge Wizard. Step 1: Mail Merge When you are performing a Mail Merge, you will need a Word document (you can start with an existing one or create a new one), and a recipient list, which is typically an Excel workbook. Watch

More information

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1 Word 2010 Using Mail Merge Introduction Page 1 Mail merge is a useful tool that will allow you to easily produce multiple letters, labels, envelopes, name tags and more using information stored in a list,

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

IBM Watson Solutions Business and Academic Partners

IBM Watson Solutions Business and Academic Partners IBM Watson Solutions Business and Academic Partners Developing a Chatbot Using the IBM Watson Conversation Service Prepared by Armen Pischdotchian Version 2.1 October 2016 Watson Solutions 1 Overview What

More information

Time Machine Web Console Installation Guide

Time Machine Web Console Installation Guide 1 Time Machine Web Console Installation Guide The following is a quick guide to setting up and deploying Solution-Soft s Time Machine Web Console under Microsoft IIS Web Server 8. This paper will walk

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

IBM WebSphere Java Batch Lab

IBM WebSphere Java Batch Lab IBM WebSphere Java Batch Lab What are we going to do? First we are going to set up a development environment on your workstation. Download and install Eclipse IBM WebSphere Developer Tools IBM Liberty

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x ABSTRACT An often requested feature in reporting is the development of simple Dashboard reports that summarize project information in

More information

CREATING CUSTOMER MAILING LABELS

CREATING CUSTOMER MAILING LABELS CREATING CUSTOMER MAILING LABELS agrē has a built-in exports to make it easy to create a data file of customer address information, but how do you turn a list of names and addresses into mailing labels?

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 4A Using Sqoop Overview In this lab, you will use Sqoop to transfer the results of data processing in HDInsight to Azure SQL Database. HDInsight provides

More information

Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI)

Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI) V10.1 Student Exercises EXempty Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI) What this exercise is about In this exercise, you sign on to Bluemix and create an application. You

More information

Using the IMS Universal Drivers and QMF to Access Your IMS Data Hands-on Lab

Using the IMS Universal Drivers and QMF to Access Your IMS Data Hands-on Lab Attendee Choice: IMS Hands-on Lab Thursday, August 13, 2015: 12:30 PM - 01:30 PM, Dolphin, Asia 5 #17765 Insert Custom Session QR if Desired Business Analytics on zenterprise The QMF 11 Product Family

More information

GETTING STARTED. A Step-by-Step Guide to Using MarketSight

GETTING STARTED. A Step-by-Step Guide to Using MarketSight GETTING STARTED A Step-by-Step Guide to Using MarketSight Analyze any dataset Run crosstabs Test statistical significance Create charts and dashboards Share results online Introduction MarketSight is a

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 4C Using the.net Framework Overview In this lab, you will use the Microsoft.NET Framework to serialize and upload data to Azure storage, and to initiate

More information

Set up your computer to sync your OneDrive for Business files in Office 365

Set up your computer to sync your OneDrive for Business files in Office 365 Set up your computer to sync your OneDrive for Business files in Office 365 Use OneDrive for Business to sync your school or work files to your computer. After that, you can work with files directly in

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

2018 Educare Learning Network Meeting App Instructional Guide

2018 Educare Learning Network Meeting App Instructional Guide 2018 Educare Learning Network Meeting App Instructional Guide App Instructional Guide Adding Your Profile Photo On ios 1 Access your profile settings. After logging in, tap the hamburger icon in the top

More information

Processing Big Data with Hadoop in Azure HDInsight

Processing Big Data with Hadoop in Azure HDInsight Processing Big Data with Hadoop in Azure HDInsight Lab 3A Using Pig Overview In this lab, you will use Pig to process data. You will run Pig Latin statements and create Pig Latin scripts that cleanse,

More information

Vizit 6 Installation Guide

Vizit 6 Installation Guide Vizit 6 Installation Guide Contents Running the Solution Installer... 3 Installation Requirements... 3 The Solution Installer... 3 Activating your License... 7 Online Activation... 7 Offline Activation...

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

More information

Geo Apps: Modern Day GIS

Geo Apps: Modern Day GIS Geo Apps: Modern Day GIS Exercise 1: Create a customer service request app Estimated time: 20 minutes Exercise 2: Create a story map Estimated time: 30 minutes Exercise 3: Use Web AppBuilder for ArcGIS

More information

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app Google Drive Quick Start Guide Google Drive for Hootsuite Synaptive s Google Drive for Hootsuite app allows you to easily access your files on Google Drive in a Hootsuite stream, or inside Hootsuite s

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

This quick reference guide is designed for consumers of the Program Dashboard and provides details on how to: Log in

This quick reference guide is designed for consumers of the Program Dashboard and provides details on how to: Log in This quick reference guide is designed for consumers of the Program Dashboard and provides details on how to: Log in Filter data using input controls Access the Dashboard Access Collibra/ Definitions Glossary

More information

IS L02-MIGRATING TO SEP 12.1

IS L02-MIGRATING TO SEP 12.1 IS L02-MIGRATING TO SEP 12.1 Description Migrating to Symantec Endpoint Protection (SEP)? Want to upgrade to the latest SEP technology? In this Lab, see how to upgrade a multi-site Symantec Endpoint Protection

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

AvePoint Permissions Manager

AvePoint Permissions Manager User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About...5 Supported Browsers...7 Submit Documentation Feedback to AvePoint...8 Integrate with AvePoint Online Services...9 AvePoint

More information

BigInsights and Cognos Stefan Hubertus, Principal Solution Specialist Cognos Wilfried Hoge, IT Architect Big Data IBM Corporation

BigInsights and Cognos Stefan Hubertus, Principal Solution Specialist Cognos Wilfried Hoge, IT Architect Big Data IBM Corporation BigInsights and Cognos Stefan Hubertus, Principal Solution Specialist Cognos Wilfried Hoge, IT Architect Big Data 2013 IBM Corporation A Big Data architecture evolves from a traditional BI architecture

More information

Forms & Surveys. Blackboard Web Community Manager

Forms & Surveys. Blackboard Web Community Manager Forms & Surveys Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of

More information

IBM Image-Analysis Node.js

IBM Image-Analysis Node.js IBM Image-Analysis Node.js Cognitive Solutions Application Development IBM Global Business Partners Duration: 90 minutes Updated: Feb 14, 2018 Klaus-Peter Schlotter kps@de.ibm.com Version 1 Overview The

More information

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 Create an App from a Smart Template and Annotation File 1 INTRODUCTION 1.1 Goal Smart Templates in the SAP Web IDE of the SAP HANA Cloud Platform

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Overview The Map Visualization Component is a development toolkit packaged with Oracle Spatial and Graph for incorporating interactive

More information

Setting Up Jive for SharePoint Online and Office 365. Introduction 2

Setting Up Jive for SharePoint Online and Office 365. Introduction 2 Setting Up Jive for SharePoint Online and Office 365 Introduction 2 Introduction 3 Contents 4 Contents Setting Up Jive for SharePoint Online and Office 365...5 Jive for SharePoint Online System Requirements...5

More information

SharePoint 2010 Instructions for Users

SharePoint 2010 Instructions for Users SharePoint 2010 Instructions for Users 1. Access your SharePoint Web site...2 2. Work with folders and documents in a Shared Documents Library...3 2.1 Edit a document...3 2.2 Create a New Document...3

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information

Using Dropbox with Node-RED

Using Dropbox with Node-RED Overview Often when using Platform services, you need to work with files for example reading in a dialog xml file for Watson Dialog or feeding training images to Watson Visual Recognition. While you can

More information

Using Novell Filr App to Access CECHCloud on an ipad or iphone

Using Novell Filr App to Access CECHCloud on an ipad or iphone Using Novell Filr App to Access CECHCloud on an ipad or iphone About CECHCloud... 2 Installing and Configuring the Novell Filr App... 2 Navigating the Filr App... 4 Working with Files... 7 Viewing Files...

More information

QS-AVI Address Cleansing as a Web Service for IBM InfoSphere Identity Insight

QS-AVI Address Cleansing as a Web Service for IBM InfoSphere Identity Insight QS-AVI Address Cleansing as a Web Service for IBM InfoSphere Identity Insight Author: Bhaveshkumar R Patel (bhavesh.patel@in.ibm.com) Address cleansing sometimes referred to as address hygiene or standardization

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox CIS 231 Windows 7 Install Lab #2 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Create Your First Print-Quality Reports

Create Your First Print-Quality Reports Create Your First Print-Quality Reports This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision August 28, 2013, copyright 2013 Pentaho

More information

Applied Machine Learning

Applied Machine Learning Applied Machine Learning Lab 3 Working with Text Data Overview In this lab, you will use R or Python to work with text data. Specifically, you will use code to clean text, remove stop words, and apply

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording

Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording Contents 1 About This Document... 2 2 Overview... 2 3 Before You Begin... 2 4 Deploying ObserveIT with IBM

More information

Dashboard in an Hour. by Power BI Team, Microsoft. Version: Copyright 2015 Microsoft 1 P a g e

Dashboard in an Hour. by Power BI Team, Microsoft. Version: Copyright 2015 Microsoft 1 P a g e Dashboard in an Hour by Power BI Team, Microsoft Version: 07.15.2017 Copyright 2015 Microsoft 1 P a g e Contents Problem Statement... 3 Document Structure... 3 Prerequisites... 4 Power BI Desktop - Get

More information

Table of Contents. 1. SharePoint 2013 Introduction...1 EVALUATION COPY

Table of Contents. 1. SharePoint 2013 Introduction...1 EVALUATION COPY Table of Contents Table of Contents 1. SharePoint 2013 Introduction...1 SharePoint Versions...1 Team Site Layout and Navigation...1 Layout...1 Navigation...2 Customize Quick Launch...11 Exercise 1: Team

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

Lab 1: Getting Started with IBM Worklight Lab Exercise

Lab 1: Getting Started with IBM Worklight Lab Exercise Lab 1: Getting Started with IBM Worklight Lab Exercise Table of Contents 1. Getting Started with IBM Worklight... 3 1.1 Start Worklight Studio... 5 1.1.1 Start Worklight Studio... 6 1.2 Create new MyMemories

More information

Build an App From a SAP Web IDE Template. Page 1/26

Build an App From a SAP Web IDE Template. Page 1/26 Build an App From a SAP Web IDE Template Page 1/26 1. Click on Services Tab Click on the Services tab in the navigation bar. Page 2/26 2. Open SAP Web IDE Scroll down and then click the SAP Web IDE tile

More information

4 BSM FOUNDATION BOOTCAMP

4 BSM FOUNDATION BOOTCAMP Lab 4 BSM FOUNDATION BOOTCAMP BMC Analytics Using and Installing BMC Analytics Table of Contents Part I: Part II: Simple Report Creation Converting table to chart; switching the dimension. Part III: How

More information

JMP to LSAF Add-in. User Guide v1.1

JMP to LSAF Add-in. User Guide v1.1 JMP to LSAF Add-in User Guide v1.1 Table of Contents Terms and Conditions... 3 System Requirements... 3 Installation... 3 Configuration... 4 API Setup... 4 Java Configuration... 5 Logging In... 5 Launching

More information

5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP

5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP 5.5.3 Lab: Managing Administrative Settings and Snap-ins in Windows XP Introduction Print and complete this lab. In this lab, you will use administrative tools to monitor system resources. You will also

More information

Griffin Training Manual

Griffin Training Manual Griffin Training Manual Grif-WebI Orientation Class For View Only Users Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining & Accessing Web Intelligence...

More information

Prognosis Essentials Lab

Prognosis Essentials Lab Prognosis Essentials Lab Prognosis fundamentals Wednesday, October 18, 2017 Randy Andrews Rick Scheidegger Please check-in on the mobile app - see your class record, remember what tests to take, and help

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Data Masking Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Data Masking Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Data Masking Lab Session S318966 Oracle Enterprise Manager 11g Data Masking Hands on Lab Introduction to Enterprise Manager 11g Oracle

More information

CMS 501: D2 Training for Contributors Updated: October 12, 2017

CMS 501: D2 Training for Contributors Updated: October 12, 2017 CMS501: D2 Training for Contributors Agenda What is Documentum D2? Roles/Groups: Support, Coordinator, Contributor, Consumer D2 Overview: Login/Logout Main Menu Workspaces Widgets User settings Spaces/Folders/

More information

WA1685 WebSphere Portal v6.1 Programming. Classroom Setup Guide. Web Age Solutions Inc. Web Age Solutions Inc

WA1685 WebSphere Portal v6.1 Programming. Classroom Setup Guide. Web Age Solutions Inc. Web Age Solutions Inc WA1685 WebSphere Portal v6.1 Programming Classroom Setup Guide Web Age Solutions Inc. Web Age Solutions Inc. 2011 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Oracle Application Express Users Guide

Oracle Application Express Users Guide www.oracle.com/academy Oracle Application Express Users Guide Contents Topic: 1. Introduction 2 2. Logging in to Oracle Application Express 2 3. Oracle Application Express Components 3 4. Using SQL Commands

More information

UP L12: Still on SEP 11? Let us show you how to simplify migration to SEP.

UP L12: Still on SEP 11? Let us show you how to simplify migration to SEP. UP L12: Still on SEP 11? Let us show you how to simplify migration to SEP. Description Migrating to Symantec Endpoint Protection (SEP)? Want to upgrade to the latest SEP technology? In this Lab, see how

More information

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide

SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide SAS Visual Analytics 7.3 for SAS Cloud: Onboarding Guide Introduction This onboarding guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Build the application using Rational Build Forge

Build the application using Rational Build Forge Build the application using Rational Build Forge In this lab, as the Build Engineer, you will run a formal build of Release 2.0 of the RatlBankWeb application. After the build completes, you will be able

More information

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal Chapter 9 9 Creating Pages with Frames You can divide the display area of a Web browser into multiple panes by creating frames.

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6.7 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com EMC believes the information in this publication is accurate

More information

Work with Gadgets. Schoolwires Centricity2

Work with Gadgets. Schoolwires Centricity2 Work with Gadgets Schoolwires Centricity2 Schoolwires Centricity2 Gadgets Table of Contents Introduction... 1 Aggregator Gadgets... 2 Direct Feed Gadgets... 3 Announcements Gadget... 4 Global Shortcuts

More information

Kaltura Guidebook Table of Contents

Kaltura Guidebook Table of Contents Kaltura Guidebook Table of Contents Upload a Video... 4 Kaltura Login... 5 FlashLine Account... 6 Media Upload... 7 Choose a file to upload... 8 Add Details... 9 Privacy Settings... 10 Review Upload...

More information

Table of Contents HOL-HBD-1301

Table of Contents HOL-HBD-1301 Table of Contents Lab Overview... 2 - vcloud Hybrid Service Jump Start for vsphere Admins...3 Module 1 - vcloud Hybrid Service: Architecture and Consumption Principles...5 vcloud Hybrid Service... 6 vcloud

More information

Deploying a System Center 2012 R2 Configuration Manager Hierarchy

Deploying a System Center 2012 R2 Configuration Manager Hierarchy Deploying a System Center 2012 R2 Configuration Manager Hierarchy This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite MY MEDIASITE https://mediasite.ecu.edu/ms/mymediasite My Mediasite provides tools for managing your recordings. All faculty have access to My Mediasite and the ability to download the Desktop Recorder.

More information

Lab 1 - Getting started with OIM 11g

Lab 1 - Getting started with OIM 11g Lab 1 - Getting started with OIM 11g Contents Lab 1 - Getting started with OIM 11g... 1 1. Introduction... 1 2. Contents... 3 2.1 VM Accessibility... 3 2.2 Understand directory structures... 4 2.3 Database

More information

Upload, Model, Analyze, and Report

Upload, Model, Analyze, and Report May / June 2016 Upload, Model, Analyze, and Report by Mark Rittman Quickly load information to Oracle Business Intelligence Cloud Service and share the reporting with your coworkers. Oracle Business Intelligence

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

Ultimate Hadoop Developer Training

Ultimate Hadoop Developer Training First Edition Ultimate Hadoop Developer Training Lab Exercises edubrake.com Hadoop Architecture 2 Following are the exercises that the student need to finish, as required for the module Hadoop Architecture

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Sherlock Tutorial Getting Started

Sherlock Tutorial Getting Started Sherlock Tutorial Getting Started Background Sherlock is a Java-based application that allows users to analyze the reliability of circuit card assemblies based on their design files. Sherlock has been

More information