Created 03-06-2018 10:19 AM
maas_service.sh is missing in bin folder.I wants to deploy my own model in metron by avaling this service.How could i fix this problem?
Created 03-07-2018 10:46 AM
Hi @Vinoth Krish,
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
Gonçalo