Connection Refused in Tutorial VM Apache Atlas

错误

i was trying to run the “cross component lineage with Apache Atlas, across apache sqoop, storm and hive” using your Tutorial (VM), but I encountered some problems. When I used the command “ssh root@127.0.0.1 –p 2222”, I received the following message: “ssh: connect to host 127.0.0.1 port 2222: Connection refused”.

Could you please advise me on how to resolve this error message? I tried it in both Linux and Windows 7. I used Oracle VM VirtualBox Manager

解决方法:

If you are you using NAT in VirtualBox, please confirm that host port 2222 is being forwarded to 22 on the guest. You can run

nc -zv 127.0.0.1 2222

to confirm whether network-level connectivity is established.

posted @ 2020-09-29 18:07  秋华  阅读(160)  评论(0编辑  收藏  举报