Member since
09-29-2015
44
Posts
20
Kudos Received
12
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3058 | 05-22-2017 09:38 PM | |
1773 | 02-23-2017 08:59 PM | |
2927 | 09-27-2016 02:00 PM | |
1281 | 09-19-2016 01:01 PM | |
1672 | 09-13-2016 01:10 PM |
05-22-2017
09:38 PM
@Jon Zeolla - is on the right track. Your Kafka broker seems to have died and as a result, the Metron service start process cannot contact it to create the topics it needs.
I'd recommend either using Metron's Full-Dev environment. If you're determined to get it running on the Sandbox, you'll need to do a resource sizing activity to make sure all the services can live in the amount of memory available to the container.
... View more
02-23-2017
08:59 PM
1 Kudo
It looks like Yaf is sending some ipv6 traffic. The Yaf parser is only setup for ipv4. Try adding --ip4-only to the yaf startup script (/opt/yaf/start-yaf.sh).
Please let me know if that works and we can open up a JIRA to address it.
Thanks!
-David...
... View more
09-27-2016
07:08 PM
Glad to hear it. If you haven't, would you mind accepting the answer that helped? Thanks! -D...
... View more
09-27-2016
02:00 PM
2 Kudos
Hi, It seems that the Ambari client gets unhappy when you ask it to start services and they are all started. I have opened METRON-466 to track it. In the meantime, you should be able to comment out lines 34-42 in metron-deployment/roles/ambari_config/start_hdp.yml to get you going. I hope to have a fix up shortly. Thanks! -D...
... View more
09-19-2016
01:01 PM
1 Kudo
This wiki should describe the process.
... View more
09-16-2016
12:34 PM
Glad to hear it worked. If you haven't, would you mind accepting the above answer? Thanks! -David...
... View more
09-13-2016
01:10 PM
1 Kudo
That error is often caused by running a version of Ansible that is not 2.0.0.2. Could you run incubator-metron/metron-deployment/scripts/platform-info.sh and verify that the versions output match Required Versions?
... View more
07-28-2016
07:50 PM
1 Kudo
Hi Matthew, I think the instances are being created in the us-west-2 (Oregon) region. I've had those types of connection issues because I'm using OSX 10.10.5 and the version of OpenSSH that it uses doesn't support control_path that we use by default in Metron. If you change your control path to : [ssh_connection] control_path = ~/.ssh/ansible-ssh-%%h-%%p-%%r and re-run, it may connect.
... View more
07-27-2016
06:26 PM
It looks like Elasticsearch is down. From node1, have you done a 'sudo service elasticsearch status' to verify?
... View more
07-15-2016
08:28 PM
The above answer gives a lot of good detail, but for what you're trying to do, the WARN messages are actually okay. Though, I'll be happy when they're gone. If you run /usr/metron/0.2.0BETA/bin/zk_load_configs.sh -i /usr/metron/0.2.0BETA/config/zookeeper -m DUMP -z hostname:2181 you should see the changes you PUSHed.
... View more