Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GLUTEN-7307][VL] Update openssl version in velox setup for centos9 (#…
…7308) The current velox setup script for centOS9 brings opnssl-1.1.1s which seems to be outdated all the current spark-3.x runtimes on centOS9 use openssl-3.x versions which causes the spark applications to fail due to this version mismatch. To handle the above issue - upgraded the openssl version is the current setup. Fixes: #7307
- Loading branch information