Skip to content

Instantly share code, notes, and snippets.

View wesfloyd's full-sized avatar

Wes Floyd wesfloyd

View GitHub Profile
wget -qO- --no-check-certificate https://github.com/hortonworks/HDP-Public-Utilities/raw/master/Installation/install_tools.sh | bash
cd hdp
# add FQDNs, one per line
vim Hostdetail.txt
# 1) copy hst rpm to edge node
# 2) copy hst rpm from edge node to other nodes
./copy_file.sh ../hst-1.0.3.x86_64.rpm /root/
@wesfloyd
wesfloyd / hs2Probe.py
Created April 27, 2015 14:44
Sample script used to Probe HS2 service for availability
import sys
import subprocess
from subprocess import call
###################################################
# Edit the variables below to match your environment
###################################################
hs2Host = 'localhost'
hs2Port = '10000'
userName = 'root'