Skip to content

Commit d52c393

Browse files
authored
[HWORKS-2193] Update project mount dir for Ray (#476)
* [HWORKS-2193] Update project mount dir for Ray * Extra changes
1 parent 0fb543b commit d52c393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user_guides/projects/jobs/ray_job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ print(f_err.read())
205205

206206
## Accessing project data
207207

208-
The project datasets are mounted under `/home/yarnapp/hopsfs`, so you can access `data.csv` from the `Resources` dataset using `/home/yarnapp/hopsfs/Resources/data.csv` in your script.
208+
The project datasets are mounted under `/hopsfs`, so you can access `data.csv` from the `Resources` dataset using `/hopsfs/Resources/data.csv` in your script.
209209

210210

211211
## API Reference

docs/user_guides/projects/jupyter/ray_notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ In the Ray Dashboard, you can monitor the resources used by code you are runnin
143143

144144
## Accessing project data
145145

146-
The project datasets are mounted under `/home/yarnapp/hopsfs` in the Ray containers, so you can access `data.csv` from the `Resources` dataset using `/home/yarnapp/hopsfs/Resources/data.csv`.
146+
The project datasets are mounted under `/hopsfs` in the Ray containers, so you can access `data.csv` from the `Resources` dataset using `/hopsfs/Resources/data.csv`.

0 commit comments

Comments
 (0)