You can use client-node1 to configure Hadoop S3A client.
- Install Java packages in the client-node1:
# yum install java* -y
- Download the Hadoop .tar file from https://archive.apache.org/dist/hadoop/core/hadoop-2.7.3/hadoop-2.7.3.tar.gz:
- Extract the Hadoop .tar file:
# tar -xvf hadoop-2.7.3.tar.gz
- Add the following in the .bashrc file:
export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/ ...