- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to deploy my own model in to metron ?
- Labels:
-
Apache Metron
Created ‎03-07-2018 05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am planning to deploy my own model in metron but i am stuck up. I am not able to find mass_service.sh in my Metron.Kindly suggest me some ideas to sort it.
Thanks
Created ‎03-07-2018 10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Vinoth Krish,
To deploy your model to Metron you should use the following:
/<METRON HOME>/bin/maas_deploy.sh -zq <ZOOKEEPER>:2181 -lmp <LOCAL FS MODEL PATH> -hmp <HDFS MODEL PATH> -mo ADD -m <MEMORY FOR THE CONTAINER> -n <MODEL NAME> -v <MODEL VERSION> -ni <NUMBER OF MODEL INSTANCES>
If you are trying first to start MaaS Service you should use:
/<METRON HOME>/bin/maas_service.sh -zq <ZOOKEEPER>:2181
If you don't have at all MaaS components installed try this (Change accordingly with your OS):
yum list metron*
Find the Metron MaaS package and install (Change accordingly with your OS):
yum install <METRON MAAS PACKAGE NAME>
Hope it helps!
Gonçalo
Created ‎03-07-2018 10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Vinoth Krish,
To deploy your model to Metron you should use the following:
/<METRON HOME>/bin/maas_deploy.sh -zq <ZOOKEEPER>:2181 -lmp <LOCAL FS MODEL PATH> -hmp <HDFS MODEL PATH> -mo ADD -m <MEMORY FOR THE CONTAINER> -n <MODEL NAME> -v <MODEL VERSION> -ni <NUMBER OF MODEL INSTANCES>
If you are trying first to start MaaS Service you should use:
/<METRON HOME>/bin/maas_service.sh -zq <ZOOKEEPER>:2181
If you don't have at all MaaS components installed try this (Change accordingly with your OS):
yum list metron*
Find the Metron MaaS package and install (Change accordingly with your OS):
yum install <METRON MAAS PACKAGE NAME>
Hope it helps!
Gonçalo
