Skip to content

Instantly share code, notes, and snippets.

@gustavorps
Last active September 18, 2015 16:19
Show Gist options
  • Save gustavorps/fd6a2f2802f272b28baf to your computer and use it in GitHub Desktop.
Save gustavorps/fd6a2f2802f272b28baf to your computer and use it in GitHub Desktop.
kiwenlau/hadoop-cluster-docker Issues: Problems to connect on master when run "./run-wordcount.sh" on master
==> Starting Serf agent...
==> Starting Serf agent RPC...
==> Serf agent running!
Node name: 'master.kiwenlau.com'
Bind addr: '0.0.0.0:7946'
RPC addr: '0.0.0.0:7373'
Encrypted: false
Snapshot: false
Profile: lan
==> Log data will now stream in as it occurs:
2015/09/18 15:30:11 [INFO] agent: Serf agent starting
2015/09/18 15:30:11 [INFO] serf: EventMemberJoin: master.kiwenlau.com 172.17.0.8
2015/09/18 15:30:12 [INFO] agent: Received event: member-join
2015/09/18 15:30:12 [INFO] agent.ipc: Accepted client: 127.0.0.1:50948
2015/09/18 15:30:12 [INFO] serf: EventMemberJoin: slave1.kiwenlau.com 172.17.0.9
2015/09/18 15:30:14 [INFO] serf: EventMemberJoin: slave2.kiwenlau.com 172.17.0.10
2015/09/18 15:30:14 [INFO] agent: Received event: member-join
2015/09/18 15:30:14 [INFO] agent.ipc: Accepted client: 127.0.0.1:50952
2015/09/18 15:30:16 [INFO] agent.ipc: Accepted client: 127.0.0.1:50955
2015/09/18 15:30:16 [INFO] agent: Received event: member-join
2015/09/18 15:30:16 [INFO] agent.ipc: Accepted client: 127.0.0.1:50956
2015/09/18 15:30:34 [INFO] agent.ipc: Accepted client: 127.0.0.1:50959
==> Starting Serf agent...
==> Starting Serf agent RPC...
==> Serf agent running!
Node name: 'slave1.kiwenlau.com'
Bind addr: '0.0.0.0:7946'
RPC addr: '0.0.0.0:7373'
Encrypted: false
Snapshot: false
Profile: lan
==> Joining cluster...(replay: false)
Join completed. Synced with 1 initial agents
==> Log data will now stream in as it occurs:
2015/09/18 15:30:12 [INFO] agent: Serf agent starting
2015/09/18 15:30:12 [INFO] serf: EventMemberJoin: slave1.kiwenlau.com 172.17.0.9
2015/09/18 15:30:12 [INFO] agent: joining: [172.17.0.8] replay: false
2015/09/18 15:30:12 [INFO] serf: EventMemberJoin: master.kiwenlau.com 172.17.0.8
2015/09/18 15:30:12 [INFO] agent: joined: 1 Err: <nil>
2015/09/18 15:30:13 [INFO] agent: Received event: member-join
2015/09/18 15:30:13 [INFO] agent.ipc: Accepted client: 127.0.0.1:50950
2015/09/18 15:30:14 [INFO] serf: EventMemberJoin: slave2.kiwenlau.com 172.17.0.10
2015/09/18 15:30:15 [INFO] agent: Received event: member-join
2015/09/18 15:30:15 [INFO] agent.ipc: Accepted client: 127.0.0.1:50954
2015/09/18 15:30:17 [INFO] agent.ipc: Accepted client: 127.0.0.1:50957
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment