Skip to content

Instantly share code, notes, and snippets.

@DEALTALFA
Created February 14, 2021 19:24
Show Gist options
  • Save DEALTALFA/cadf06f28ff4319f8b7d543f72123e4d to your computer and use it in GitHub Desktop.
Save DEALTALFA/cadf06f28ff4319f8b7d543f72123e4d to your computer and use it in GitHub Desktop.
Install compatible java and Hadoop1.2.1
# !/usr/bin/bash
# Download and install hadoop 1.2.1 and compaitable java version In Redhat
# from google drive ==> https://drive.google.com/drive/u/0/folders/1zXxx3dlVxU9OilS_GMHjEDNaC7uMsrWS
yum -y install python3
pip3 install gdown
gdown --id 1541gbFeGZZJ5k9Qx65D04lpeNBw87rM5
gdown --id 17UWQNVdBdGlyualwWX4Cc96KyZhD-lxz
rpm -ivh jdk-8u171-linux-x64.rpm
rpm -ivh hadoop-1.2.1-1.x86_64.rpm --force
@DEALTALFA
Copy link
Author

Install Hadoop on your system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment