Hi experts, Can anyone provide some example or api name to read data from secured hadoop cluster? I have code like this which can read data from unsecured cluster, but when it comes to secured one, authentication error will show. > Configuration conf = new Configuration(); > FileSystem fs = FileSystem.get(URI.create(uri), conf); > FSDataInputStream in = fs.open(new Path(uri)); > IOUtils.copy(in, System.out, 4096); > > Could anyone help me? Really Appreicate it. > > Thanks
- "SIMPLE authentication is not enabled" error for ... Liu, David
- Re: "SIMPLE authentication is not enabled" e... Chris Nauroth
- Re: "SIMPLE authentication is not enabled&quo... Liu, David
- Re: "SIMPLE authentication is not enabled... Vinayakumar B
- Re: "SIMPLE authentication is not ena... Chris Nauroth
- 答复: "SIMPLE authentication is no... Yeqi
- Re: 答复: "SIMPLE authenticati... Vinayakumar B
- How do I use java api to read data from secured hadoop... Liu, David
- Re: How do I use java api to read data from secure... Liu, David
- Re: How do I use java api to read data from se... Liu, David
- Re: How do I use java api to read data fro... Vinayakumar B
- Anyone knows which class is JobHistoryServ... Liu, David
- Anyone know how to mock a secured hdfs for... Liu, David
- RE: Anyone know how to mock a secured... Zheng, Kai
- Re: Anyone know how to mock a sec... Chris Nauroth
- RE: Anyone know how to mock a... Zheng, Kai
- Re: Anyone know how to mock a secured... Steve Loughran
