Member since
09-29-2015
44
Posts
20
Kudos Received
12
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1394 | 05-22-2017 09:38 PM | |
903 | 02-23-2017 08:59 PM | |
1421 | 09-27-2016 02:00 PM | |
626 | 09-19-2016 01:01 PM | |
837 | 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
06-16-2016
02:33 PM
Hi Sai, Can you tell me what version of Metron, Ansible, Python and Vagrant you are running? Thanks! -D...
... View more
05-06-2016
10:33 PM
Thanks for that. It looks like there is a version mismatch in your Python environment. If you do a python --version, what do you get?
... View more
05-06-2016
09:47 PM
1 Kudo
This looks like basic ssh connectivity is having an issue. Some things to try: Verify that ssh centos@<any-ec2-host> works. If it does not, run ssh -vvv centos@<any-ec2-host> to troubleshoot the issue. If you're running a custom ~/.ssh/config, make sure that you're not specifying a non-default (id_rsa) key.
... View more
05-06-2016
03:14 PM
If what @Henry Sowell suggested doesn't help, would you do the following: Pull in current master Run PROJECTDIR/metron-deployment/scripts/platform-info.sh and attach the output You may have some versioning issues. Thanks!
... View more
05-05-2016
07:33 PM
4 Kudos
I've been using the following (requires current master): vagrant suspend vagrant --ansible-tags="hdp-deploy,sensors" resume
... View more
05-05-2016
07:02 PM
3 Kudos
I've opened METRON-136 to track this issue. Thanks again!
... View more
05-05-2016
06:57 PM
Looks like you're right about that. Would you like to open the JIRA, or should I do it? Thanks for pointing it out.
... View more
05-05-2016
06:10 PM
1 Kudo
Hi @drussell - agreed. It's in current Master: METRON-97 Pull Request. Please let me know if we missed something. Thanks! -David...
... View more
05-03-2016
01:44 PM
Thanks! I need 'em.
... View more
05-03-2016
12:50 PM
1 Kudo
Confirmed. For reference, here's the current version list:
Ansible 2.0.0.2 Vagrant 1.8.1 Virtualbox 5.0.16 Python 2.7.11 Maven 3.3.9 @nallen has a PR up with a more complete readme for the Singlenode Vagrant install. Until it gets merged in, you can see it here: Singlenode Vagrant Readme I was able to easily downrev Ansible by using the directions here: Downrev Ansible. Please let me know if that works for you.
... View more
05-03-2016
11:11 AM
For reference, here's the current version list:
Ansible 2.0.0.2 Vagrant 1.8.1 Virtualbox 5.0.16 Python 2.7.11 Maven 3.3.9 @nallen has a PR up with a more complete readme for the Singlenode Vagrant install. Until it gets merged in, you can see it here: Singlenode Vagrant Readme
... View more
05-03-2016
11:08 AM
1 Kudo
A few days back, Homebrew updated their Ansible version. This version exhibits this defect. Please verify you're running a version > 2.0.0.2 by running ansible -version. If you are, please install Ansible 2.0.0.2 using the following instructions:
Uninstall brew-installed Ansible -
brew uninstall ansible Install PIP (if not already installed)
brew install brew-pip
Install Ansible 2.0.0.2
pip install ansible==2.0.0.2
... View more
05-03-2016
10:18 AM
Could you add: ansible.verbose = "vvv" to /Users/smanjee/Documents/Hortonworks/Products/incubator-metron-Metron_0.1BETA_rc7/deployment/vagrant/singlenode-vagrant/Vagrantfile between lines 61-62, re-run and re-attach ansible.log? Also, please run the following from /Users/smanjee/Documents/Hortonworks/Products/incubator-metron-Metron_0.1BETA_rc7/deployment/vagrant/singlenode-vagrant and attach the output. # is this a git repo?
IS_GIT_REPO=`git rev-parse --is-inside-work-tree`
if [ "$IS_GIT_REPO" == "true" ]; then
# current branch
echo "--"
git branch | grep "*"
# last commit
echo "--"
git log -n 1
# local changes since last commit
echo "--"
git diff --stat
fi
# ansible
echo "--"
ansible --version
# vagrant
echo "--"
vagrant --version
# python
echo "--"
python --version 2>&1
# maven
echo "--"
mvn --version
# operating system
echo "--"
uname -a Thanks! -David...
... View more
05-02-2016
10:57 PM
Could you elaborate on what you meant by creating the ec2.py file? That is a file that ships with Ansible which it uses to dynamically populate the host names for the roles in the play.
... View more
04-04-2016
04:20 PM
HI Tom, I have a couple of questions- can you give me your ansible --version from your Mac and the top hash from the git log? Also - after it gives the error, was anything left in /tmp/keys? Thanks! -David...
... View more
03-24-2016
01:07 PM
1 Kudo
You may also see those types of errors present as: SSH Error: unix_listener: "/really/long/path/hostname.tempcharacters" too long for Unix domain socket Same fix as above, shorten the path to your deployment scripts or modify the control_path in ansible.cfg as @George Vetticaden indicated above. in
... View more