You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the code that adds include_type_name=true should guard on versions of ES that support it. Right now, it dies on ES 5.x due to this. I'm not sure which version after 6.3.2 broke this.
org.elasticsearch.hadoop.rest.EsHadoopInvalidRequest: org.elasticsearch.hadoop.rest.EsHadoopRemoteException: illegal_argument_exception: request [/test_zipkin:span-2019-04-13/_mapping/span] contains unrecognized parameter: [include_type_name]
null
at org.elasticsearch.hadoop.rest.RestClient.checkResponse(RestClient.java:465)
at org.elasticsearch.hadoop.rest.RestClient.execute(RestClient.java:422)
at org.elasticsearch.hadoop.rest.RestClient.execute(RestClient.java:384)
at org.elasticsearch.hadoop.rest.RestClient.execute(RestClient.java:388)
at org.elasticsearch.hadoop.rest.RestClient.get(RestClient.java:168)
at org.elasticsearch.hadoop.rest.RestClient.getMappings(RestClient.java:315)
at org.elasticsearch.hadoop.rest.RestClient.getMappings(RestClient.java:305)
at org.elasticsearch.hadoop.rest.RestRepository.getMappings(RestRepository.java:293)
at org.elasticsearch.hadoop.rest.RestService.findPartitions(RestService.java:252)
@adriancole Apologies, I was away on a short break while that release was cut, but should have a patch landing to fix the 5.x compatibility issues soon. The 2.x issues hopefully will be resolved shortly after.
It seems the code that adds
include_type_name=true
should guard on versions of ES that support it. Right now, it dies on ES 5.x due to this. I'm not sure which version after 6.3.2 broke this.The text was updated successfully, but these errors were encountered: