Skip to content

Instantly share code, notes, and snippets.

@agoodkind
Last active April 13, 2020 18:34
Show Gist options
  • Save agoodkind/afa451cc1df39e6692e8227727bfe776 to your computer and use it in GitHub Desktop.
Save agoodkind/afa451cc1df39e6692e8227727bfe776 to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -rf /tmp/distributed
git clone git@github.com:agoodkind/hdfs-mapr-protobuf.git /tmp/distributed/demo
(cd /tmp/distributed/demo/ && make all)
rm -rf /tmp/distributed/demo/config/default_config.json
wget https://gist.githubusercontent.com/agoodkind/cb4bec14bb00b3a7edabb695612eeab5/raw/d4122a34db818ad05a680a0d3b47971ab45bc95f/default_config.json -O "/tmp/distributed/demo/config/default_config.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment