hadoop - How to open incoming port 50070 in firewall (google compute engine) -
i have single node hadoop installed on google compute engine instance , want open port 50070 on machine access hadoop dashboard. configured in firewall rule tcp:50070 in compute engine networks. still unable access port outside network (ie . via internet). tried nmap public ip of gce instance , got result has ssh port got opened other ports filtered .
note: using debian 7.5 image
make sure daemon listening on port 50070. if have more 1 networks in project create sure port opened on right network. can run next commands check info instance , network. lsof -i gcutil --project= getinstance gcutil --project= listnetworks gcutil --project= listfirewalls gcutil --project= getfirewall
hadoop google-compute-engine google-cloud-platform
No comments:
Post a Comment