Hi Jose, You can get the yarn log of the spark application, to identify the error when sink metrics to ES. Not sure about your issue of ES, what’s your environment like? If your spark cluster contains more than one node, the worker node will not recognize 127.0.0.1 as you expected.
Thanks Lionel, Liu From: [email protected] Sent: 2019年8月1日 17:06 To: [email protected] Subject: Metrics not stored in ElasticSearch Hello, We have installed Apache Griffin, but when jobs are executed from the UI we are not able to see the results because metrics are being stored only in HDFS, but not in ElasticSearch. Does anybody know how can we see why metrics are not being stored in ElasticSearch. Configuration in application.properties for Elasticsearch is the default configuration: # elasticsearch elasticsearch.host=127.0.0.1 elasticsearch.port=9200 elasticsearch.scheme=http # elasticsearch.user = user # elasticsearch.password = password Regards
