Member since
07-14-2016
215
Posts
45
Kudos Received
16
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5104 | 12-13-2018 05:01 PM | |
15109 | 09-07-2018 06:12 AM | |
3372 | 08-02-2018 07:04 AM | |
4743 | 03-26-2018 07:38 AM | |
3787 | 12-06-2017 07:53 AM |
11-27-2017
11:45 AM
The cluster is now being deployed. You will need to wait until it finishes the deployment.
At this point, you can open browser, type http://node1:8080 , authenticate as admin/admin and then monitor the progress in Ambari.
... View more
11-27-2017
11:01 AM
Absolutely! So long as you do it on a different setup with additional nodes and resources. The vagrant single nodes might not be able to sustain additional components, since it is intended to be a demo environment for Metron with the basic required components.
... View more
11-27-2017
10:50 AM
1 Kudo
Metron UI comprises the Kibana dashboard (node1:5000), service management (node1:2812), the Management UI (node1:4200) and the Alerts UI (node1:4201). Each of these cater to different things you would like to perform. The Metron site-book is an excellent place to know more about these - https://metron.apache.org/current-book/index.html. Give it a try.
... View more
11-27-2017
10:31 AM
1 Kudo
Yeah, I have seen that too. I guess you can ignore them and move on, for now.
... View more
11-27-2017
10:27 AM
1 Kudo
Ahh.. wait @Gaurav Bapat, you also need to have Docker installed and running. In the above error message you can see that it says "Cannot connect to the Docker daemon". Please install Docker (https://docs.docker.com/engine/installation) and ensure that it is running before you proceed with the deployment.
... View more
11-27-2017
10:24 AM
Please dont re-run. Follow the 3 steps what I have mentioned above with the cleanup.
... View more
11-27-2017
10:05 AM
Hey @Gaurav Bapat, you need not run the mvn command every time. Just once should suffice. Also, if you have used the full-dev vagrant deployment, you need not have to do anything with Ambari UI (or the Step 3 screenshot) you have pasted. So, let me paraphrase the steps for you so that you can give this a try once more, afresh. Let me know how it goes. Assumption: Say your metron folder is located at: /user/gaurav/metron Step 0 - Cleanup all existing deployments: * Run the following commands: cd /user/gaurav/metron/metron-deployment/vagrant/full-dev-platform
vagrant destroy -f * The above destroy command would terminate and delete the existing running VM. You can also run 'VirtualBox' command to launch the application console, and can delete any other stray VMs that are not required. Step 1 - Compile metron * Run the following commands: cd /user/gaurav/metron
mvn clean compile -DskipTests * The above command will take about 10 mins or so to complete, and should end with a "SUCCESS" message Step 2 - Bring up metron VM * Run the following commands: cd /user/gaurav/metron/metron-deployment/vagrant/full-dev-platform
vagrant up * The above command will take about 45 mins to over an hour to complete. I would recommend that you disable auto-sleep of the system in case it is enabled. At the end of the step 2 above, you should be able to see a message saying that the deployment completed successfully.
... View more
11-27-2017
08:33 AM
@James Hendrick, I have been able to get Metron working with the following versions of npm and node:
➜ ~ npm --version
5.5.1
➜ ~ node --version
v8.9.1
Can you try with these versions on your setup and see if you are able to get it working?
... View more
11-27-2017
08:30 AM
Hey @Gaurav Bapat, you are most welcome! This is looking good. Depending on your the available system resources, the time to deploy will be anywhere between 45 mins to few hours. Btw, would you mind marking the answer as accepted since the original issue is resolved?
... View more
11-27-2017
07:18 AM
1 Kudo
Sure.. you can follow these commands as per your OS - https://www.tecmint.com/install-nodejs-npm-in-centos-ubuntu/. Please retry compiling Metron once you have upgraded the node. npm and let me know if it fixes the issue.
... View more