Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENG-7652: Adds new DW troubleshooting modules to books #368

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions assemblies/managing-cluster-resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ include::modules/enabling-intel-gaudi-ai-accelerators.adoc[leveloffset=+2]

include::modules/allocating-additional-resources-to-data-science-users.adoc[leveloffset=+1]

include::modules/troubleshooting-common-problems-with-distributed-workloads-for-administrators.adoc[leveloffset=+1]


ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ ifdef::cloud-service[]
endif::[]
. Click *Search*, and from the *Resources* list, select *LocalQueue*.
. Resolve the problem in one of the following ways:
. If no local queues are found, create a local queue.
. Provide the user with the details of the local queues in their project.

* If no local queues are found, create a local queue.
* If one or more local queues are found, provide the user with the details of the local queues in their project.
Advise the user to ensure that they spelled the local queue name correctly in their cluster configuration, and that the `namespace` value in the cluster configuration matches their project name.
If the user does not specify a `namespace` value in the cluster configuration, the Ray cluster is created in the current project.

Expand Down
2 changes: 2 additions & 0 deletions working-with-distributed-workloads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ include::assemblies/monitoring-distributed-workloads.adoc[leveloffset=+1]

include::assemblies/tuning-a-model-by-using-the-training-operator.adoc[leveloffset=+1]

include::modules/troubleshooting-common-problems-with-distributed-workloads-for-users.adoc[leveloffset=+1]