From e48205d76ba293f0aa258a23069012cdeb6673bf Mon Sep 17 00:00:00 2001 From: taokelu Date: Tue, 9 Aug 2022 14:34:07 +0800 Subject: [PATCH] [KYUUBI #3203] [DOCS] Fix typo ### Change Minor change Closes #3203 from legendtkl/typoFix. Closes #3203 01f3f155 [taokelu] [Docs] fix typo Authored-by: taokelu Signed-off-by: Cheng Pan --- docs/extensions/server/applications.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/server/applications.rst b/docs/extensions/server/applications.rst index 96e569e0e..4aebb6bb9 100644 --- a/docs/extensions/server/applications.rst +++ b/docs/extensions/server/applications.rst @@ -26,7 +26,7 @@ The ``ApplicationManager`` leverages methods provided by application operation i An ``ApplicationOperation`` implementation is usually built upon clients or APIs provided by cluster managers, such as Hadoop YARN, Kubernetes, etc. -For now, Kyuubi has already supported serval built-in application operations: +For now, Kyuubi has already supported several built-in application operations: - ``JpsApplicationOperation``: an operation that can manage apps with a local process, e.g. a local mode spark application - ``YarnApplicationOperation``: an operation that can manage apps with a Hadoop Yarn cluster, e.g. a spark on yarn application