Labs 2: Palabras. Palabras Archiecture Slave1Slave2Slave3 SlaveM Directory Master1Master2Master3MasterN … … Jobs1 Jobs2 Jobs3 JobsM Slave1 Slave2 Slave3.

Slides:



Advertisements
Similar presentations
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Advertisements

Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
Lesson 15 – INSTALL AND SET UP NETWARE 5.1. Understanding NetWare 5.1 Preparing for installation Installing NetWare 5.1 Configuring NetWare 5.1 client.
Programming for the Web Assignment 1 Help Mark Johnson.
Compe 341 Oracle Installation Procedure. Oracle From Click.
UPLOADING YOUR SERVER CODE TO YOUR VIRTUAL MACHINE.
Introduction to CVS 7/3/20151UMBC CMSC 341. Outline Introduction to Source Code Management What is CVS? CVS for Project Submission Basic commands Checkout,
CRSX plug-in development. Prerequisites Software and Libraries Eclipse RCP (3.5 or higher) –Go –Select.
Integrating HADOOP with Eclipse on a Virtual Machine Moheeb Alwarsh January 26, 2012 Kent State University.
By Steven Campbell and Erik Boone.  Sharing projects by putting them into a central repository.  Checking out copies of projects from the repository.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
ECE355 Project SIP Applications Tiuley Alguindigue
Set up your own server! Go to “Pricing” and select the $25 package.
Hola Hadoop. 0. Clean-Up The Hard-disks Delete tmp/ folder from workspace/mdp-lab3 Delete unneeded downloads.
Tutorial on Hadoop Environment for ECE Login to the Hadoop Server Host name: , Port: If you are using Linux, you could simply.
Ext Environment Copyright © 2005 Liferay, LLC All Rights Reserved. No material may be reproduced electronically or in print without written permission.
First, open Microsoft Outlook How To Configure Microsoft Outllook For Your Webspace Account.
N ETWORKED & D ISTRIBUTED COMPUTING S YSTEMS L AB Programming Assignments EE323 Computer Networks.
Dr. Thomas E. Hicks Trinity University Computer Science.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
Internet of Things with Intel Edison Compiling and running Pierre Collet Intel Software.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Labs 1.1: Mensaje. Step 1: Get Started Login: – Username: nombre/cc5212 – Password on board – C:/Program.
CIS3931 – Intro to JAVA 26-May-05 Using JAVA in a Windows environment.
FTP for Windows How to get ftp to work in Windows -Navigate to control panel -> programs and features -On the left side click on Turn Windows features.
LDAP Authentication Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
DAKOTA STATE UNIVERSITY Mobile Security Lab. Introduction  Dakota State University  Computer Network Security  Who we are?  Wireshark  There are.
Programming Handheld and Mobile devices 1 Programming of Handheld and Mobile Devices Lecture 19 MIDlet to Palm Rob Pooley
Configuring IQmol for Windows machines, use version!
Labs 3: Bi-Grams. Step 1: Get Started Login: – Username: nombre\cc5212 – Password on board – C:/Program.
WDO-It! 102 Workshop: Using an abstraction of a process to capture provenance UTEP’s Trust Laboratory NDR HP MP.
The Log4E logging plug-in David Gallardo. What is logging good for? Tracing program execution during development Debugging Providing an audit trail for.
Page 1 | | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10.
How to Install Eclipse Click hereClick here to download Eclipse.
The Diagnostic Pathfinder System Introduction Getting Started.
Eclipse Project. Installing Visit to download a copy for your home computerhttp:// –Get Release version 3.0 (or.
STEP BY STEP INSTALLATION By Eng. BASSEM ALSAID. Step 1: Boot from windows server 2008 installation DVD, windows will load needed files for starting installation.
Network and Systems Laboratory nslab.ee.ntu.edu.tw.
Set up environment for mapreduce developing on Hadoop.
CS1101 Using CourseMarker (CM) CM website: Updated:
(1) Installing the Software ICU Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University of Hawaii Honolulu.
Installing RandoNode Starter Kit OPEN Development Conference September 17, 2008 Kasi Perumal Consultant.
Chapter 3 Servlet Basics. Contents A.Installing Eclipse WTP and configuring Tomcat B.Prime Number Problem C.Multiplication Table Problem.
Finding learning Express On the Library Website Learning Express.
Module of the week Webform 7.x-4.0-alpha9 – admin/config/content/webform Add content types, choose allowed fields, default values and advanced options.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
1 E-Site - FTP Services Setup / install guide. 2 About FTP services can run on any desired port(s) Runs as a windows service Works for all sites installed.
How To Start a SQL server Connecting to SQL Server.
CC P ROCESAMIENTO M ASIVO DE D ATOS O TOÑO 2016 Lab 2: Mensaje Aidan Hogan
Debugging RTC CLI in Eclipse
How to Start SQL Server and SSDT BI in Local
with Some Eclipse Tricks included Safa Bacanlı Fall 16
Set up environment for mapreduce developing on Hadoop
Download TPL.zip to some directory
Outline Install Java Change Security Files in Java
COMP 170 – Introduction to Object Oriented Programming
CS1101 : Using Course Marker
Setting Up Chatter on Mobile devices
How do I find my PDF password with simple operations.
With Some Eclipse Tricks included.
Lecturer: Yong Liu Contact me at:
Hola Hadoop.
Hadoop Installation Fully Distributed Mode
SOAP web services in Microsoft Azure
Log in Please go to website: Enter your Username ( ) and Password, then click «Login»
Data Base.
Presentation transcript:

Labs 2: Palabras

Palabras Archiecture Slave1Slave2Slave3 SlaveM Directory Master1Master2Master3MasterN … … Jobs1 Jobs2 Jobs3 JobsM Slave1 Slave2 Slave3 … SlaveN

Step 1: Get Started Login: – Username: nombre\cc5212 – Password on board – C:/Program Files (x86)/eclipse/ (in Spanish ) – File > Import > …

Step 2: Run Locally ~ abstracts ~ non-unique words ~320 MB uncompressed org.mdp.cli.RunWordCountLocally Right Click > Run As > Run Configurations > Arguments -i /abstracts-es.txt.gz -igz –k 500 How long will it take? Will it even run? -Xmx256M

Step 3: Start the Directory I start the directory! – vm116.dcc.uchile.cl ( ) – Port 1985 Remind me to set heap-space

Step 4: Prepare Slave org.mdp.cli.StartWordCountSlave 1.Implement openDirectoryStub() 2.Add the slave’s name to the directory 3.Review the other code

Step 5: Run Slave Build the.jar using build.xml (dist) Open cmd and go to directory java –jar –Xmx256M mdp-2.jar StartWordCountSlave –dn vm116.dcc.uchile.cl –dp 1985 –sn

Step 6: Prepare Master org.mdp.cli.StartWordCountMaster 1.Connect to the directory 2.Get the list of slaves from the directory 3.Clear words from the slave for you 4.Choose a slave for each word 5.Send the add-words job to each slave

Step 7: Run Master For small dataset! org.mdp.cli.StartWordCountMaster Right Click > Run As > Run Configurations > Arguments -i \es-abstracts-10k.txt.gz -igz -dp dn vm116.dcc.uchile.cl -mn - k 500

Step 8: Run Big Master For big dataset! org.mdp.cli.StartWordCountMaster Right Click > Run As > Run Configurations > Arguments -i \es-abstracts.txt.gz -igz -dp dn vm116.dcc.uchile.cl -mn -k 500

Step 9: Run Distribution Locally 1.Start a directory server – Build and use the jar – java -jar mdp-2.jar StartRegistryAndServer -n localhost -p r -s 1 -sp 2.Start 4 slaves (give different names) in four different CMD windows – Use the jar – java -jar mdp-2.jar StartSlave -dn localhost - dp 1985 –wn 3.Start a master – Can use Eclipse or jar (as preferred) – Point it to local directory – Use small file (large file if successful) -Xmx256M

Final Step: Teach Me Spanish Ask me words in the top 500!