Skip to content

Commit f29adb2

Browse files
zwangshengpan3793
authored andcommitted
[KYUUBI #2163][K8s] copy beeline-jars into docker image
### _Why are the changes needed?_ Kyuubi Docker Image does not contains `beeline-jars` ### _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 - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2164 from zwangsheng/bug/add_beeline_jars. Closes #2163 95709e8 [zwangsheng] copy beeline-jars into docker image Authored-by: zwangsheng <2213335496@qq.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 3eb1fa9 commit f29adb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN set -ex && \
5959

6060
COPY bin ${KYUUBI_HOME}/bin
6161
COPY jars ${KYUUBI_HOME}/jars
62+
COPY beeline-jars ${KYUUBI_HOME}/beeline-jars
6263
COPY externals/engines/spark ${KYUUBI_HOME}/externals/engines/spark
6364

6465
WORKDIR ${KYUUBI_HOME}

0 commit comments

Comments
 (0)