Skip to content

Commit ead8fd5

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#47373
Added 4.8.0 version to known issue section. ------- cc: @hrasheed-msft GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/47373
1 parent 0c6c046 commit ead8fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/spark/apache-spark-python-package-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ HDInsight cluster depends on the built-in Python environment, both Python 2.7 an
117117
118118
## Known issue
119119
120-
There is a known bug for Anaconda version 4.7.11 and 4.7.12. If you see your script actions hanging at `"Collecting package metadata (repodata.json): ...working..."` and failing with `"Python script has been killed due to timeout after waiting 3600 secs"`. You can download [this script](https://gregorysfixes.blob.core.windows.net/public/fix-conda.sh) and run it as script actions on all nodes to fix the issue.
120+
There is a known bug for Anaconda version 4.7.11, 4.7.12 and 4.8.0. If you see your script actions hanging at `"Collecting package metadata (repodata.json): ...working..."` and failing with `"Python script has been killed due to timeout after waiting 3600 secs"`. You can download [this script](https://gregorysfixes.blob.core.windows.net/public/fix-conda.sh) and run it as script actions on all nodes to fix the issue.
121121
122122
To check your Anaconda version, you can SSH to the cluster header node and run `/usr/bin/anaconda/bin/conda --v`.
123123

0 commit comments

Comments
 (0)