Skip to content

Commit 9a197d0

Browse files
committed
doc
1 parent c8ed5f9 commit 9a197d0

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/client/rest/rest_api.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -410,16 +410,6 @@ The [Batch](#batch).
410410

411411
Kill the batch if it is still running.
412412

413-
#### Request Parameters
414-
415-
| Name | Description | Type |
416-
|:------------------------|:------------------------------|:-----------------|
417-
| proxyUser | the proxy user to impersonate | String(optional) |
418-
| hive.server2.proxy.user | the proxy user to impersonate | String(optional) |
419-
420-
`proxyUser` is an alternative to `hive.server2.proxy.user`, and the current behavior is consistent with
421-
`hive.server2.proxy.user`. When both parameters are set, `proxyUser` takes precedence.
422-
423413
#### Response Body
424414

425415
| Name | Description | Type |

docs/deployment/migration-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
relative to `$KYUUBI_HOME` instead of `$PWD`.
3333
* Since Kyuubi 1.8, PROMETHEUS is changed as the default metrics reporter. To restore previous behavior,
3434
set `kyuubi.metrics.reporters=JSON`.
35+
* Since Kyuubi 1.8.1, for `DELETE /batches/${batchId}`, `proxyUser` and `hive.server2.proxy.user`
36+
are not needed in the request parameters.
3537

3638
## Upgrading from Kyuubi 1.7.1 to 1.7.2
3739

0 commit comments

Comments
 (0)