We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f3361 commit be1a957Copy full SHA for be1a957
fabfile.py
@@ -1,10 +1,9 @@
1
2
""" Fab file created by prem = kry496@my.utsa.edu for Apache Hadoop Cluster deployment in Ubuntu or CentOs """
3
-# project start date: 20 December 2016
4
# Deploy multi-node Apache Hadoop cluster with Fabric Library and Python
5
#Fabric is a ssh/fscp/ftp/bash-login-shell wrapper to run commands on local and remote hosts
6
# Project was built using Fabric 1.13 Package - Stable version as of Dec 2016
7
-#Tested on Ubuntu & CentOs ; support for RHEL with SE will be added in few months
+#Tested on Ubuntu ; support for CentOS/RHEL with SE will be added in few months
8
# Create Terminalbox( install fabric here) to run your script
9
#all vms should be of same distribution
10
# Hadoop related VMs - one MasterNode and ANY number of Slave nodes, use Virtual box.
0 commit comments