kyuubi/bin
yanghua f2cfeb1737 [KYUUBI #6166] [MINOR] Fix wrong copy path about SPARK_HOME in docker
# 🔍 Description
## Issue References 🔗

This pull request fixes #

## Describe Your Solution 🔧

After running `build/dist`, the old structure is like `dist/spark-binary/spark-3.4.2-bin-hadoop3/xxx`.
In `Dockerfile`, after the command `ONBUILD COPY spark-binary ${SPARK_HOME}` takes effect. The path in the container is `/opt/spark/spark-3.4.2-bin-hadoop3`. So I suggest only copy the content of the origin spark binary, making the structure looks like `dist/spark-binary/xxx`. Finally, the path in the container (`/opt/spark/xxx`) should be correct.

## Types of changes 🔖

- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6166 from yanghua/docker-minor.

Closes #6166

3946a5390 [yanghua] Fix wrong copy path about SPARK_HOME in docker

Authored-by: yanghua <yanghua1127@gmail.com>
Signed-off-by: zwangsheng <binjieyang@apache.org>
2024-03-12 13:46:45 +08:00
..
beeline [KYUUBI #5987] Enhance KYUUBI_HOME detection in shell script to handle softlink cases 2024-01-17 18:00:06 +08:00
docker-image-tool.sh [KYUUBI #6166] [MINOR] Fix wrong copy path about SPARK_HOME in docker 2024-03-12 13:46:45 +08:00
kyuubi [KYUUBI #5987] Enhance KYUUBI_HOME detection in shell script to handle softlink cases 2024-01-17 18:00:06 +08:00
kyuubi-admin [KYUUBI #5987] Enhance KYUUBI_HOME detection in shell script to handle softlink cases 2024-01-17 18:00:06 +08:00
kyuubi-ctl [KYUUBI #5987] Enhance KYUUBI_HOME detection in shell script to handle softlink cases 2024-01-17 18:00:06 +08:00
kyuubi-logo [KYUUBI #4078] [FOLLOWUP] fix shellcheck violations in scripts of /bin folder 2023-03-07 10:32:27 +08:00
kyuubi-zk-cli [KYUUBI #5987] Enhance KYUUBI_HOME detection in shell script to handle softlink cases 2024-01-17 18:00:06 +08:00
load-kyuubi-env.sh [KYUUBI #5987] Always export KYUUBI_HOME in load-kyuubi-env.sh 2024-01-22 21:32:22 +08:00
stop-application.sh [KYUUBI #4078] [FOLLOWUP] fix shellcheck violations in scripts of /bin folder 2023-03-07 10:32:27 +08:00