Top "Webhdfs" questions

webhdf is a REST API that supports the complete FileSystem interface for hdfs (Hadoop Distributed File System)

When using --negotiate with curl, is a keytab file required?

The documentation describing how to connect to a kerberos secured endpoint shows the following: curl -i --negotiate -u : "http://<…

hadoop curl kerberos webhdfs keytab
Hdfs put VS webhdfs

I'm loading 28 GB file in hadoop hdfs using webhdfs and it takes ~25 mins to load. I tried loading same file …

hadoop hdfs webhdfs
WebHDFS vs HttpFS

What is the difference between the WebHDFS REST API and HttpFS? If I understand correctly: HttpFS is an independent service …

hadoop webhdfs
Is there any way to download a HDFS file using WebHDFS REST API?

Is there any way by which I can download a file from HDFS using WebHDFS REST API?The closest I …

hadoop hdfs webhdfs
WebHDFS not working on a secure hadoop cluster

I am trying to secure my HDP2 Hadoop cluster using Kerberos. So far Hdfs, Hive, Hbase, Hue Beeswax and Hue …

hadoop curl kerberos webhdfs
How to use UserGroupInformation with Kerberos WebHDFS

Following is the client code on non hadoop system to perform actions on the secured remote HDFS. Configuration conf = new …

java hadoop kerberos webhdfs