Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. $ ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:07:cb:03:2f:8b
  3. inet addr:10.1.8.72 Bcast:10.1.9.255 Mask:255.255.254.0
  4. inet6 addr: fe80::207:cbff:fe03:2f8b/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:9000 Metric:1
  6. RX packets:125763 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:71830 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:532
  9. RX bytes:291501381 (291.5 MB) TX bytes:1379601040 (1.3 GB)
  10. Interrupt:24
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:65536 Metric:1
  16. RX packets:184 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:13229 (13.2 KB) TX bytes:13229 (13.2 KB)
  20.  
  21.  
  22. $ curl 127.0.0.1:8031
  23. It looks like you are making an HTTP request to a Hadoop IPC port. This is not the correct port for the web interface on this daemon.
  24.  
  25.  
  26. $ curl 10.1.8.72:8031
  27. curl: (7) Failed to connect to 10.1.8.72 port 8031: Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement