首页 > Web开发 > 详细

Connection Refused in Tutorial VM Apache Atlas

时间:2020-09-29 19:52:52      阅读:48      评论:0      收藏:0      [点我收藏+]

错误

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.

Connection Refused in Tutorial VM Apache Atlas

原文:https://www.cnblogs.com/qiu-hua/p/13751061.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!