Hi Alejandro, Thanks for your response. Right now i am following this approach from edge-node where kerberos is configured. I am not able to understand the hit provided can you provide a sample to trigger request from other external machine to authenticate where kerberos not configured in client where request is to be triggered?
$ kinit After entering pwd $ curl --negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt http://localhost:14000/webhdfs/v1/?op=liststatus Cheers! Manoj. On Fri, May 9, 2014 at 12:13 PM, Alejandro Abdelnur <[email protected]>wrote: > Manoj, > > Please look at > http://hadoop.apache.org/docs/r2.4.0/hadoop-hdfs-httpfs/httpfs-default.htmllook > at the 'httpfs.authentication.*' properties. > > Thanks. > > > On Sun, May 4, 2014 at 5:27 AM, Manoj Babu <[email protected]> wrote: > >> Hi, >> >> How to accesss files in hdfs using HttpFS that is protected by kerberos? >> Kerberos authentication works only where is is configured ex: edge node. >> If i am triggering request from other system then how do i authenticate? >> >> Kindly advise. >> >> Cheers! >> Manoj. >> > > > > -- > Alejandro >
