diff --git a/kyuubi-server/src/main/resources/dist/index.html b/kyuubi-server/src/main/resources/dist/index.html index ab54fc14a..9d2659f76 100644 --- a/kyuubi-server/src/main/resources/dist/index.html +++ b/kyuubi-server/src/main/resources/dist/index.html @@ -23,6 +23,10 @@ Apache Kyuubi Dashboard -
This is a dummy page for development.
+

🙁 The Web UI is currently unavailable.

+

👉 To enable Web UI, `--web-ui` is required when using `build/dist` tool to create binary distributions, e.g.

+

+./build/dist --tgz --web-ui --spark-provided --flink-provided --hive-provided
+