[
https://issues.apache.org/jira/browse/HADOOP-12399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740822#comment-14740822
]
Jagadesh Kiran N commented on HADOOP-12399:
-------------------------------------------
[~sekikn] updating the comments as below please review
a. "--bigtop-puppetsetup=[false|true] execute the bigtop dev setup (needs sudo
to root)"==>"--bigtop-puppetsetup=[false|true] execute the bigtop puppet setup
(needs sudo to root)"
b. The 'gradle' command to use (default 'basedir/gradlew')" ==>The 'gradlew'
command to use (default 'basedir/gradlew')"
> 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
> Assignee: Jagadesh Kiran N
> Priority: Minor
> Labels: newbie
>
> 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)