<?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: Metron Indexing stopped right after started in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194031#M156091</link>
    <description>&lt;P&gt;&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;below are urllib3 :&lt;/P&gt;&lt;PRE&gt;[root@workernode-01 ~]# pip list | grep url
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
pycurl (7.19.0)
urlgrabber (3.10)
urllib3 (1.22)


&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Mar 2018 16:25:02 GMT</pubDate>
    <dc:creator>anggriawanrezab</dc:creator>
    <dc:date>2018-03-28T16:25:02Z</dc:date>
    <item>
      <title>Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194021#M156081</link>
      <description>&lt;P&gt;When i start metron indexing service via ambari, the service will start successfully but stopped after few second.&lt;/P&gt;&lt;P&gt;i look into /var/log/metron/ directory but only found metron-rest.log. where is the log file for other metron component?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:42:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194021#M156081</guid>
      <dc:creator>anggriawanrezab</dc:creator>
      <dc:date>2018-03-27T13:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194022#M156082</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15069/anggriawanrezabramantya.html" nodeid="15069"&gt;@Bramantya Anggriawan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	You need to look for the indexing logs under the storm worker logs. There are two topologies that run as a part of the Metron Indexing service--&lt;EM&gt;random_access_indexing&lt;/EM&gt; and &lt;EM&gt;batch_indexing&lt;/EM&gt;. You can view the respective logs under &lt;CODE&gt;/var/log/storm/worker-logs/&amp;lt;indexing-topo-name&amp;gt;/6700/worker.log&lt;/CODE&gt;.&lt;/P&gt;&lt;P&gt;
	Btw, I would also suggest that you look at the Ambari agent log for any errors. I have seen earlier that the indexing service appearing stopped could possibly be an issue with python-requests package not installed as well (see &lt;A href="https://issues.apache.org/jira/browse/METRON-1451)" target="_blank"&gt;https://issues.apache.org/jira/browse/METRON-1451)&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:57:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194022#M156082</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2018-03-27T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194023#M156083</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832"&gt;@asubramanian&lt;/A&gt;&lt;P&gt;I look at ambari-agent.log and find this :&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/ambari_agent/PythonReflectiveExecutor.py", line 59, in run_file
    imp.load_source('__main__', script)
  File "/var/lib/ambari-agent/cache/common-services/METRON/0.4.1.1.4.1.0/package/scripts/indexing_master.py", line 18, in &amp;lt;module&amp;gt;
    import requests
  File "/usr/lib/python2.7/site-packages/requests/__init__.py", line 43, in &amp;lt;module&amp;gt;
    import urllib3
  File "/usr/lib/python2.7/site-packages/urllib3/__init__.py", line 8, in &amp;lt;module&amp;gt;
    from .connectionpool import (
  File "/usr/lib/python2.7/site-packages/urllib3/connectionpool.py", line 11, in &amp;lt;module&amp;gt;
    from .exceptions import (
  File "/usr/lib/python2.7/site-packages/urllib3/exceptions.py", line 2, in &amp;lt;module&amp;gt;
    from .packages.six.moves.http_client import (
  File "/usr/lib/python2.7/site-packages/urllib3/packages/six.py", line 198, in load_module
    return sys.modules[fullname]
AttributeError: 'NoneType' object has no attribute 'modules'
&lt;/PRE&gt;&lt;P&gt;I already update the python-request but it looks like the problem is python-urllib3 now.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 10:25:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194023#M156083</guid>
      <dc:creator>anggriawanrezab</dc:creator>
      <dc:date>2018-03-28T10:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194024#M156084</link>
      <description>&lt;P&gt;Can you post the version of python-requests you have installed?&lt;/P&gt;&lt;PRE&gt;pip list | grep requests&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 13:25:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194024#M156084</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2018-03-28T13:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194025#M156085</link>
      <description>&lt;P&gt;Also, can you describe your test environment more... &lt;/P&gt;&lt;P&gt;* full dev or bare metal&lt;/P&gt;&lt;P&gt;* version of Metron&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 13:29:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194025#M156085</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2018-03-28T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194026#M156086</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/178735/metron-indexing-stopped-right-after-started.html?childToView=182870#"&gt;@asubramanian&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;here is the result :&lt;/P&gt;&lt;PRE&gt;[root@workernode-01 ~]# pip list | grep requests
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
requests (2.18.4)
[root@workernode-01 ~]# &lt;/PRE&gt;&lt;P&gt;my cluster build on vm with RHIF bare metal, with metron version 0.4.1.1.4.1.0&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:03:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194026#M156086</guid>
      <dc:creator>anggriawanrezab</dc:creator>
      <dc:date>2018-03-28T14:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194027#M156087</link>
      <description>&lt;P&gt;ok.. can you install the following version of requests and check if things work?&lt;/P&gt;&lt;PRE&gt;pip install requests==2.6.1&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:05:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194027#M156087</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2018-03-28T14:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194028#M156088</link>
      <description>&lt;P&gt;Such a great post to know different useful information.&lt;/P&gt;&lt;P&gt;&lt;A href="https://logomines.com/" target="_blank"&gt;Logomines&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:38:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194028#M156088</guid>
      <dc:creator>logominesusa</dc:creator>
      <dc:date>2018-03-28T14:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194029#M156089</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/178735/metron-indexing-stopped-right-after-started.html?childToView=182888#"&gt;@asubramanian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;after i install request 2.6.1 like your advice, this error still persist :&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/ambari_agent/PythonReflectiveExecutor.py", line 59, in run_file
    imp.load_source('__main__', script)
  File "/var/lib/ambari-agent/cache/common-services/METRON/0.4.1.1.4.1.0/package/scripts/indexing_master.py", line 18, in &amp;lt;module&amp;gt;
    import requests
  File "/usr/lib/python2.7/site-packages/requests/__init__.py", line 53, in &amp;lt;module&amp;gt;
    from .packages.urllib3.contrib import pyopenssl
  File "/usr/lib/python2.7/site-packages/requests/packages/__init__.py", line 3, in &amp;lt;module&amp;gt;
    from . import urllib3
  File "/usr/lib/python2.7/site-packages/requests/packages/__init__.py", line 61, in load_module
AttributeError: 'NoneType' object has no attribute 'modules'
&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:23:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194029#M156089</guid>
      <dc:creator>anggriawanrezab</dc:creator>
      <dc:date>2018-03-28T15:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194030#M156090</link>
      <description>&lt;P&gt;Hm.. this error seems different than the earlier one. Can you list the version of urllib3 ? (pip list | grep url)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:55:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194030#M156090</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2018-03-28T15:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194031#M156091</link>
      <description>&lt;P&gt;&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;below are urllib3 :&lt;/P&gt;&lt;PRE&gt;[root@workernode-01 ~]# pip list | grep url
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
pycurl (7.19.0)
urlgrabber (3.10)
urllib3 (1.22)


&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 16:25:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194031#M156091</guid>
      <dc:creator>anggriawanrezab</dc:creator>
      <dc:date>2018-03-28T16:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194032#M156092</link>
      <description>&lt;P&gt;It actually running after i restart the server&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 18:32:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194032#M156092</guid>
      <dc:creator>anggriawanrezab</dc:creator>
      <dc:date>2018-04-13T18:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194033#M156093</link>
      <description>&lt;P&gt;can you find solution for this problem ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:42:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194033#M156093</guid>
      <dc:creator>hacofayik</dc:creator>
      <dc:date>2018-12-17T16:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194034#M156094</link>
      <description>&lt;P&gt;Have you checked this issue with python-requests package not installed: &lt;A href="https://issues.apache.org/jira/browse/METRON-1451"&gt;https://issues.apache.org/jira/browse/METRON-1451&lt;/A&gt; ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 17:04:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194034#M156094</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2018-12-17T17:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Indexing stopped right after started</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194035#M156095</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832"&gt;@asubramanian ,&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes , I installed python-requests but nothing changed.&lt;/P&gt;&lt;P&gt;Python module version that installed on server :&lt;/P&gt;&lt;PRE&gt;urllib3==1.24.1
pyOpenSSL==18.0.0
requests==2.6.1&lt;/PRE&gt;&lt;P&gt;I have this problem with HCP 1.7.1 On CentOS 7.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 17:46:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Indexing-stopped-right-after-started/m-p/194035#M156095</guid>
      <dc:creator>hacofayik</dc:creator>
      <dc:date>2018-12-17T17:46:48Z</dc:date>
    </item>
  </channel>
</rss>

