Whether es.net.ssl.truststore.location can be setted as hdfs url

I have trustore.jks and keystore.jks generated and putted on hdfs.I set spark.es.net.ssl.truststore.location and spark.es.net.ssl.keystore.location with value hdfs://mycluster/keystore.jks.
When i create an external es table on hive,i got a error from IOUtils. org.elasticsearch.hadoop.EsHadoopIllegalArgumentException: Expected to find keystore file.I want to know whether those configuration can be setted as hdfs url.

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