Skip to content

Commit 1a58aaf

Browse files
zhaomin1423yaooqinn
authored andcommitted
[KYUUBI #2369] [Improvement] update developer.md to describe what append descriptions of new configurations to settings.md
### _Why are the changes needed?_ update developer.md to describe what append descriptions of new configurations to settings.md ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2372 from zhaomin1423/2369. Closes #2369 a044c15 [Min Zhao] [KYUUBI #2369] [Improvement] update developer.md to describe what append descriptions of new configurations to settings.md 56f878a [Min Zhao] [KYUUBI #2369] [Improvement] update developer.md to describe what append descriptions of new configurations to settings.md 581894b [Min Zhao] [KYUUBI #2369] [Improvement] update developer.md to describe what append descriptions of new configurations to settings.md Authored-by: Min Zhao <zhaomin1423@163.com> Signed-off-by: Kent Yao <yao@apache.org>
1 parent 88f168c commit 1a58aaf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/develop_tools/developer.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ with [google-java-format](https://github.com/google/google-java-format) and [Sca
5858
to format the Java and Scala code.
5959

6060
You can run `dev/reformat` to format all Java and Scala code.
61+
62+
63+
## Append descriptions of new configurations to settings.md
64+
65+
Kyuubi uses settings.md to explain available configurations.
66+
67+
You can run `KYUUBI_UPDATE=1 build/mvn clean install -Pflink-provided,spark-provided,hive-provided -DwildcardSuites=org.apache.kyuubi.config.AllKyuubiConfiguration`
68+
to append descriptions of new configurations to settings.md.

0 commit comments

Comments
 (0)