Skip to content

Commit a0abf3f

Browse files
dupen01pan3793
authored andcommitted
[KYUUBI #6288] [KYUUBI #6283] Improve the message of distribution built without enabling web ui
# 🔍 Description Improve message of distribution built without enabling web ui. ## Issue References 🔗 This pull request fixes #6283 ## Describe Your Solution 🔧 Here is my implement: <img width="1512" alt="image" src="https://github.com/apache/kyuubi/assets/34719039/fc5e859e-1c92-44a1-8e27-316986c5d9c3"> ## Types of changes 🔖 - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6288 from dupen01/issue-6283. Closes #6288 a5886e2 [dupeng] revise the message of page bad14a7 [dupeng] improve the message of distribution built without enabling web ui Authored-by: dupeng <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit e02be17) Signed-off-by: Cheng Pan <[email protected]>
1 parent d25ad1a commit a0abf3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kyuubi-server/src/main/resources/dist/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<title>Apache Kyuubi Dashboard</title>
2424
</head>
2525
<body>
26-
<div>This is a dummy page for development.</div>
26+
<h2 style="text-align: center;">🙁 The Web UI is currently unavailable.</h2>
27+
<h4 style="text-align: center;">👉 To enable Web UI, `--web-ui` is required when using `build/dist` tool to create binary distributions, e.g.</h4>
28+
<pre style="text-align: center;"><code class="language-shell">
29+
./build/dist --tgz --web-ui --spark-provided --flink-provided --hive-provided
30+
</code></pre>
2731
</body>
2832
</html>

0 commit comments

Comments
 (0)