Hi @Ravikumashi, The SSL handshake errors you're encountering during the Maven library installation on Databricks clusters version 11.3 LTS might be due to transient Maven issues or conflicts with existing libraries. There are no specific solutions provided in the sources for SSL handshake errors.
However, there are a few general suggestions that might help:
1. Retry the installation: As per the first source, the issue might resolve itself if you try again later, as it might be a transient Maven issue.
2. Check for carriage return characters: According to the second source, a carriage return character at the end of one or more lines in the init script could cause issues. You can remove these by running dos2unix on the file after uploading it to your Databricks workspace.
3. Check for conflicting libraries: The third source suggests that installation failures can occur if the library tries to install already installed dependencies. You can resolve this by excluding the dependencies before starting the installation. Unfortunately, providing a more precise solution without more specific information about the error and your setup is challenging. If the issue persists, I recommend contacting Databricks support by filing a support ticket for further assistance.
Sources:
- [Libraries failing due to transient Maven issue](https://kb.databricks.com/libraries/library-fail-transient-maven)
- [Init script fails to download Maven JAR](https://kb.databricks.com/libraries/init-script-fail-download-maven)
- [Failed to install Elasticsearch via Maven](https://kb.databricks.com/libraries/failed-to-install-elasticsearch-via-maven)