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 10:09:58 UTC

[Hadoop Wiki] 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.
The comment on this change is: Removed ssh-agent tips for mac users which was plain wrong..
http://wiki.apache.org/hadoop/QuickStart?action=diff&rev1=22&rev2=23

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

  
  '''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''' You'll probably need to install something like [[http://www.sshkeychain.org/|SSHKeychain]] or [[http://www.mothersruin.com/software/SSHChain/|SSHChain]] (no idea which is better) to be able to ssh to a computer without having to enter the password every time. This is due to the fact that ssh-agent was designed for X11 systems and OS X isn't an X11 system.
+ '''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: