0

Iam using Apache Hadoop-2.7.1 on Centos 7 Operating System.

To setup HttpFs, this link suggests to install HttpFs. I do not find any binary available for it.

Is there an alternative method to configure HttpFs for Hadoop?

franklinsijo
  • 17,784
  • 4
  • 45
  • 63
oula alshiekh
  • 843
  • 5
  • 14
  • 40

1 Answers1

2

HttpFs is included in the binary tarball of Apache Hadoop itself. You need not download it separately.

The configuration files httpfs-env.sh and httpfs-site.xml are available under $HADOOP_HOME/etc/hadoop/ directory.

The startup script httpfs.sh is under $HADOOP_HOME/sbin/.

To configure the embedded Tomcat of HttpFs, look for the configuration files under $HADOOP_HOME/share/hadoop/httpfs/tomcat/conf/.

franklinsijo
  • 17,784
  • 4
  • 45
  • 63