Skip to content

Instantly share code, notes, and snippets.

View saran87's full-sized avatar
💭
I may be slow to respond.

Saravana K.Nadar saran87

💭
I may be slow to respond.
View GitHub Profile
@saran87
saran87 / install-hadoop-opensuse.sh
Created July 13, 2018 07:25 — forked from jniltinho/install-hadoop-opensuse.sh
Install Hadoop on OpenSUSE 42.2
#!/bin/bash
### Install Hadoop + JRE8 on OpenSUSE 64Bits
### https://www.vivaolinux.com.br/artigo/Instalando-Apache-Hadoop?pagina=2
### http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/
### http://thepowerofdata.io/setting-up-a-apache-hadoop-2-7-single-node-on-ubuntu-14-04/
### http://www.scratchtoskills.com/install-hadoop-2-7-2-on-ubuntu-15-10-single-node-cluster/
### http://pingax.com/install-hadoop2-6-0-on-ubuntu/