gpt4 book ai didi

java - 使用带有 Kerberos 身份验证的 Cloudera 驱动程序的 JAVA 连接到 HIVE

转载 作者:行者123 更新时间:2023-11-30 05:37:39 24 4
gpt4 key购买 nike

我正在寻找一个 JAVA 代码来使用 Cloudera HIVE 驱动程序连接到 HIVE 数据库,这需要 Kerberos 身份验证。在网上我只能找到 Apache Drivers 的代码,有什么区别吗?有人可以提出一些建议吗?

最佳答案

您可以直接从official Cloudera website下载Cloudera hive驱动程序。 。是的,它与 apache 驱动程序不同,因为 Cloudera 发布了自己的驱动程序版本。

与驱动程序一起,您会找到 official documentation使用 kerberos 连接到 Hive。

示例连接 Jdbc url 如下:

jdbc:hive2://node1.example.com:10000;AuthMech=1; KrbRealm=EXAMPLE.COM;KrbHostFQDN=hs2node1.example.com; KrbServiceName=hive;KrbAuthType=2

AuthMech = 1 启用 kerberos 连接,其余部分是使用领域和服务信息连接到 kerberos 的简单代码。

注意:您需要根据安装情况下载正确的驱动程序。

希望这有帮助:)

关于java - 使用带有 Kerberos 身份验证的 Cloudera 驱动程序的 JAVA 连接到 HIVE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56289133/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com