[KYUUBI #2085][FOLLOWUP] Fix the wrong path of module:hive

### _Why are the changes needed?_

Fix the wrong path of `module:hive`

### _How was this patch tested?_

- https://github.com/cfmcgrady/incubator-kyuubi/pull/12

Closes #2139 from cfmcgrady/kyuubi-2085-followup.

Closes #2085

ca93467b [Fu Chen] addressed comment
2dc6253a [Fu Chen] fix the wrong path of module:hive

Authored-by: Fu Chen <cfmcgrady@gmail.com>
Signed-off-by: ulysses-you <ulyssesyou@apache.org>
This commit is contained in:
Fu Chen 2022-03-15 13:48:51 +08:00 committed by ulysses-you
parent d7d8b05d4a
commit ffb7a6f403
No known key found for this signature in database
GPG Key ID: 4C500BC62D576766

6
.github/labeler.yml vendored
View File

@ -74,7 +74,11 @@
- "kyuubi-zookeeper/**/*"
"module:hive":
- "kyuubi-hive-sql-engine/**/*"
- "bin/beeline"
- "externals/kyuubi-hive-sql-engine/**/*"
- "kyuubi-hive-beeline/**/*"
- "kyuubi-hive-jdbc/**/*"
- "kyuubi-hive-jdbc-shaded/**/*"
"module:kubernetes":
- ".dockerignore"