Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hello, I need to create a Apache Metron environment , is there any guideline that I can follow ?

avatar
 
1 ACCEPTED SOLUTION

avatar
Super Collaborator

Hello @Raunak Jain,

I am hoping you have looked at the landing page for Apache Metron at https://github.com/apache/incubator-metron, which talks about the various players and the quickest way to build Metron.

If you are looking to deploy a quick-dev environment of Metron on vagrant, you can follow the steps here. I would advice that you pay particular attention to the pre-requisites, since Metron is a tad bit picky with the version numbers.

https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/quick-dev-platform

If you would like to go with a full stack deployment using Ambari, refer to the instructions in this article:

https://community.hortonworks.com/articles/60805/deploying-a-fresh-metron-cluster-using-ambari-serv....

HTH,

Anand

View solution in original post

7 REPLIES 7

avatar
Super Collaborator

Hello @Raunak Jain,

I am hoping you have looked at the landing page for Apache Metron at https://github.com/apache/incubator-metron, which talks about the various players and the quickest way to build Metron.

If you are looking to deploy a quick-dev environment of Metron on vagrant, you can follow the steps here. I would advice that you pay particular attention to the pre-requisites, since Metron is a tad bit picky with the version numbers.

https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/quick-dev-platform

If you would like to go with a full stack deployment using Ambari, refer to the instructions in this article:

https://community.hortonworks.com/articles/60805/deploying-a-fresh-metron-cluster-using-ambari-serv....

HTH,

Anand

avatar

Thank you Sir for quick response, this would be really helpful.

avatar

Thank you Sir for quick response, this would be really helpful.

avatar

Hello Sir,

If I have to deploy a quick-dev environment of Metron on vagrant, what OS should I use?

CentOS or Ubuntu?

avatar
Super Collaborator

Hi @Raunak Jain, you can use any OS of your choice for the vagrant setup, it should not matter .

avatar

As I mentioned I am really new to this topic, I want to setup a quick-dev environment of Metron, and I am doing it on cloud instance. I would advice that you pay particular attention to the pre-requisites, since Metron is a tad bit picky with the version numbers.

https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/quick-dev-platform

I have few questions like,

1. What would be the input.?

2. what is the use of Maven here.?

3. what is the use of Maven here.?

4. how efficient it is in compare to full deployment ?

Thank you

avatar
Explorer

quick-dev-platform not completed metron

if you quick-dev-platfrom launched , you faced this error

================================

TASK [quick_dev : Start the ambari cluster] ************************************

fatal: [node1]: FAILED! => {"changed": false, "failed": true, "msg": "Request failed with status FAILED"}

to retry, use: --limit @/Users/choibongjae/metron-master/metron-deployment/playbooks/metron_full_install.retry

PLAY RECAP *********************************************************************

node1: ok=62 changed=15 unreachable=0failed=1

Ansible failed to complete successfully. Any error output should be

visible above. Please fix these errors and try again.

================================

here issue link...


https://issues.apache.org/jira/browse/METRON-872


i faced above error and i don'k know solution

Somebody help me 😞