Hi, Thanks for your reply .Ya I just killed the app using the Id and redeployed. I deployed two versions and used it .
For the folder issue, u mean u had everything in a single file? I have serialised model files which needs to loaded from same folder . There are no subfolder .only few files from same folder.Still it is not able to receive the request. Thanks and Regards, Hema On Fri, 6 Mar, 2020, 8:00 PM Gonçalo Pedras, <[email protected]> wrote: > Hi, > > I have the same issues when it comes to redeploy new versions, I usually > just shut down the process by it’s ID. It’s not really an issue for me > because it’s doing something so simple. > > When it comes to the fact that the process can’t read from existing > folder, it had happened to me when I had my python app splitted into > multiple files, but when I merged it all worked fine. Besides that you must > check if the current folder you’re uploading the MaaS service hasn’t any > subfolder. > > I hope it helps, I’m not a developer but I hope this answer will create a > work around for your issue. > > > > On 2020/02/27 13:43:00, Hema malini <[email protected]> wrote: > > > Hi all,> > > > > > > In metron can I deploy the model live in MaaS. For eg , if I deploy a > model> > > > in the pipeline with v1, and redeploy another version by replacing the> > > > existing one, do I have to kill the existing yarn job.> > > > > > > Also , in MaaS, if it has multiple files , it is not able to read from> > > > existing folder. In hdfs I could see all the files been uploaded, but > the> > > > request seems to be null. In the yarn logs, I could see only null > request> > > > received.> > > > > > > > > > Thanks and Regards,> > > > Hema> > > > >
