Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
HADOOP-12111
Description
dev-support/personality/bigtop.sh:
32 function bigtop_usage 33 { 34 echo "Bigtop specific:" 35 echo "--bigtop-puppetsetup=[false|true] execute the bigtop dev setup (needs sudo to root)" 36 }
s/bigtop-puppetsetup/bigtop-puppet/.
dev-support/test-patch.d/gradle.sh:
21 function gradle_usage 22 { 23 echo "gradle specific:" 24 echo "--gradle-cmd=<cmd> The 'gradle' command to use (default 'gradle')" 25 echo "--gradlew-cmd=<cmd> The 'gradle' command to use (default 'basedir/gradlew')" 26 }
s/'gradle' command/'gradlew' command/ for the latter.