Skip to content

Instantly share code, notes, and snippets.

@LinuxIntellect
Created January 18, 2022 06:36
Show Gist options
  • Save LinuxIntellect/ecff7ef4e4c4a23dd9cdc06b89b95818 to your computer and use it in GitHub Desktop.
Save LinuxIntellect/ecff7ef4e4c4a23dd9cdc06b89b95818 to your computer and use it in GitHub Desktop.
I will do install Apache Hadoop: Open Source Software Utilities on Linux
# If you need to install Apache Hadoop: Open Source Software Utilities on your ubuntu then contact with me:
# Skype: zobaer.ahmed5
# BiP: +8801818264577
# Whatsapp: +8801818 264577
# Telegram: +8801818 264577
# Viber: +8801818264577
# Signal: +8801818264577
# Email: linuxintellect@gmail.com
# https://www.linkedin.com/in/linuxintellect
# Youtube Video:
############################################################################################################################
# Prerequisites
# A server running Ubuntu 20.04.
# A valid domain name pointed with your VPS.
# A root password is setup on your server.
# Getting Started
sudo apt-get update -y
sudo apt -y full-upgrade
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt install software-properties-common
sudo apt upgrade -o APT::Get::Show-Upgraded=true
sudo apt-show-versions | grep upgradeable
sudo apt install apt-show-versions
sudo apt update -y
sudo apt-get upgrade -y
sudo reboot
##STEP:-2: Java Install##
# Apache Hadoop is a Java-based application.
# So you will need to install Java in your system.
# You can install it with the following command:
sudo apt-get install default-jdk default-jre -y
# Once installed, you can verify the installed version of Java with the following command:
java -version
# You should get the following output:
# openjdk version "11.0.7" 2020-04-14
# OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1)
# OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing)
# You can now verify the Hadoop version using the following command:
hadoop version
# You should get the following output:
# Hadoop 3.3.1
# Source code repository https://gitbox.apache.org/repos/asf/hadoop.git -r b3cbbb467e22ea829b3808f4b7b01d07e0bf3842
# Compiled by rohithsharmaks on 2022-01-10T15:56Z
# Compiled with protoc 2.5.0
# From source with checksum 776eaf9eee9c0ffc370bcbc1888737
# This command was run using /usr/local/hadoop/share/hadoop/common/hadoop-common-3.3.1.jar
# Hadoop and Hbase should be running before you can use HBase shell. Here the correct order of starting services.
$ start-all.sh
$ start-hbase.sh
# Stopping HBase.
stop-hbase.sh
#apachehadoop #opensourcesoftwareutilities #bigdataonlinux #softwareframework #mapreduceprogrammingmodel #linuxintellect
#howtoinstallapachehadoop #how to install apache hadoop on linux #how to install apache hadoop on ubuntu #freelancer for apache hadoop
@LinuxIntellect
Copy link
Author

Screenshot from 2022-01-16 23-00-34
Screenshot from 2022-01-16 22-37-06
Screenshot from 2022-01-13 09-33-33
Screenshot from 2022-01-13 09-31-20
Screenshot from 2022-01-13 09-30-41
Screenshot from 2022-01-13 09-27-39

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