Kengo Seki created HADOOP-12399:
-----------------------------------
Summary: Wrong help messages in some test-patch plugins
Key: HADOOP-12399
URL: https://issues.apache.org/jira/browse/HADOOP-12399
Project: Hadoop Common
Issue Type: Sub-task
Components: yetus
Affects Versions: HADOOP-12111
Reporter: Kengo Seki
Priority: Minor
dev-support/personality/bigtop.sh:
{code}
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 }
{code}
s/bigtop-puppetsetup/bigtop-puppet/.
dev-support/test-patch.d/gradle.sh:
{code}
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 }
{code}
s/'gradle' command/'gradlew' command/ for the latter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)