I used the ElasticSearch Hadoop plugin to save SNAPHOTS in hadoop ( plugin contains hadoop 2.7.1 JAR) whereis the Docker Hadoop configured on remote server is also 2.7.1. Get the following error when I try creating the Repository in Elastic Search
Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): SIMPLE authentication is not enabled. Available:[TOKEN]
It seems according to the error that on Hadoop server, SIMPLE authentication is not enabled but then I have ready in some docs that SIMPLE authentication is enabled by default.