Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
cartershanklin pointed out to me that PQS fails to perform Kerberos login using queryserver.py out of the box. It looks like this is ultimately because the login is dependent on the value for hadoop.security.authentication. Thus, without those configs, PQS never logs in, and just spews errors because the HBase RPC fails without the ticket.
Should be simple enough to pull HADOOP_CONF_DIR out and include it on the classpath.