Caused by: java.lang.IllegalArgumentException: Preemptive authentication set without credentials ...

在com.alibaba.datax.plugin.writer.elasticsearchwriter包下的ESClient


将.setPreemptiveAuth(new HttpHost(endpoint))注释掉,取消身份验证

你可能感兴趣的:(Caused by: java.lang.IllegalArgumentException: Preemptive authentication set without credentials ...)