[
https://issues.apache.org/jira/browse/HBASE-20590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16492667#comment-16492667
]
Ashish Singhi commented on HBASE-20590:
---------------------------------------
Regarding checkstyle warnings,
{quote}
./hbase-examples/src/main/java/org/apache/hadoop/hbase/rest/RESTDemoClient.java:41:import
org.apache.yetus.audience.InterfaceAudience;: Wrong order for
'org.apache.yetus.audience.InterfaceAudience' import. [ImportOrder]
{quote}
Imports are lexicographically sorted, not sure what change I should do to
correct this warning.
{quote}
./hbase-examples/src/main/java/org/apache/hadoop/hbase/rest/RESTDemoClient.java:137:
new AppConfigurationEntry("com.sun.security.auth.module.Krb5LoginModule",:
'array initialization' child have incorrect indentation level 12, expected
level should be 10.
{quote}
I have formatted the code as per
https://github.com/apache/hbase/blob/master/dev-support/hbase_eclipse_formatter.xml.
Should I manually correct this ?
> REST Java client is not able to negotiate with the server in the secure mode
> ----------------------------------------------------------------------------
>
> Key: HBASE-20590
> URL: https://issues.apache.org/jira/browse/HBASE-20590
> Project: HBase
> Issue Type: Bug
> Components: REST, security
> Affects Versions: 1.3.1
> Reporter: Ashish Singhi
> Assignee: Ashish Singhi
> Priority: Critical
> Attachments: HBASE-20590.patch, HBASE-20590.v1.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)