You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for this wonderful piece of software!
Sofware Versions
Mac OSX 10.12 (Sierra)
Docker Version 1.12.5
I'm using the ambari/run.sh script to bring up a 3 node hadoop cluster. Everything works like a charm until I reach the 9th step - i.e. the actual installation of the various services on the containers.
The scripts invoked (inside the containers) to install hadoop (and other services) get timed out.
On the host (Mac - /var/log/system.log), I get to see logs like the following:
Jan 10 14:51:08 ggnf2058s-MacBook-Pro Docker[2668]: dropping unexpected TCP packet sent from 172.18.0.3:36100 to 14.139.62.20:80 (valid subnets = 192.168.65.0/28; valid sources = 0.0.0.0)
Jan 10 14:51:09 ggnf2058s-MacBook-Pro Docker[2668]: dropping unexpected TCP packet sent from 172.18.0.4:45648 to 103.194.116.38:80 (valid subnets = 192.168.65.0/28; valid sources = 0.0.0.0)
Jan 10 14:51:23 ggnf2058s-MacBook-Pro Docker[2668]: dropping unexpected TCP packet sent from 172.18.0.3:36102 to 14.139.62.20:80 (valid subnets = 192.168.65.0/28; valid sources = 0.0.0.0)
Jan 10 14:51:48 ggnf2058s-MacBook-Pro Docker[2668]: dropping unexpected TCP packet sent from 172.18.0.4:45648 to 103.194.116.38:80 (valid subnets = 192.168.65.0/28; valid sources = 0.0.0.0)
I'm aware docker has issues working on Mac but I think this one isn't one of them. I feel there's something amiss with what I'm doing.
Can you please help?
The text was updated successfully, but these errors were encountered:
First, thanks for this wonderful piece of software!
Sofware Versions
Mac OSX 10.12 (Sierra)
Docker Version 1.12.5
I'm using the ambari/run.sh script to bring up a 3 node hadoop cluster. Everything works like a charm until I reach the 9th step - i.e. the actual installation of the various services on the containers.
The scripts invoked (inside the containers) to install hadoop (and other services) get timed out.
On the host (Mac - /var/log/system.log), I get to see logs like the following:
I'm aware docker has issues working on Mac but I think this one isn't one of them. I feel there's something amiss with what I'm doing.
Can you please help?
The text was updated successfully, but these errors were encountered: