Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Metron Indexing stopped right after started

avatar

When i start metron indexing service via ambari, the service will start successfully but stopped after few second.

i look into /var/log/metron/ directory but only found metron-rest.log. where is the log file for other metron component?

Thanks.

1 ACCEPTED SOLUTION

avatar

It actually running after i restart the server

View solution in original post

14 REPLIES 14

avatar

@asubramanian

below are urllib3 :

[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)


avatar
New Member

can you find solution for this problem ?

avatar
Super Collaborator

Have you checked this issue with python-requests package not installed: https://issues.apache.org/jira/browse/METRON-1451 ?

avatar
New Member

Hi @asubramanian ,

Yes , I installed python-requests but nothing changed.

Python module version that installed on server :

urllib3==1.24.1
pyOpenSSL==18.0.0
requests==2.6.1

I have this problem with HCP 1.7.1 On CentOS 7.

avatar

It actually running after i restart the server