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:
We have also uploaded the hadoop-2.7.3.tar.gz file in GitHub - https://github.com/PacktPublishing/Ceph-Cookbook-Second-Edition/raw/master/hadoop-2.7.3.tar.gz if it will be removed from http://archive.apache.org/.
- Extract the Hadoop .tar file:
# tar -xvf hadoop-2.7.3.tar.gz
- Add ...