Skip to content

Commit dd615db

Browse files
authored
Merge pull request #174824 from saachigopal/patch-19
add info around spark package issue
2 parents 375903a + ef36d2e commit dd615db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ RUN apt-get update && \
160160

161161
Running this command installs the correct module dependencies to configure your environment.
162162

163+
### Build failure when using Spark packages
164+
165+
Configure the environment to not precache the packages.
166+
167+
```python
168+
env.spark.precache_packages = False
169+
```
170+
163171
## Service-side failures
164172

165173
See the following scenarios to troubleshoot possible service-side failures.

0 commit comments

Comments
 (0)