nmaquet / samza-hello-samza

Mirror of Apache Samza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Install Yarn, Kafka, Zookeeper
$ bin/grid bootstrap
mvn clean package && rm -rf deploy/samza/ && mkdir -p deploy/samza && tar -xvf ./target/hello-samza-0.9.1-dist.tar.gz -C deploy/samza/
  • Run the jobs
$ ./deploy/samza/bin/run-job.sh --config-factory=org.apache.samza.config.factories.PropertiesConfigFactory --config-path=file://$PWD/deploy/samza/config/smurf-position-writer.properties
$ ./deploy/samza/bin/run-job.sh --config-factory=org.apache.samza.config.factories.PropertiesConfigFactory --config-path=file://$PWD/deploy/samza/config/smurf-mood-writer.properties
$ ./deploy/samza/bin/run-job.sh --config-factory=org.apache.samza.config.factories.PropertiesConfigFactory --config-path=file://$PWD/deploy/samza/config/smurf-profiler.properties

About

Mirror of Apache Samza

License:Apache License 2.0


Languages

Language:Scala 65.6%Language:Shell 34.4%