-
Notifications
You must be signed in to change notification settings - Fork 341
Home
epishkin edited this page Nov 21, 2014
·
6 revisions
brew install go
brew install hg
mkdir ~/go
echo 'export GOPATH=~/go' >> ~/.bash_profile
echo 'export PATH=$PATH:/usr/local/opt/go/libexec/bin' >> ~/.bash_profile
echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile
cd ~/go
mkdir -p src/github.com
cd src/github.com
git clone [email protected]:colinmarc/hdfs.git colinmarc/hdfs
cd colinmarc/hdfs
make install
The executive should be in ~/go/bin
hdfs ls -la /