Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Metron Indexing stopped right after started

avatar
Contributor

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
Contributor

It actually running after i restart the server

View solution in original post

14 REPLIES 14

avatar
Contributor

@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
Contributor

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
Contributor

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
Contributor

It actually running after i restart the server