<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Apache Metron Single Node installation problems in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104388#M37951</link>
    <description>&lt;P&gt;I had earlier successfully deployed a 12-node Metron cluster on EC2 using a Ubuntu 14.04 box. Here are the steps that worked for me.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Installed &lt;A href="http://linuxbrew.sh/"&gt;Linuxbrew&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Installed Java 1.8.0 and mvn 3.3.9&lt;/LI&gt;&lt;LI&gt;Python 2.7.11 with virtualenv (see &lt;A href="http://mbless.de/blog/2016/01/09/upgrade-to-python-2711-on-ubuntu-1404-lts.html"&gt;this post&lt;/A&gt; for details)&lt;/LI&gt;&lt;LI&gt;Install Ansible ver 2.0.0.2 (after activating the virtualenv, using the command 'pip install ansible==2.0.0.2')&lt;/LI&gt;&lt;LI&gt;Install Virtualbox 5.0.16 and Vagrant 1.8.1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Can you post the output of 'incubator-metron/metron-deployment/scripts/platform-info.sh' from your setup?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 14:11:15 GMT</pubDate>
    <dc:creator>asubramanian</dc:creator>
    <dc:date>2016-08-19T14:11:15Z</dc:date>
    <item>
      <title>Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104386#M37949</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to setup single node via vagrant but no matter what i try it keeps up throwing error. Can you please guide what could be the solution ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/6670-error-while-vagrantup.png"&gt;error-while-vagrantup.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;TASK [libselinux-python : Install libselinux-python] *************************** &lt;/P&gt;&lt;PRE&gt;fatal: [node1]: FAILED! =&amp;gt; {"failed": true, "msg": "ERROR! The conditional check 'result.rc == 0' failed. The error was: ERROR! error while evaluating conditional (result.rc == 0): ERROR! 'dict object' has no attribute 'rc'"}&lt;/PRE&gt;&lt;P&gt;After this i tried vagrant provision which solved that but gave a new kind of error.&lt;/P&gt;&lt;P&gt;TASK [yum-update : Yum Update Packages] **************************************** &lt;/P&gt;&lt;PRE&gt;fatal: [node1]: FAILED! =&amp;gt; {"failed": true, "msg": "ERROR! The conditional check 'result.rc == 0' failed. The error was: ERROR! error while evaluating conditional (result.rc == 0): ERROR! 'dict object' has no attribute 'rc'"}&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:04:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104386#M37949</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-08-16T13:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104387#M37950</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/12520/anjumfarrukh.html"&gt;Farrukh Anjum&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi Farrukh,&lt;/P&gt;&lt;P&gt;Could you please ensure you are running the metron installation with the following versions of ansible and vagrant?&lt;/P&gt;&lt;PRE&gt;ansible= 2.0.0.2
Vagrant =1.8.1&lt;/PRE&gt;&lt;P&gt;Inorder to debug the mentioned issue,will need the log at the verbose level so would request you to run ansible provisioning by adding the following line in your Vagrantfile.(&lt;A href="https://github.com/apache/incubator-metron/tree/master/metron-deployment"&gt;metron-deployment&lt;/A&gt;/&lt;A href="https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant"&gt;vagrant&lt;/A&gt;/&lt;A href="https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/quick-dev-platform"&gt;quick-dev-platform&lt;/A&gt;/Vagrantfile)&lt;/P&gt;&lt;PRE&gt;ansible.verbose = "vvv"&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 13:43:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104387#M37950</guid>
      <dc:creator>nsinha</dc:creator>
      <dc:date>2016-08-16T13:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104388#M37951</link>
      <description>&lt;P&gt;I had earlier successfully deployed a 12-node Metron cluster on EC2 using a Ubuntu 14.04 box. Here are the steps that worked for me.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Installed &lt;A href="http://linuxbrew.sh/"&gt;Linuxbrew&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Installed Java 1.8.0 and mvn 3.3.9&lt;/LI&gt;&lt;LI&gt;Python 2.7.11 with virtualenv (see &lt;A href="http://mbless.de/blog/2016/01/09/upgrade-to-python-2711-on-ubuntu-1404-lts.html"&gt;this post&lt;/A&gt; for details)&lt;/LI&gt;&lt;LI&gt;Install Ansible ver 2.0.0.2 (after activating the virtualenv, using the command 'pip install ansible==2.0.0.2')&lt;/LI&gt;&lt;LI&gt;Install Virtualbox 5.0.16 and Vagrant 1.8.1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Can you post the output of 'incubator-metron/metron-deployment/scripts/platform-info.sh' from your setup?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:11:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104388#M37951</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2016-08-19T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104389#M37952</link>
      <description>&lt;P&gt;On top of ansible and vagrant versions mentioned by &lt;A rel="user" href="https://community.cloudera.com/users/2865/nsinha.html" nodeid="2865"&gt;@Neha Sinha&lt;/A&gt;, it is important to have Python 2.7.11. I believe this error is due to incorrect python version.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 19:40:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104389#M37952</guid>
      <dc:creator>jmeyer</dc:creator>
      <dc:date>2016-08-24T19:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104390#M37953</link>
      <description>&lt;P&gt;Well I uninstalled Ubuntu and installed CentOS 6.8 on  Server hopping that it will make it smooth installation but its like out of pain into the fire like situation.&lt;/P&gt;&lt;P&gt;I am getting this error. Any help will be appericated.&lt;/P&gt;&lt;PRE&gt;2016-08-2908:00:54,504 p=2522 u=root |  TASK [ambari_master :Install ambari server]***********************************2016-08-2909:25:57,232 p=2522 u=root |  fatal:[node1]: UNREACHABLE!=&amp;gt;{"changed":false,"msg":"Failed to connect to the host via ssh.","unreachable":true}&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Aug 2016 12:56:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104390#M37953</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-08-30T12:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104391#M37954</link>
      <description>&lt;P&gt;Hey &lt;A rel="user" href="https://community.cloudera.com/users/12520/anjumfarrukh.html" nodeid="12520"&gt;@Farrukh Anjum&lt;/A&gt;, can you post the output of 'incubator-metron/metron-deployment/scripts/platform-info.sh' from your setup?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 13:46:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104391#M37954</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2016-08-30T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104392#M37955</link>
      <description>&lt;P&gt;Metron 0.2.0BETA
fatal: Not a git repository (or any of the parent directories): .git
--
ansible 2.1.1.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = Default w/o overrides
--
Vagrant 1.8.1
--
Python 2.6.6
--
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T21:41:47+05:00)
Maven home: /usr/share/apache-maven
Java version: 1.7.0_111, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-642.el6.x86_64", arch: "amd64", family: "unix"
--
Linux CentOS17 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 14:38:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104392#M37955</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-08-30T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104393#M37956</link>
      <description>&lt;P&gt;I can see that you're missing the following because of which you're running into the issues.&lt;/P&gt;&lt;P&gt;- Python needs to be 2.7.x (you're having 2.6.6)&lt;/P&gt;&lt;P&gt;- ansible needs to be 2.0.0.2 (you're running on 2.1.1.0)&lt;/P&gt;&lt;P&gt;- Java needs to be 1.8.x (and you're running with 1.7.0_111)&lt;/P&gt;&lt;P&gt;Can you fix the above and retry?&lt;/P&gt;&lt;P&gt;For your reference, here's the output from my single node setup (it is from a Mac box, but nevertheless)&lt;/P&gt;&lt;PRE&gt;(testmetron) asubramanian:incubator-metron-fork asubramanian$ ./incubator-metron/metron-deployment/scripts/platform-info.sh
Metron 0.2.0BETA
fatal: Not a git repository (or any of the parent directories): .git
--
ansible 2.0.0.2
  config file =
  configured module search path = Default w/o overrides
--
Vagrant 1.8.4
--
Python 2.7.10
--
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T22:11:47+05:30)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac"
--
Darwin asubramanian.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64

&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Aug 2016 12:44:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104393#M37956</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2016-08-31T12:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104394#M37957</link>
      <description>&lt;PRE&gt;./metron-deployment/scripts/platform-info.shMetron 0.2.0BETA
fatal: Not a git repository (or any of the parent directories): .git
--
ansible 2.0.0.2
  config file = 
  configured module search path = Default w/o overrides
--
Vagrant 1.8.1
--
Python 2.7.11
--
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T21:41:47+05:00)
Maven home: /usr/share/apache-maven
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: /usr/java/jdk1.8.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-642.el6.x86_64", arch: "amd64", family: "unix"
--
Linux CentOS17 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux



&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Sep 2016 12:26:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104394#M37957</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-09-07T12:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104395#M37958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After fixings versions I am into this problem now.&lt;/P&gt;&lt;P&gt;I am getting this error while i am trying to install the latest apache metron using quick-dev-platform&lt;/P&gt;&lt;PRE&gt;TASK [ambari_config : Start the ambari cluster - no wait] **********************
changed: [node1]
TASK [ambari_config : Start the ambari cluster - wait] *************************
fatal: [node1]: FAILED! =&amp;gt; {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "", "msg": "MODULE FAILURE", "parsed": false}
PLAY RECAP *********************************************************************
node1                      : ok=15   changed=1    unreachable=0    failed=1  
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.&lt;/PRE&gt;&lt;P&gt;Following is the output of my platform&lt;/P&gt;&lt;PRE&gt; ./metron-deployment/scripts/platform-info.shMetron 0.2.0BETA
fatal: Not a git repository (or any of the parent directories): .git
--
ansible 2.0.0.2
  config file = 
  configured module search path = Default w/o overrides
--
Vagrant 1.8.1
--
Python 2.7.11
--
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T21:41:47+05:00)
Maven home: /usr/share/apache-maven
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: /usr/java/jdk1.8.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-642.el6.x86_64", arch: "amd64", family: "unix"
--
Linux CentOS17 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux&lt;/PRE&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 12:30:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104395#M37958</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-09-07T12:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104396#M37959</link>
      <description>&lt;P&gt;Hey &lt;A rel="user" href="https://community.cloudera.com/users/12520/anjumfarrukh.html" nodeid="12520"&gt;@Farrukh Anjum&lt;/A&gt;, my guess is that you might be running out of memory on your linux box, cuz I have faced a similar situation on my Dell Vostro with Ubuntu 14.04. Can you dump the contents of /proc/meminfo and /proc/cpuinfo on your box?&lt;/P&gt;&lt;P&gt;Also, you can add ansible.verbose = "vvv" in your 'Vagrantfile' at incubator-metron/metron-deployment/vagrant/quick-dev-platform folder and re-run the 'run.sh'. This will increase the verbosity and will indicate what could be going wrong. Note that you might have to change 'up' to 'provision' in the run.sh if you are running the same command again.&lt;/P&gt;&lt;PRE&gt;  if ansibleSkipTags != '' or ansibleTags != ''
    config.vm.provision :ansible do |ansible|
        ansible.playbook = "../../playbooks/metron_full_install.yml"
        ansible.sudo = true
        ansible.tags = ansibleTags.split(",") if ansibleTags != ''
        ansible.skip_tags = ansibleSkipTags.split(",") if ansibleSkipTags != ''
        ansible.inventory_path = "../../inventory/full-dev-platform"
        ansible.verbose = "vvv"
    end

&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Sep 2016 18:19:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104396#M37959</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2016-09-07T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104397#M37960</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832"&gt;@asubramanian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I enabled verbosity mode. Now its giving following details&lt;/P&gt;&lt;PRE&gt;&amp;lt;node1&amp;gt; SSH: EXEC scp -C -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /root/incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r /tmp/tmpCymgCH '[node1]:/home/vagrant/.ansible/tmp/ansible-tmp-1473230983.26-243852837830618/yum'
&amp;lt;node1&amp;gt; ESTABLISH SSH CONNECTION FOR USER: vagrant
&amp;lt;node1&amp;gt; SSH: EXEC ssh -C -q -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /root/incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r -tt node1 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-zggucclqgkinuvvngryguppbglygrvng; LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python -tt /home/vagrant/.ansible/tmp/ansible-tmp-1473230983.26-243852837830618/yum; rm -rf "/home/vagrant/.ansible/tmp/ansible-tmp-1473230983.26-243852837830618/" &amp;gt; /dev/null 2&amp;gt;&amp;amp;1'"'"'"'"'"'"'"'"''"'"''
fatal: [node1]: FAILED! =&amp;gt; {"failed": true, "msg": "ERROR! The conditional check 'result.rc == 0' failed. The error was: ERROR! error while evaluating conditional (result.rc == 0): ERROR! 'dict object' has no attribute 'rc'"}
PLAY RECAP *********************************************************************
node1                      : ok=34   changed=6    unreachable=0    failed=1  
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.&lt;/PRE&gt;&lt;P&gt;How can I fix this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 11:57:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104397#M37960</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-09-08T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104398#M37961</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/users/11832/asubramanian.html"&gt;@asubramanian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Its quit a strange in now this problem is comming again. Following is the log of error you asked for.&lt;/P&gt;&lt;PRE&gt;TASK [ambari_config : Start the ambari cluster - wait] *************************
task path: /root/incubator-metron/metron-deployment/roles/ambari_config/tasks/start_hdp.yml:34
&amp;lt;node1&amp;gt; ESTABLISH SSH CONNECTION FOR USER: vagrant
&amp;lt;node1&amp;gt; SSH: EXEC ssh -C -q -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /root/incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r -tt node1 '( umask 22 &amp;amp;&amp;amp; mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1473293699.31-125101223690255 )" &amp;amp;&amp;amp; echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1473293699.31-125101223690255 )" )'
&amp;lt;node1&amp;gt; PUT /tmp/tmpgcNEKd TO /home/vagrant/.ansible/tmp/ansible-tmp-1473293699.31-125101223690255/ambari_cluster_state
&amp;lt;node1&amp;gt; SSH: EXEC scp -C -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /root/incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r /tmp/tmpgcNEKd '[node1]:/home/vagrant/.ansible/tmp/ansible-tmp-1473293699.31-125101223690255/ambari_cluster_state'
&amp;lt;node1&amp;gt; ESTABLISH SSH CONNECTION FOR USER: vagrant
&amp;lt;node1&amp;gt; SSH: EXEC ssh -C -q -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /root/incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r -tt node1 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-rhyjdnwebywftmalgheffabpduagxrfz; LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1473293699.31-125101223690255/ambari_cluster_state; rm -rf "/home/vagrant/.ansible/tmp/ansible-tmp-1473293699.31-125101223690255/" &amp;gt; /dev/null 2&amp;gt;&amp;amp;1'"'"'"'"'"'"'"'"''"'"''
fatal: [node1]: FAILED! =&amp;gt; {"changed": false, "failed": true, "invocation": {"module_args": {"blueprint_name": null, "blueprint_var": null, "cluster_name": "metron_cluster", "cluster_state": "started", "configurations": null, "host": "node1", "password": "admin", "port": 8080, "username": "admin", "wait_for_complete": true}, "module_name": "ambari_cluster_state"}, "msg": "Ambari client exception occurred: No JSON object could be decoded"}
PLAY RECAP *********************************************************************
node1                      : ok=15   changed=1    unreachable=0    failed=1  
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Sep 2016 12:18:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104398#M37961</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-09-08T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104399#M37962</link>
      <description>&lt;P&gt;Thanks to all, this problem was resolved when I increased the RAM to 64 GB&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 14:02:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104399#M37962</guid>
      <dc:creator>naveedanjum</dc:creator>
      <dc:date>2016-10-05T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104400#M37963</link>
      <description>&lt;P&gt;I am having this same problem doing the install. reruning the vagrant provision does not get me pass the error during the task of libselinux-python. I can tell the VM is running because I can see the login screen in python. Is there any other solutions that fixed this?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 07:25:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104400#M37963</guid>
      <dc:creator>ehinkle27</dc:creator>
      <dc:date>2016-12-16T07:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104401#M37964</link>
      <description>&lt;P&gt;I am having this same problem doing the install. reruning the vagrant provision does not get me pass the error during the task of libselinux-python. I can tell the VM is running because I can see the login screen in python. Is there any other solutions that fixed this?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 07:25:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104401#M37964</guid>
      <dc:creator>ehinkle27</dc:creator>
      <dc:date>2016-12-16T07:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104402#M37965</link>
      <description>&lt;P&gt;
	Hey &lt;A rel="user" href="https://community.cloudera.com/users/14939/ehinkle27.html" nodeid="14939"&gt;@Earl Hinkle&lt;/A&gt;, please post the output of &lt;CODE&gt;incubator-metron/metron-deployment/scripts/platform-info.sh&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 13:56:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104402#M37965</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2016-12-16T13:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104403#M37966</link>
      <description>&lt;P&gt;So I went through and uninstalled and reinstalled everything and tried the quick deploy verses the full deploy and got further, but I still do not have the system come completely up. I see the ambari server starts and can see the login page but it is stil failing. Below is the error. If I go to node1:8080 I do see the ambari login.&lt;/P&gt;&lt;P&gt;Task [ambari_config : Start the ambari cluster - no wait]
changed: [Node1]
Task [ambari_config : Start the ambari cluster - wait]
fatal: [node1]: FAILED! =&amp;gt; {"changed": false, "failed": true, "msg": "Request failed with status FAILED"&lt;/P&gt;&lt;P&gt;Here is the output of the command requested.&lt;/P&gt;&lt;P&gt;  METRON-616: Added support for float and long literals in Stellar closes apache/incubator-metron#392

--

--

ansible 2.0.0.2

  config file = /incubator-metron/metron-deployment/vagrant/quick-dev-platform/ansible.cfg

  configured module search path = ../../extra_modules

--

Vagrant 1.8.1

--

Python 2.7.12

--

Apache Maven 3.3.9

Maven home: /usr/share/maven

Java version: 1.8.0_112, vendor: Oracle Corporation

Java home: /usr/local/java/jdk1.8.0_112/jre

Default locale: en_US, platform encoding: UTF-8

OS name: "linux", version: "4.4.0-53-generic", arch: "amd64", family: "unix"&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 11:49:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104403#M37966</guid>
      <dc:creator>ehinkle27</dc:creator>
      <dc:date>2016-12-20T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104404#M37967</link>
      <description>&lt;P&gt;Below is the output when changing verbose to vvv&lt;/P&gt;&lt;P&gt;TASK [ambari_config : Start the ambari cluster - wait] *************************
task path: /incubator-metron/metron-deployment/roles/ambari_config/tasks/start_hdp.yml:34
&amp;lt;node1&amp;gt; ESTABLISH SSH CONNECTION FOR USER: vagrant
&amp;lt;node1&amp;gt; SSH: EXEC ssh -C -q -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r -tt node1 '( umask 22 &amp;amp;&amp;amp; mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1482284789.32-204398118579253 )" &amp;amp;&amp;amp; echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1482284789.32-204398118579253 )" )'
&amp;lt;node1&amp;gt; PUT /tmp/tmp8gjt4U TO /home/vagrant/.ansible/tmp/ansible-tmp-1482284789.32-204398118579253/ambari_cluster_state
&amp;lt;node1&amp;gt; SSH: EXEC sftp -b - -C -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r '[node1]'
&amp;lt;node1&amp;gt; ESTABLISH SSH CONNECTION FOR USER: vagrant
&amp;lt;node1&amp;gt; SSH: EXEC ssh -C -q -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /incubator-metron/metron-deployment/vagrant/quick-dev-platform/.vagrant/machines/node1/virtualbox/private_key -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=30 -o ControlPath=/root/.ansible/cp/%h-%p-%r -tt node1 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-pxqzgtoqufpebexymsvjohxeysursuva; LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /home/vagrant/.ansible/tmp/ansible-tmp-1482284789.32-204398118579253/ambari_cluster_state; rm -rf "/home/vagrant/.ansible/tmp/ansible-tmp-1482284789.32-204398118579253/" &amp;gt; /dev/null 2&amp;gt;&amp;amp;1'"'"'"'"'"'"'"'"''"'"''
fatal: [node1]: FAILED! =&amp;gt; {"changed": false, "failed": true, "invocation": {"module_args": {"blueprint_name": null, "blueprint_var": null, "cluster_name": "metron_cluster", "cluster_state": "started", "configurations": null, "host": "node1", "password": "admin", "port": 8080, "username": "admin", "wait_for_complete": true}, "module_name": "ambari_cluster_state"}, "msg": "Request failed with status FAILED"}

PLAY RECAP *********************************************************************
node1  : ok=19  changed=3  unreachable=0  failed=1 

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:56:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104404#M37967</guid>
      <dc:creator>ehinkle27</dc:creator>
      <dc:date>2016-12-21T09:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron Single Node installation problems</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104405#M37968</link>
      <description>&lt;P&gt;hello &lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832"&gt;@asubramanian&lt;/A&gt; i need to contact you, if you allow, i have couple of questions on metron, if you could give me your email, iam student and i have metron to setup and iam in loop of installation problems &lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 21:09:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-Single-Node-installation-problems/m-p/104405#M37968</guid>
      <dc:creator>tony_jabbour</dc:creator>
      <dc:date>2019-04-12T21:09:32Z</dc:date>
    </item>
  </channel>
</rss>

