Opensearch and Spark Decencies fail to connect and run. #8056
Replies: 1 comment 1 reply
-
|
Test disabling SSL first
Then you can try something like this to mount the certificate.
|
Beta Was this translation helpful? Give feedback.
-
|
Test disabling SSL first
Then you can try something like this to mount the certificate.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use OpenSearch with Spark. OpenSearch is running under https. In most other cases, I have had to include the certificate chain or set the connection as insecure to make the connection work. The Spark project is also reporting that it is unable to determine the version of OpenSearch I am running and does not seem to be able to make a connection.
This is what I am using to attempt the connection.
docker run \ --env STORAGE=opensearch \ --env OS_NODES_WAN_ONLY=True \ --env OS_USERNAME=admin \ --env OS_PASSWORD="" \ --env OS_NODES=https://172.16.18.242:9200 \ --env LOG4J_STATUS_LOGGER_LEVEL=DEBUG \ ghcr.io/jaegertracing/spark-dependencies/spark-dependencies:v0.7.2-opensearchWhen run, I get the following errors back.
Beta Was this translation helpful? Give feedback.
All reactions