m2je opened a new pull request #4: PHOENIX-5221 Phoenix Kerberos Integration tests failure on Redhat Linux URL: https://github.com/apache/phoenix-queryserver/pull/4 Due to this bug https://bugzilla.redhat.com/show_bug.cgi?id=668830 We need to use `localhost.localdomain` when running these tests on Jenkins (Centos) but for Mac OS it should be `localhost` to pass. The reason is kerberos principals in this tests are looked up from /etc/hosts and 127.0.0.1 is resolved to `localhost.localdomain` rather than `localhost` on Redhat KDC sees `localhost` != `localhost.localdomain` and as the result test fails with authentication error. It's also important to note these principals are shared between HDFs and HBase in this mini HBase cluster. Some more reading https://access.redhat.com/solutions/57330
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
