0

If I have an apache web server as a directory how I can access to HDFS Cluster for upload and modify files, what is the configuration i want to do?

many thanks

blackriderws
  • 137
  • 8

1 Answers1

1

Apache can't access HDFS directly. You would either need to use one of the HDFS FUSE filesystems to mount HDFS so that Apache can access it with normal file access, or setup Hoop or HDFS Proxy (which provide an HTTP interface to HDFS) and configure Apache to proxy to that.

mgorven
  • 30,615
  • 7
  • 79
  • 122