Skip to content

tlpinney/funnelcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunnelCloud

FunnelCloud is a simple tool for ingesting bulk data off the web.

More documentation here: https://github.com/tlpinney/funnelcloud/wiki

Prequisites

CDH4.4

Development Prequisiites

protobuf

Installation from Package

cd /tmp
curl -O https://github.com/tlpinney/funnelcloud/releases/download/0.1.2/funnelcloud-0.1.2-bin.tar.gz
cd /usr/local 
sudo tar xzvf /tmp/funnelcloud-0.1.2-bin.tar.gz
export PATH=$PATH:/usr/local/funnelcloud-0.1.2/bin 

fcl -h 

Installation from Git

git clone https://github.com/tlpinney/funnelcloud.git
cd funnelcloud 
# generate protobuf java classes
protoc --java_out=src/main/java osmformat.proto 
protoc --java_out=src/main/java fileformat.proto 

About

FunnelCloud is a simple tool for ingesting bulk data off the web and creating temporary analytic clusters.

Resources

License

Stars

Watchers

Forks

Packages

No packages published