File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# setup_hadoop
2
+ #~ make this script executable by using chmod +x setup_hadoop.sh
3
+ #~ description/about : This script helps to configure hadoop.
4
+ #~ Motivation: wanted to experiment with bash and to help my friends to setup hadoop #~ easily
5
+ #~ feel free to change and adjust to your liking.
6
+ #~ The author is not responsible for the damage that has been
7
+ #~ inflicted due to any misconfiguration or other mishaps
8
+ #~ in short if it breaks you are on your own.. Sorry about that
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # ~ make this script executable by using chmod +x setup_hadoop.sh
4
-
5
- # ~ feel free to change and adjust to your liking.
6
- # ~ The author is not responsible for the damage that has been
7
- # ~ inflicted due to any misconfiguration or other mishaps
8
- # ~ in short if it breaks you are on your own.. Sorry about that
9
-
10
3
# title :setup_hadoop.sh
11
4
# description :This script helps to configure hadoop
12
5
# date :20180112
You can’t perform that action at this time.
0 commit comments