Difference between revisions of "Tutorial: Running MPI Programs on Hadoop Cluster"

From dftwiki3
Jump to: navigation, search
(Setup to run MPI Hadoop servers)
Line 12: Line 12:
 
<source lang="text">
 
<source lang="text">
 
  ssh -Y yourusername@hadoop01.dyndns.org
 
  ssh -Y yourusername@hadoop01.dyndns.org
</source>
+
:::</source>
 
<br />
 
<br />
 
:* enter the following commands
 
:* enter the following commands
  
 
<br />
 
<br />
<source lang="text">
+
:::<source lang="text">
 
  ssh-keygen -t rsa  ''(and press ENTER 3 times)''
 
  ssh-keygen -t rsa  ''(and press ENTER 3 times)''
 
  ls .ssh
 
  ls .ssh

Revision as of 11:05, 15 March 2017

--D. Thiebaut (talk) 13:57, 15 October 2013 (EDT)
Revised: --D. Thiebaut (talk) 12:02, 15 March 2017 (EDT)



Setup to run MPI Hadoop servers



This section is only visible to computers located at Smith College

Configuration

  • create a file called hosts in the directory where the mpi programs are located.
  • Store the following IP addresses in it:

This section is only visible to computers located at Smith College