Skip to content

Commit

Permalink
[KYUUBI #6175] [MINOR] Refactor copy path about SPARK_HOME in docker
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

This pull request fixes #

## Describe Your Solution 🔧

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Types of changes 🔖

- [ ] 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 #6175 from yanghua/docker-minor-refactor.

Closes #6175

e5c2636 [yanghua] Refactor copy path about SPARK_HOME in docker

Authored-by: yanghua <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
yanghua authored and pan3793 committed Mar 13, 2024
1 parent bfef00d commit 412cd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-image-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function build {
error "Cannot found dir SPARK_HOME $SPARK_HOME, you must configure SPARK_HOME correct."
fi
fi
cp -r "$SPARK_HOME/." "$KYUUBI_ROOT/spark-binary/"
cp -r "$SPARK_HOME"/* "$KYUUBI_ROOT"/spark-binary/
fi

# Verify that the Docker image content directory is present
Expand Down

0 comments on commit 412cd93

Please sign in to comment.