I am new to Hadoop
and I made a Hadoop cluster
with 3 centos machine
in my VMware
, and I also kerberosing
the cluster, it works fine in the VMware
, I can reach the URL by FireFox in CenotOS machine
However, when I try to reach the page outside the VMware(in my windows machine)
it always shows like this
- I can ping each other by
IP
orhostname
(I have set the hosts file) I have got the ticket from
KDC
in mywindows machine by MIT Kerberos
, like this and when I typeklist
in mywindows cmd
, it showed the ticket.I have set the
firefox
as suggested(as incentos
I can reach the page.)- what else should i set?
help please!
this is my krb5.ini and krb5.conf in my windows and centos machine
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
dns_lookup_realm = false
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true
renewable = true
rdns = false
default_realm = HADOOP.COM
[realms]
HADOOP.COM = {
kdc = master:88
admin_server = master:749
}
[domain_realm]
master = HADOOP.COM
slave1 = HADOOP.COM
slave2 = HADOOP.COM