[
https://issues.apache.org/jira/browse/HBASE-20467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16457590#comment-16457590
]
Hudson commented on HBASE-20467:
--------------------------------
Results for branch master
[build #314 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/314/]: (x)
*{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/master/314//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/314//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/314//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
> Precommit personality should only run checkstyle once if we're going to run
> it at the root.
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-20467
> URL: https://issues.apache.org/jira/browse/HBASE-20467
> Project: HBase
> Issue Type: Bug
> Components: community, test
> Reporter: Sean Busbey
> Assignee: Nihal Jain
> Priority: Minor
> Labels: beginner
> Fix For: 3.0.0
>
> Attachments: HBASE-20467.master.001.patch
>
>
> shows up v egregiously on HBASE-20332, but I've seen in a few places where
> we'll do checkstyle at top level as well on individual modules.
> eg.:
> {code}
> +1 checkstyle 0m 25s hbase-common: The patch generated 0 new + 88
> unchanged - 1 fixed = 88 total (was 89)
> +1 checkstyle 0m 12s The patch hbase-hadoop2-compat passed checkstyle
> +1 checkstyle 0m 30s The patch hbase-client passed checkstyle
> +1 checkstyle 0m 11s The patch hbase-replication passed checkstyle
> +1 checkstyle 1m 15s The patch hbase-server passed checkstyle
> +1 checkstyle 0m 17s The patch hbase-mapreduce passed checkstyle
> +1 checkstyle 0m 8s The patch hbase-testing-util passed checkstyle
> +1 checkstyle 0m 28s The patch hbase-thrift passed checkstyle
> +1 checkstyle 0m 11s The patch hbase-rsgroup passed checkstyle
> +1 checkstyle 0m 10s The patch hbase-shell passed checkstyle
> +1 checkstyle 0m 12s The patch hbase-endpoint passed checkstyle
> +1 checkstyle 0m 14s The patch hbase-backup passed checkstyle
> +1 checkstyle 0m 21s The patch hbase-it passed checkstyle
> +1 checkstyle 0m 14s The patch hbase-examples passed checkstyle
> +1 checkstyle 0m 16s The patch hbase-rest passed checkstyle
> +1 checkstyle 0m 9s The patch hbase-external-blockcache passed
> checkstyle
> +1 checkstyle 0m 10s The patch hbase-shaded passed checkstyle
> +1 checkstyle 0m 8s The patch hbase-shaded-mapreduce passed
> checkstyle
> +1 checkstyle 0m 8s The patch hbase-shaded-check-invariants passed
> checkstyle
> +1 checkstyle 0m 9s The patch
> hbase-shaded-with-hadoop-check-invariants passed checkstyle
> +1 checkstyle 2m 38s root: The patch generated 0 new + 429 unchanged
> - 1 fixed = 429 total (was 430)
> {code}
> we should use the same shortcut we do with other modules when root is present
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)