Hi Donald, Thanks for the response. So this makes another binary distribution of predictionio if I'm correct. Is there an easier way to test out the code for debugging purposes though? I tried doing "sbt/sbt "data/run-main org.apache.predictionio.data.api.Run"" but that gives out a classnotfound error for slf4jlogger,
Best, -ZZ On Tue, Jan 24, 2017 at 2:11 PM Donald Szeto <[email protected]> wrote: > Hi, > > This question is more suitable for the dev list, so I am moving the thread > there. > > You will need to use make-distribution.sh for the command line to take > effect. The command line uses the assembly JAR produced by the > make-distribution.sh script. > > It would be great to add some kind of support in the pio command to > support "sbt run-main". If you are interested please give it a try and make > a pull request. > > Regards, > Donald > > On Tue, Jan 24, 2017 at 1:48 PM Zehao Zhang <[email protected]> wrote: > > Hi, I'm trying to add more http endpoints to the eventserver for my > project. After I have run the command: sbt/sbt "data/run-main > org.apache.predictionio.data.api.Run", the code successfully compiles but > I don't know how to run the newly compiled files. It looks like "pio > eventserver" is still using the old code. Can you help me with this? Thank > you. > > -ZZ > > > >
