Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 CentOS 6.2 上安装了开箱即用的 Cloudera CDH3。我可以在本地连接到 Cloudera Mananger(端口 7180)或 Hue(端口 8088),但无法远程连接。这是操作系统锁定端口吗?感谢您的帮助。
我从未使用过 Cloudera Manager,但使用过 Hue;你在听什么IP?
如果您将其配置为 localhost 或 127.0.0.1,那么您将无法在外部建立连接。要解决此问题,您需要让它监听您的外部 IP。
即 /sbin/ifconfig eth0(或 wlan0、eth1 等)。
希望有帮助。