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?
HttpFs is included in the binary tarball of Apache Hadoop itself. You need not download it separately.
HttpFs
The configuration files httpfs-env.sh and httpfs-site.xml are available under $HADOOP_HOME/etc/hadoop/ directory.
httpfs-env.sh
httpfs-site.xml
$HADOOP_HOME/etc/hadoop/
The startup script httpfs.sh is under $HADOOP_HOME/sbin/.
httpfs.sh
$HADOOP_HOME/sbin/
To configure the embedded Tomcat of HttpFs, look for the configuration files under $HADOOP_HOME/share/hadoop/httpfs/tomcat/conf/.
$HADOOP_HOME/share/hadoop/httpfs/tomcat/conf/
Copyright © 2021 Jogjafile Inc.
HttpFsis included in the binary tarball of Apache Hadoop itself. You need not download it separately.The configuration files
httpfs-env.shandhttpfs-site.xmlare available under$HADOOP_HOME/etc/hadoop/directory.The startup script
httpfs.shis under$HADOOP_HOME/sbin/.To configure the embedded Tomcat of HttpFs, look for the configuration files under
$HADOOP_HOME/share/hadoop/httpfs/tomcat/conf/.