Hive into es err [HEAD] on [pon_ihgu_sp_day_ln20220627] failed; server[10.204.172.64:9200] returned [503|Service Unavailable:]

HI
i use hive into es have err

Caused by: org.elasticsearch.hadoop.rest.EsHadoopInvalidRequest: [HEAD] on [pon_ihgu_sp_day_ln20220627] failed; server[10.204.172.64:9200] returned [503|Service Unavailable:]
at org.elasticsearch.hadoop.rest.RestClient.checkResponse(RestClient.java:469)
at org.elasticsearch.hadoop.rest.RestClient.executeNotFoundAllowed(RestClient.java:439)
at org.elasticsearch.hadoop.rest.RestClient.exists(RestClient.java:529)
at org.elasticsearch.hadoop.rest.RestClient.indexExists(RestClient.java:524)
at org.elasticsearch.hadoop.rest.RestClient.touch(RestClient.java:535)
at org.elasticsearch.hadoop.rest.RestRepository.touch(RestRepository.java:364)
at org.elasticsearch.hadoop.rest.RestService.initSingleIndex(RestService.java:660)
at org.elasticsearch.hadoop.rest.RestService.createWriter(RestService.java:636)
at org.elasticsearch.hadoop.mr.EsOutputFormat$EsRecordWriter.init(EsOutputFormat.java:175)
at org.elasticsearch.hadoop.hive.EsHiveOutputFormat$EsHiveRecordWriter.write(EsHiveOutputFormat.java:59)
at org.apache.hadoop.hive.ql.exec.FileSinkOperator.process(FileSinkOperator.java:987)
at org.apache.hadoop.hive.ql.exec.vector.VectorFileSinkOperator.process(VectorFileSinkOperator.java:111)
at org.apache.hadoop.hive.ql.exec.Operator.vectorForward(Operator.java:966)
at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:939)
at org.apache.hadoop.hive.ql.exec.vector.VectorSelectOperator.process(VectorSelectOperator.java:158)
at org.apache.hadoop.hive.ql.exec.Operator.vectorForward(Operator.java:966)
at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:939)
at org.apache.hadoop.hive.ql.exec.TableScanOperator.process(TableScanOperator.java:125)
at org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.process(VectorMapOperator.java:889)
... 10 more

my yml
cluster.name: escluster
node.name: es1
node.master: true
node.data: true
node.max_local_storage_nodes: 4
network.host: 0.0.0.0
#cluster.initial_master_nodes: ["10.204.172.64","10.204.172.65","10.204.172.66"]
#cluster.initial_master_nodes: ["10.204.172.64"]
cluster.initial_master_nodes: ["es1","es2","es3","es4"]
bootstrap.system_call_filter: false
http.port: 9200
discovery.seed_hosts: ["10.204.172.64:9300","10.204.172.65:9300","10.204.172.66:9300","10.204.172.60:9300"]
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.keystore.path: ./elastic-certificates.p12
xpack.security.transport.ssl.truststore.path: ./elastic-certificates.p12

http.cors.allow-headers: Authorization,Content-Type
action.destructive_requires_name: true
http.cors.enabled: true
http.cors.allow-origin: "*"

discovery.zen.fd.ping_timeout: 1000s
discovery.zen.fd.ping_retries: 10

Welcome to our community! :smiley:
Please format your code/logs/config using the </> button, or markdown style back ticks. It helps to make things easy to read which helps us help you :slight_smile:

What do your Elasticsearch logs show?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.