Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FMX committed Dec 30, 2024
1 parent 85772c4 commit 1e8905b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function build_mr_client {

"${BUILD_COMMAND[@]}"

## flink spark client jars
## build mr client jars
mkdir -p "$DIST_DIR/mr"
cp "$PROJECT_DIR"/client-mr/mr-shaded/target/celeborn-client-mr-shaded_${SCALA_VERSION}-$VERSION.jar "$DIST_DIR/mr/"
}
Expand All @@ -261,7 +261,7 @@ function build_tez_client {

"${BUILD_COMMAND[@]}"

## flink spark client jars
## build tez client jars
mkdir -p "$DIST_DIR/tez"
cp "$PROJECT_DIR"/client-tez/tez-shaded/target/celeborn-client-tez-shaded_${SCALA_VERSION}-$VERSION.jar "$DIST_DIR/tez/"
}
Expand Down

0 comments on commit 1e8905b

Please sign in to comment.