You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Conda Version Regression in a recent HDInsight release
3
+
description: Known issue affecting image version 5.1.3000.0.2308052231
4
+
ms.service: hdinsight
5
+
ms.topic: include
6
+
ms.date: 02/22/2024
7
+
---
8
+
9
+
# Conda version regression in a recent HDInsight release
10
+
11
+
**Issue published date**: October 13, 2023
12
+
13
+
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.
14
+
15
+
> [!IMPORTANT]
16
+
> This issue affects clusters with image version 5.1.3000.0.2308052231. Learn how to [view the image version of an HDInsight cluster](./view-hindsight-cluster-image-version.md).
17
+
18
+
## Recommended steps
19
+
20
+
1. Use Secure Shell (SSH) to connect to any virtual machine (VM) in the cluster.
21
+
2. Switch to the root user: `sudo su`.
22
+
3. Check the conda version: `/usr/bin/anaconda/bin/conda info`.
23
+
4. If the version is 4.2.9, run the following [script action](/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux#script-action-to-a-running-cluster) on all nodes to upgrade the cluster to conda version 4.3.30:
### Conda version regression in a recent HDInsight release
42
-
43
-
**Issue published date**: October 13, 2023
44
-
45
-
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.
46
-
47
-
#### Recommended steps
48
-
49
-
1. Use Secure Shell (SSH) to connect to any virtual machine (VM) in the cluster.
50
-
2. Switch to the root user: `sudo su`.
51
-
3. Check the conda version: `/usr/bin/anaconda/bin/conda info`.
52
-
4. If the version is 4.2.9, run the following [script action](/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux#script-action-to-a-running-cluster) on all nodes to upgrade the cluster to conda version 4.3.30:
0 commit comments