Hi Manis, To run SAMOA with Flink you simply have to specify Flink as the platform to use, e.g.:
bin/samoa Flink target/SAMOA-Flink-0.5.0-SNAPSHOT.jar "PrequentialEvaluation -l classifiers.ensemble.Bagging -s (ArffFileStream -f covtypeNorm.arff) -f 100000" Of course you need to have Flink up and running beforehand. Hope it helps, -- Gianmarco On Wed, Oct 12, 2016 at 12:09 PM, Nicolas Kourtellis <[email protected]> wrote: > Hi Manish, > > Welcome to Samoa and thank you for your interest! > > I am not sure what your question is regarding the use of Samoa-Flink. > You are trying to import the modules in Eclipse or some other project > management system? > Or you are trying to run it from command line? It is unclear. > > Please give us some more details on your use case to understand more and > see if we can help! > > Thanks again, > > Nicolas > > > On Tue, Oct 11, 2016 at 12:35 PM, Manish Kumar <[email protected]> > wrote: > > > Still waiting for replay :( > > > > On Mon, Oct 10, 2016 at 2:00 PM, Manish Kumar <[email protected]> > > wrote: > > > > > Hi Team, > > > Could you please send me detail step to run Samoa-flink project, I > tried > > > to find online details but didn't get much more. > > > I am below basic question. > > > 1. Do I need to start any dependent project ?, before Samoa-flink like > > > samoa, samoa-api..etc. > > > 2. I am getting error, ones I passed Hello as argument, what should > > > arguments value ? > > > > > > log4j:WARN No appenders could be found for logger > > (org.apache.samoa.flink. > > > FlinkDoTask). > > > > > > Command line string = Hello > > > > > > log4j:WARN Please initialize the log4j system properly. > > > > > > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig > for > > > more info. > > > Failed to initialize the task: java.lang.Exception: Class not found: > > > Hello > > > > > > Regards, > > > Manish > > > Sr Architect IOT @Amex > > > > > > > > > > > > -- > Nicolas Kourtellis >
