<?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 dev install error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116520#M34071</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/140/nsabharwal.html"&gt;Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/140/nsabharwal.html"&gt;&lt;/A&gt;Hi Neeraj,&lt;/P&gt;&lt;P&gt;Kindly upgrade your setuptools to a version &amp;gt;=11.3.&lt;/P&gt;&lt;P&gt;In my environment I am running ansible 2.0.0.2 with setuptools (24.0.0).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2016 18:00:19 GMT</pubDate>
    <dc:creator>nsinha</dc:creator>
    <dc:date>2016-07-07T18:00:19Z</dc:date>
    <item>
      <title>Apache Metron dev install error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116516#M34067</link>
      <description>&lt;P&gt;TASK [ambari_config : Install python-requests] *********************************&lt;/P&gt;&lt;P&gt;ok: [node1]&lt;/P&gt;&lt;P&gt;TASK [ambari_config : check if ambari-server is up on node1:8080] **************&lt;/P&gt;&lt;P&gt;ok: [node1]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TASK [ambari_config : Deploy cluster with Ambari; http://node1:8080] ***********&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fatal: [node1]: FAILED! =&amp;gt; {"changed": false, "failed": true, "msg": "value of wait_for_complete must be one of: yes,on,1,true,1,True,no,off,0,false,0,False, got: True"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NO MORE HOSTS LEFT *************************************************************&lt;/P&gt;&lt;P&gt;to retry, use: --limit @../../playbooks/metron_full_install.retry&lt;/P&gt;&lt;P&gt;PLAY RECAP *********************************************************************&lt;/P&gt;&lt;P&gt;node1                      : ok=36changed=5    unreachable=0    failed=1&lt;/P&gt;&lt;P&gt;Ansible failed to complete successfully. Any error output should be&lt;/P&gt;&lt;P&gt;visible above. Please fix these errors and try again.&lt;/P&gt;&lt;P&gt;I am following &lt;A href="https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/full-dev-platform" target="_blank"&gt;https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/full-dev-platform&lt;/A&gt; and hitting the above while provisioning. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 03:27:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116516#M34067</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-07-07T03:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron dev install error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116517#M34068</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11/gvetticaden.html" nodeid="11"&gt;@George Vetticaden&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 07:45:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116517#M34068</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-07-07T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron dev install error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116518#M34069</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/140/nsabharwal.html"&gt;Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi Neeraj,&lt;/P&gt;&lt;P&gt;Could you please check ansible version you are running the code with?(ansible --version)&lt;/P&gt;&lt;P&gt;For metron deployment, ansible 2.0.0.2 is required.&lt;/P&gt;&lt;P&gt;Note :- If you perform a "pip install ansible"...It installs ansible-2.1.0.0 and we happen to come across the issue you mentioned.&lt;/P&gt;&lt;P&gt;Incase you have a different version of ansible installed than 2.0.0.2,please perform the following steps and rerun the metron deployment :-&lt;/P&gt;&lt;P&gt;pip uninstall ansible&lt;/P&gt;&lt;P&gt;pip install ansible==2.0.0.2&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 13:30:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116518#M34069</guid>
      <dc:creator>nsinha</dc:creator>
      <dc:date>2016-07-07T13:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron dev install error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116519#M34070</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2865/nsinha.html" nodeid="2865"&gt;@Neha Sinha&lt;/A&gt;  I did follow that..getting this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;==&amp;gt; node1: Updating /etc/hosts file on host machine (password may be required)...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;==&amp;gt; node1: Running provisioner: ansible...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    node1: Running ansible-playbook...&lt;/P&gt;&lt;P&gt;Unexpected Exception: (setuptools 1.1.6 (/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python), Requirement.parse('setuptools&amp;gt;=11.3'))&lt;/P&gt;&lt;P&gt;the full traceback was:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;  File "/usr/local/bin/ansible-playbook", line 72, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;    mycli = getattr(__import__("ansible.cli.%s" % sub, fromlist=[myclass]), myclass)&lt;/P&gt;&lt;P&gt;  File "/Library/Python/2.7/site-packages/ansible/cli/playbook.py", line 30, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;    from ansible.executor.playbook_executor import PlaybookExecutor&lt;/P&gt;&lt;P&gt;  File "/Library/Python/2.7/site-packages/ansible/executor/playbook_executor.py", line 30, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;    from ansible.executor.task_queue_manager import TaskQueueManager&lt;/P&gt;&lt;P&gt;  File "/Library/Python/2.7/site-packages/ansible/executor/task_queue_manager.py", line 29, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;    from ansible.executor.play_iterator import PlayIterator&lt;/P&gt;&lt;P&gt;  File "/Library/Python/2.7/site-packages/ansible/executor/play_iterator.py", line 29, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;    from ansible.playbook.block import Block&lt;/P&gt;&lt;P&gt;  File "/Library/Python/2.7/site-pa&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:52:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116519#M34070</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-07-07T17:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron dev install error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116520#M34071</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/140/nsabharwal.html"&gt;Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/140/nsabharwal.html"&gt;&lt;/A&gt;Hi Neeraj,&lt;/P&gt;&lt;P&gt;Kindly upgrade your setuptools to a version &amp;gt;=11.3.&lt;/P&gt;&lt;P&gt;In my environment I am running ansible 2.0.0.2 with setuptools (24.0.0).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 18:00:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116520#M34071</guid>
      <dc:creator>nsinha</dc:creator>
      <dc:date>2016-07-07T18:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Metron dev install error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116521#M34072</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2865/nsinha.html" nodeid="2865"&gt;@Neha Sinha&lt;/A&gt;  I executed this pip install --upgrade setuptools --user python to fix the above error &lt;/P&gt;&lt;P&gt;TASK [ambari_config : check if ambari-server is up on node1:8080] **************&lt;/P&gt;&lt;P&gt;fatal: [node1]: FAILED! =&amp;gt; {"changed": false, "elapsed": 300, "failed": true, "msg": "Timeout when waiting for node1:8080"}&lt;/P&gt;&lt;P&gt;PLAY RECAP *********************************************************************&lt;/P&gt;&lt;P&gt;node1                      : ok=11changed=5    unreachable=0    failed=1&lt;/P&gt;&lt;P&gt;Ansible failed to complete successfully. Any error output should be&lt;/P&gt;&lt;P&gt;visible above. Please fix these errors and try again.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 18:01:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Metron-dev-install-error/m-p/116521#M34072</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-07-07T18:01:29Z</dc:date>
    </item>
  </channel>
</rss>

