Skip to content

Commit cac255d

Browse files
committed
first commit
1 parent bda9335 commit cac255d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# 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

setup_hadoop.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#!/bin/bash
22

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-
103
#title :setup_hadoop.sh
114
#description :This script helps to configure hadoop
125
#date :20180112

0 commit comments

Comments
 (0)