Skip to content

Commit d3f6435

Browse files
o-alexSirOibaf
authored andcommitted
[HWORKS-2175][APPEND] Kueue - queues, cohorts and topologies (logicalclocks#496)
1 parent b8739cf commit d3f6435

File tree

9 files changed

+62
-14
lines changed

9 files changed

+62
-14
lines changed

docs/user_guides/mlops/serving/deployment.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ You will be redirected to a full-page deployment creation form where you can see
8787

8888
Once you are done with the changes, click on `Create new deployment` at the bottom of the page to create the deployment for your model.
8989

90-
### Step 4: Deployment creation
90+
### Step 4: (Kueue enabled) Select a Queue
91+
92+
If the cluster is installed with Kueue enabled, you will need to select a queue in which the deployment should run. This can be done from `Advance configuration -> Scheduler section`.
93+
94+
![Default queue for job](../../../assets/images/guides/project/scheduler/job_queue.png)
95+
96+
### Step 5: Deployment creation
9197

9298
Wait for the deployment creation process to finish.
9399

@@ -98,7 +104,7 @@ Wait for the deployment creation process to finish.
98104
</figure>
99105
</p>
100106

101-
### Step 5: Deployment overview
107+
### Step 6: Deployment overview
102108

103109
Once the deployment is created, you will be redirected to the list of all your existing deployments in the project. You can use the filters on the top of the page to easily locate your new deployment.
104110

docs/user_guides/projects/jobs/notebook_job.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,13 @@ You can always modify the arguments in the job settings.
9292
</figure>
9393
</p>
9494

95-
### Step 7: Execute the job
95+
### Step 7: (Kueue enabled) Select a Queue
96+
97+
If the cluster is installed with Kueue enabled, you will need to select a queue in which the job should run. This can be done from `Advance configuration -> Scheduler section`.
98+
99+
![Default queue for job](../../../assets/images/guides/project/scheduler/job_queue.png)
100+
101+
### Step 8: Execute the job
96102

97103
Now click the `Run` button to start the execution of the job. You will be redirected to the `Executions` page where you can see the list of all executions.
98104

@@ -103,7 +109,7 @@ Now click the `Run` button to start the execution of the job. You will be redire
103109
</figure>
104110
</p>
105111

106-
### Step 8: Visualize output notebook
112+
### Step 9: Visualize output notebook
107113
Once the execution is finished, click `Logs` and then `notebook out` to see the logs for the execution.
108114

109115
<p align="center">

docs/user_guides/projects/jobs/pyspark_job.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,11 @@ Line-separates [properties](https://spark.apache.org/docs/3.1.1/configuration.ht
128128
</figure>
129129
</p>
130130

131-
### Step 7: Execute the job
131+
### Step 7: (Kueue enabled) Select a Queue
132+
133+
Currently we do not have Kueue support for Spark. You do not need to select a queue to run the job in.
134+
135+
### Step 8: Execute the job
132136

133137
Now click the `Run` button to start the execution of the job. You will be redirected to the `Executions` page where you can see the list of all executions.
134138

@@ -139,7 +143,7 @@ Now click the `Run` button to start the execution of the job. You will be redire
139143
</figure>
140144
</p>
141145

142-
### Step 8: Application logs
146+
### Step 9: Application logs
143147

144148
To monitor logs while the execution is running, click `Spark UI` to open the Spark UI in a separate tab.
145149

docs/user_guides/projects/jobs/python_job.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ It is possible to also set following configuration settings for a `PYTHON` job.
9191
</figure>
9292
</p>
9393

94-
### Step 7: Execute the job
94+
### Step 7: (Kueue enabled) Select a Queue
95+
96+
If the cluster is installed with Kueue enabled, you will need to select a queue in which the job should run. This can be done from `Advance configuration -> Scheduler section`.
97+
98+
![Default queue for job](../../../assets/images/guides/project/scheduler/job_queue.png)
99+
100+
### Step 8: Execute the job
95101

96102
Now click the `Run` button to start the execution of the job. You will be redirected to the `Executions` page where you can see the list of all executions.
97103

docs/user_guides/projects/jobs/ray_job.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,13 @@ environment and additional files">
109109
</figure>
110110
</p>
111111

112-
### Step 6: Execute the job
112+
### Step 6: (Kueue enabled) Select a Queue
113+
114+
If the cluster is installed with Kueue enabled, you will need to select a queue in which the job should run. This can be done from `Advance configuration -> Scheduler section`.
115+
116+
![Default queue for job](../../../assets/images/guides/project/scheduler/job_queue.png)
117+
118+
### Step 7: Execute the job
113119

114120
Now click the `Run` button to start the execution of the job, and then click on `Executions` to see the list of all executions.
115121

@@ -120,7 +126,7 @@ Now click the `Run` button to start the execution of the job, and then click on
120126
</figure>
121127
</p>
122128

123-
## Ray Dashboard
129+
### Step 8: Ray Dashboard
124130
When the Ray job is running, you can access the Ray dashboard to monitor the job. The Ray dashboard is accessible from the
125131
`Executions` page. Please note that the Ray dashboard is only available when the job execution is running. In the Ray Dashboard,
126132
you can monitor the resources used by the job, the number of workers, logs, and the tasks that are running.

docs/user_guides/projects/jobs/spark_job.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,11 @@ Line-separates [properties](https://spark.apache.org/docs/3.1.1/configuration.ht
131131
</figure>
132132
</p>
133133

134-
### Step 8: Execute the job
134+
### Step 8: (Kueue enabled) Select a Queue
135+
136+
Currently we do not have Kueue support for Spark. You do not need to select a queue to run the job in.
137+
138+
### Step 9: Execute the job
135139

136140
Now click the `Run` button to start the execution of the job, and then click on `Executions` to see the list of all executions.
137141

@@ -143,7 +147,7 @@ Now click the `Run` button to start the execution of the job, and then click on
143147
</figure>
144148
</p>
145149

146-
### Step 9: Application logs
150+
### Step 10: Application logs
147151

148152
To monitor logs while the execution is running, click `Spark UI` to open the Spark UI in a separate tab.
149153

docs/user_guides/projects/jupyter/python_notebook.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,14 @@ The root path from which to start the Jupyter instance can be configured. By def
7070
</figure>
7171
</p>
7272

73+
## Step 4: (Kueue enabled) Select a Queue
7374

74-
## Step 4: Start Jupyter
75+
If the cluster is installed with Kueue enabled, you will need to select a queue in which the notebook should run. This can be done from `Advance configuration -> Scheduler section`.
76+
77+
![Default queue for job](../../../assets/images/guides/project/scheduler/job_queue.png)
78+
79+
80+
## Step 5: Start Jupyter
7581

7682
Start the Jupyter instance by clicking the `Run Jupyter` button.
7783

docs/user_guides/projects/jupyter/ray_notebook.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,13 @@ Hopsworks provides a variety of environments to run Jupyter notebooks. Select th
111111
In order to be able to run a Ray notebook, you need to select the environment that has the Ray kernel installed.
112112
Environment with Ray kernel have a `Ray Enabled` label next to them.
113113

114-
## Step 5: Start Jupyter
114+
## Step 5: (Kueue enabled) Select a Queue
115+
116+
If the cluster is installed with Kueue enabled, you will need to select a queue in which the notebook should run. This can be done from `Advance configuration -> Scheduler section`.
117+
118+
![Default queue for job](../../../assets/images/guides/project/scheduler/job_queue.png)
119+
120+
## Step 6: Start Jupyter
115121

116122
Start the Jupyter instance by clicking the `Run Jupyter` button.
117123

@@ -126,7 +132,7 @@ Once the Jupyter instance is started, you can create a new notebook by clicking
126132
</figure>
127133
</p>
128134

129-
## Step 6: Access Ray Dashboard
135+
## Step 7: Access Ray Dashboard
130136

131137
When you start a Ray session in Jupyter, a new application will appear in the Jupyter page.
132138
The notebook name from which the session was started is displayed. You can access the Ray UI by clicking on the `Ray Dashboard` and a new

docs/user_guides/projects/jupyter/spark_notebook.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ The root path from which to start the Jupyter instance can be configured. By def
113113
</p>
114114

115115

116+
## Step 5: (Kueue enabled) Select a Queue
117+
118+
Currently we do not have Kueue support for Spark. You do not need to select a queue to run the notebook in.
119+
116120
## Step 5: Start Jupyter
117121

118122
Start the Jupyter instance by clicking the `Run Jupyter` button.

0 commit comments

Comments
 (0)