### _Why are the changes needed?_ The current quick start is too wordy and not user-friendly. In this PR, we simply the guide to let newcomers easier build a quick start deployment with Kyuubi and Spark only. The copied logs are removed the make the doc shorter. <img width="1787" alt="image" src="https://user-images.githubusercontent.com/8326978/201630828-013f3b8b-b88b-4a35-b1ae-e142cb153370.png"> ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3804 from yaooqinn/qstart. Closes #3804 d5bff5d0 [Kent Yao] [DOCS] Make the quick start less wordy and easier 696b2610 [Kent Yao] [DOCS] Make the quick start less wordy and easier b7e30d95 [Kent Yao] [DOCS] Make the quick start less wordy and easier Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
31 lines
1.0 KiB
ReStructuredText
31 lines
1.0 KiB
ReStructuredText
.. Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
.. http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
.. Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
|
|
Quick Start
|
|
===========
|
|
|
|
.. note::
|
|
In this section, you will learn how to setup and interact with kyuubi quickly.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
quick_start
|
|
quick_start_with_helm
|
|
quick_start_with_beeline
|
|
quick_start_with_jdbc
|
|
|