Skip to content

Commit bcdec67

Browse files
authored
Merge pull request #5 from v-akarnase/patch-35
Rename hdinsight-known-issues-conda-version-regression to hdinsight-k…
2 parents 6a3b55b + 5dd604b commit bcdec67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/hdinsight/hdinsight-known-issues-conda-version-regression renamed to articles/hdinsight/hdinsight-known-issues-conda-version-regression.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
title: Conda Version Regression in a recent HDInsight release
33
description: Known issue affecting image version 5.1.3000.0.2308052231
44
ms.service: hdinsight
5-
ms.topic: troubleshooting-known-issue
6-
ms.date: 08/02/2023
5+
ms.topic: include
6+
ms.date: 02/22/2024
77
---
88

9-
### Conda version regression in a recent HDInsight release
9+
# Conda version regression in a recent HDInsight release
1010

1111
**Issue published date**: October 13, 2023
1212

1313
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.
1414

1515
> [!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](https://learn.microsoft.com/en-us/azure/hdinsight/view-hindsight-cluster-image-version).
16+
> This issue affects clusters with image version 5.1.3000.0.2308052231. Learn how to [view the image version of an HDInsight cluster](./hdinsight/view-hindsight-cluster-image-version.md).
1717
18-
#### Recommended steps
18+
## Recommended steps
1919

2020
1. Use Secure Shell (SSH) to connect to any virtual machine (VM) in the cluster.
2121
2. Switch to the root user: `sudo su`.
@@ -24,7 +24,7 @@ In the latest Azure HDInsight release, the conda version was mistakenly downgrad
2424

2525
`https://hdiconfigactions2.blob.core.windows.net/hdi-sre-workspace/conda_update_4_3_30_patch.sh`
2626

27-
#### Resources
27+
## Resources
2828

2929
- [Script action to a running cluster](/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux#script-action-to-a-running-cluster)
3030
- [Safely manage a Python environment on Azure HDInsight by using script actions](/azure/hdinsight/spark/apache-spark-python-package-installation)

0 commit comments

Comments
 (0)