Skip to content

Instantly share code, notes, and snippets.

View addingama's full-sized avatar

Addin Gama Bertaqwa addingama

View GitHub Profile
@addingama
addingama / hadoop-multinode.md
Last active December 11, 2023 01:38
Steps to install Hadoop 3.2.0 to Ubuntu Server

Hadoop 3.2.0 Multi Node Configuration

Please make sure you already have working hadoop installation on your first VM. If not please follow this installation guide

We will make 1 master and 1 slave hadoop cluster. We can create another VM by cloning existing VM.

Clone VM to create another node

  • Open Virtual Box and make sure the VM not running
@addingama
addingama / hadoop-hdfs-notes.md
Last active August 7, 2019 07:07
Hadoop HDFS Notes

Hadoop Notes

HDFS

Commands

  • Check hdfs directory content on root directory /
@addingama
addingama / SalesCountry.md
Last active April 20, 2021 03:42
Panduan Running WordCount.java pada Hadoop