Sounds like ssh is not running. *If you are on Ubuntu try:* sudo apt-get install openssh-server
*RH/CentOS try:* yum -y install openssh-server chkconfig sshd on That should at least get ssh installed and running. To test try to ssh localhost, if it auto logs in then everything worked great! On Mon, Aug 4, 2014 at 2:25 PM, Ameya Aware <[email protected]> wrote: > Hi, > > I am new to Apache Blur and facing some start up issues. > > when i issue below command to start Apache blur > > apache-blur-0.2.3-incubating-hadoop1-bin/bin/start-all.sh > > it errors out with below commands: > > localhost: ssh: connect to host localhost port 22: Connection refused > localhost: ssh: connect to host localhost port 22: Connection refused > localhost: ssh: connect to host localhost port 22: Connection refused > > > I have issued below commands earlier to start up blur : > > ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa > cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys > > > Please help. > > > Thanks, > Ameya >
