You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/21 12:40:47 UTC

[Hadoop Wiki] Trivial Update of "QuickStart" by Erik Gorset

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "QuickStart" page has been changed by Erik Gorset.
http://wiki.apache.org/hadoop/QuickStart?action=diff&rev1=23&rev2=24

--------------------------------------------------

  
  '''Window Users''' To start ssh server, you need run "ssh-host-config -y" in cygwin enviroment. If he ask for CYGWIN environment value, set it to "ntsec tty". After you can run server from cygwin "cygrunsrv --start sshd" or from Windows command line "net start sshd".
  
- '''Mac Users''' In recent versions of OSX ssh-agent is already set up with launchd and keychain. This can be verified by executing "echo $SSH_AUTH_SOCK" in your favorite shell. You can use ssh-add -k and -K to add your keys and passphrases to your keychain.
+ '''Mac Users''' In recent versions of OSX, ssh-agent is already set up with launchd and keychain. This can be verified by executing "echo $SSH_AUTH_SOCK" in your favorite shell. You can use ssh-add -k and -K to add your keys and passphrases to your keychain.
  
  === Bootstrapping ===
  A new distributed filesystem must be formatted with the following command, run on the master node: