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>
The same as replied here -> https://community.hortonworks.com/questions/177048/how-to-deploy-my-own-model-in-to-metron.html
For more information, you can also check the following documentation:
https://docs.hortonworks.com/HDPDocuments/HCP1/HCP-1.4.1/bk_analytics/content/models.html
Gonçalo