Skip to content

Commit ed5b42a

Browse files
committed
Fixed typos in make-distribution.sh
1 parent fb0db77 commit ed5b42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ while (( "$#" )); do
5050
case $1 in
5151
--hadoop)
5252
echo "Error: '--hadoop' is no longer supported:"
53-
echo "Error: use Maven options -Phadoop.version and -Pyarn.version"
53+
echo "Error: use Maven options -Dhadoop.version and -Dyarn.version"
5454
exit_with_usage
5555
;;
5656
--with-yarn)

0 commit comments

Comments
 (0)