Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9859#discussion_r45796647
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ClientWrapper.scala ---
    @@ -167,6 +169,8 @@ private[hive] class ClientWrapper(
           } else {
             logInfo("Attempting to login to Kerberos" +
               s" using principal: ${principalName} and keytab: 
${keytabFileName}")
    +        // make sure the core-site.xml is provided in your classpath
    --- End diff --
    
    Better than this would be to update `docs/sql-programming-guide.md`. It 
currently only mentions `hive-site.xml`, when really you need `core-site.xml` 
and `hdfs-site.xml` too (otherwise kerberos, in your case, or things like HDFS 
HA won't work).
    
    The other changes in this file can be reverted, too.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to