Hi Joe, I am cloned this repo with
git clone https://github.com/stealthly/f2k.git cd f2k when I run . #./gradlew clean fatJar the error is "Execution failed for task ':compileProto'." when I run with --debug option it gives the info Gradle user home: /root/.gradle Current dir: /root/f2k java.io.IOException: Cannot run program "/usr/bin/protoc" (in directory "/root/f2k"): error=2, No such file or directory but when I run from /root ./f2k/gradlew clean fatJar --stacktrace the error is "Task 'clean' not found in root project 'root'." Please help me how to build this. Thanks. On Sun, Dec 14, 2014 at 12:53 PM, Joe Stein <joe.st...@stealth.ly> wrote: > Here is a non-production example of a file load to Kafka using Scala > > https://github.com/stealthly/f2k/blob/master/src/main/scala/ly/stealth/f2k/KafkaUploader.scala > > > If you wanted to convert that to javacode the Scala compiler does that for > you :) and makes it importable as jar to your java program, or you can use > as reference and rewrite it in Java. > > /******************************************* > Joe Stein > Founder, Principal Consultant > Big Data Open Source Security LLC > http://www.stealth.ly > Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop> > ********************************************/ > > On Sun, Dec 14, 2014 at 1:39 AM, kishore kumar <akishore...@gmail.com> > wrote: > > > > HI Experts, > > > > I want to load csv files to kafka, anybody help me to write javacode for > > this? > > > > -- > > Thanks, > > Kishore. > > > -- Thanks, Kishore.