[
https://issues.apache.org/jira/browse/HBASE-29978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18064985#comment-18064985
]
Hudson commented on HBASE-29978:
--------------------------------
Results for branch branch-2.6
[build #8 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2.6/8/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for 2.10.2 {color}
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> Remove redundant imports in regionserver.jsp file
> -------------------------------------------------
>
> Key: HBASE-29978
> URL: https://issues.apache.org/jira/browse/HBASE-29978
> Project: HBase
> Issue Type: Improvement
> Components: UI
> Reporter: guluo
> Assignee: guluo
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5, 2.5.14
>
>
> There are duplicate imports for 'import="org.apache.hadoop.hbase.ServerName"'
> in regionserver.jsp file。
> <%@ page contentType="text/html;charset=UTF-8"
> import="java.util.*"
> import="org.apache.hadoop.hbase.ServerName"
> import="org.apache.hadoop.hbase.util.*"
> import="org.apache.hadoop.hbase.regionserver.HRegionServer"
> import="org.apache.hadoop.hbase.client.RegionInfo"
> import="org.apache.hadoop.hbase.ServerName"
> import="org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil"
>
> import="org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.ServerInfo"
> import="org.apache.hadoop.hbase.zookeeper.MasterAddressTracker"
> import="org.apache.hadoop.hbase.regionserver.http.RSStatusConstants"
> %>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)