Re: Metron MaaS issue

2020-03-09 Thread Hema malini
Goncalo Pedras, Thanks a lot.. I gave more memory .Still it failed. Thanks and Regards, Hema On Mon, 9 Mar, 2020, 2:34 PM Gonçalo Pedras, wrote: > Have you tried increasing your service memory? If you have and it doesn’t > work either, there’s a work around until you find a fix for you MaaS >

RE: Metron MaaS issue

2020-03-09 Thread Gonçalo Pedras
Have you tried increasing your service memory? If you have and it doesn’t work either, there’s a work around until you find a fix for you MaaS service. Forget about MaaS, launch your application as a seperate service. There’s a function in stellar “REST_GET” to make requests to REST services.

Re: Metron MaaS issue

2020-03-06 Thread Gonçalo Pedras
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

Re: Metron MaaS issue

2020-03-05 Thread Hema malini
Hi all, Any help would be highly appreciated. On Thu, 27 Feb, 2020, 7:13 PM Hema malini, 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

Metron MaaS issue

2020-02-27 Thread Hema malini
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

Re: Metron MaaS Issue

2019-12-19 Thread Casey Stella
Sorry for the late reply. Try adding: import sys,os sys.path.append(os.getcwd()) On Fri, Dec 13, 2019 at 11:53 PM Hema malini wrote: > Hi, > > I am not sure whether i am facing an issue or it's a bug . I try to deploy > the sample Maas script in metron it works perfectly. In the model >

Metron MaaS Issue

2019-12-13 Thread Hema malini
Hi, I am not sure whether i am facing an issue or it's a bug . I try to deploy the sample Maas script in metron it works perfectly. In the model collateral , now i add another python class which loads the trained model pkl filed. I gave the absolute path as well as relative path( using dir path).