pan3793 commented on code in PR #4413:
URL: https://github.com/apache/kyuubi/pull/4413#discussion_r1117875380
##########
build/dist:
##########
@@ -247,14 +247,15 @@ echo -e "\$ ${BUILD_COMMAND[@]}\n"
rm -rf "$DISTDIR"
mkdir -p "$DISTDIR/pid"
mkdir -p "$DISTDIR/logs"
-mkdir -p "$DISTDIR/jars"
mkdir -p "$DISTDIR/work"
+mkdir -p "$DISTDIR/jars"
+mkdir -p "$DISTDIR/beeline-jars"
+mkdir -p "$DISTDIR/web-ui"
Review Comment:
always create this dir to avoid docker build error
```
=> ERROR [stage-2 9/9] COPY web-ui /opt/kyuubi/web-ui
0.0s
------
> [stage-2 9/9] COPY web-ui /opt/kyuubi/web-ui:
------
failed to compute cache key: failed to calculate checksum of ref
b10njb8sgo93k7ydi5t4l84n9::9rg2u6l3o0yrkrq0ciskmfbbz: "/web-ui": not found
Failed to build Kyuubi JVM Docker image, please refer to Docker build output
for details.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]