Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to deploy my own model in to metron ?

avatar
New Member

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

1 ACCEPTED SOLUTION

avatar
Rising Star

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

View solution in original post

1 REPLY 1

avatar
Rising Star

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