Skip to content

Commit f8a37c7

Browse files
authored
Merge pull request #265728 from nadiacps/main
update known issues page
2 parents 1c2803a + 7395717 commit f8a37c7

File tree

3 files changed

+38
-24
lines changed

3 files changed

+38
-24
lines changed

articles/hdinsight/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,12 @@ items:
275275
href: ./log-analytics-migration.md
276276
- name: Troubleshoot
277277
items:
278-
- name: Known issues in HDInsight
279-
href: ./hdinsight-known-issues.md
278+
- name: Known issues
279+
items:
280+
- name: Known issues in HDInsight
281+
href: ./hdinsight-known-issues.md
282+
- name: Conda version regression in a recent HDInsight release
283+
href: ./hdinsight-known-issues-conda-version-regression.md
280284
- name: Request increase for CPU core quota
281285
href: ./quota-increase-request.md
282286
- name: Troubleshoot Apache Ambari Metrics Collector
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
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:
24+
25+
`https://hdiconfigactions2.blob.core.windows.net/hdi-sre-workspace/conda_update_4_3_30_patch.sh`
26+
27+
## Resources
28+
29+
- [Script action to a running cluster](/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux#script-action-to-a-running-cluster)
30+
- [Safely manage a Python environment on Azure HDInsight by using script actions](/azure/hdinsight/spark/apache-spark-python-package-installation)
31+
- [Supported HDInsight versions](/azure/hdinsight/hdinsight-component-versioning#supported-hdinsight-versions)

articles/hdinsight/hdinsight-known-issues.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Azure HDInsight has the following known issues:
1919
| HDInsight component | Issue description |
2020
|---------------------|-------------------|
2121
| Kafka | [Kafka 2.4.1 validation error in ARM templates](#kafka-241-validation-error-in-arm-templates) |
22-
| Spark | [Conda version regression in a recent HDInsight release](#conda-version-regression-in-a-recent-hdinsight-release)|
2322
| Platform | [Cluster reliability issue with older images in HDInsight clusters](#cluster-reliability-issue-with-older-images-in-hdinsight-clusters)|
2423

2524
### Kafka 2.4.1 validation error in ARM templates
@@ -38,26 +37,6 @@ When you're using [templates or automation tools](/azure/hdinsight/hdinsight-had
3837
- [Supported HDInsight versions](/azure/hdinsight/hdinsight-component-versioning#supported-hdinsight-versions)
3938
- [HDInsight Kafka cluster](/azure/hdinsight/kafka/apache-kafka-introduction)
4039

41-
### 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:
53-
54-
`https://hdiconfigactions2.blob.core.windows.net/hdi-sre-workspace/conda_update_4_3_30_patch.sh`
55-
56-
#### Resources
57-
58-
- [Script action to a running cluster](/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux#script-action-to-a-running-cluster)
59-
- [Safely manage a Python environment on Azure HDInsight by using script actions](/azure/hdinsight/spark/apache-spark-python-package-installation)
60-
- [Supported HDInsight versions](/azure/hdinsight/hdinsight-component-versioning#supported-hdinsight-versions)
6140

6241
### Cluster reliability issue with older images in HDInsight clusters
6342

@@ -103,7 +82,7 @@ Select the title to view more information about that specific known issue. Fixed
10382

10483
| Issue ID | Area |Title | Issue publish date| Status |
10584
|------------------|------------------------|-------------------------|-------------------|-------|
106-
|Not applicable|Not applicable|Not applicable|Not applicable|Not applicable|
85+
|Not applicable|Spark|Conda Version Regression in a recent HDInsight release|October 13, 2023|Closed|
10786

10887
## Next steps
10988

0 commit comments

Comments
 (0)