Skip to content

Commit 70b8344

Browse files
committed
- Fixed typo in the make-distribution.sh file and added hadoop-1 in the Related profiles
1 parent 287fa2f commit 70b8344

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
@@ -57,7 +57,7 @@ while (( "$#" )); do
5757
--hadoop)
5858
echo "Error: '--hadoop' is no longer supported:"
5959
echo "Error: use Maven profiles and options -Dhadoop.version and -Dyarn.version instead."
60-
echo "Error: Related profiles include hadoop-0.23, hdaoop-2.2, hadoop-2.3 and hadoop-2.4."
60+
echo "Error: Related profiles include hadoop-0.23, hadoop-1, hadoop-2.2, hadoop-2.3 and hadoop-2.4."
6161
exit_with_usage
6262
;;
6363
--with-yarn)

0 commit comments

Comments
 (0)