Skip to content

Commit de10c45

Browse files
committed
comments from Monica Kei
1 parent e8b6d69 commit de10c45

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

articles/machine-learning/resource-known-issues.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,7 @@ These are known issues for Azure Machine Learning Datasets.
131131

132132
If you don't include the leading forward slash, '/', you'll need to prefix the working directory e.g. `/mnt/batch/.../tmp/dataset` on the compute target to indicate where you want the dataset to be mounted.
133133

134-
* **Fail to read Parquet file from HTTP or ADLS Gen 2**: There is a known issue in the AzureML DataPrep SDK version 1.1.25 that causes a failure when creating a dataset by reading Parquet files from HTTP or ADLS Gen 2. It will fail with `Cannot seek once reading started.`. To fix this issue, upgrade `azureml-dataprep` to a version higher than 1.1.26, or downgrade to a version lower than 1.1.24.
135-
136-
```python
137-
pip install --upgrade azureml-dataprep
138-
```
139134

140-
* **TypeError: mount() got an unexpected keyword argument 'invocation_id'**: This error occurs if you have an incompatible version between `azureml-core` and `azureml-dataprep`. If you see this error, upgrade `azureml-dataprep` package to a newer version (greater than or equal to 1.1.29).
141-
142-
```python
143-
pip install --upgrade azureml-dataprep
144-
```
145135

146136
### Data labeling projects issues
147137

0 commit comments

Comments
 (0)