Conda version regression in a recent HDInsight release
Issue published date: October 13, 2023
In the latest Azure HDInsight release, the conda version was mistakenly downgraded to 4.2.9. This regression is fixed in an upcoming release, but currently it can affect Spark job execution and result in script action failures. Conda 4.3.30 is the expected version in 5.0 and 5.1 clusters, so follow the steps to mitigate the issue.
Important
This issue affects clusters with image version 5.1.3000.0.2308052231. Learn how to view the image version of an HDInsight cluster.
Recommended steps
Use Secure Shell (SSH) to connect to any virtual machine (VM) in the cluster.
Switch to the root user:
sudo su
.Check the conda version:
/usr/bin/anaconda/bin/conda info
.If the version is 4.2.9, run the following script action on all nodes to upgrade the cluster to conda version 4.3.30:
https://hdiconfigactions2.blob.core.windows.net/hdi-sre-workspace/conda_update_4_3_30_patch.sh