dstendardi / cascading-jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cascading-jobs

The following repository contains a set of cascading jobs.

Setup

you must have the following componants running on your localhost :

  • elasticsearch
  • hbase

Cucumber tests are not yet integrated to main build, due to the following issue. Thereby you have to launch the goal manually :

gradle cucumber

Running test will create sample input files into "/tmp/cucumber-test" You can also use directly create a jar in build/libs/cascading-jobs and launch the job manually :

gradle jar
java -jar build/libs/cascading-jobs.jar /tmp/cucumber-test/input

About


Languages

Language:Java 78.7%Language:Shell 14.2%Language:Groovy 7.1%