Knox 网关的网址映射

发布于 2021-04-13 21:40:56 字数 1556 浏览 1092 评论 0

网关配置文件(即 {GATEWAY_HOME}/conf/gateway-site.xml)中定义 gateway-port(默认8443)、gateway-path (默认是 gateway)。而GATEWAY_HOME 的默认路径是 /usr/hdp/current/knox-server。

集群拓扑描述符({GATEWAY_HOME}/conf/topologies/{cluster-name}.xml)定义了knox管理的hadoop集群。

可以到 {GATEWAY_HOME}/conf/topologies/ 目录下看看有哪几个xml文件,一般会有 amdin.xml、default.xml 和 knoxsso.xml 等。

下面实现了各个hadoop服务的原始URL和通过knox网关后的URL:

  • WebHDFS
    • 网关: https://{gateway-host}:{gateway-port}/{gateway-path}/{cluster-name}/webhdfs
    • 集群: http://{webhdfs-host}:50070/webhdfs
  • WebHCat(Templeton)
    • 网关: https://{gateway-host}:{gateway-port}/{gateway-path}/{cluster-name}/templeton
    • 集群: http://{webhcat-host}:50111/templeton}
  • Oozie的
    • 网关: https://{gateway-host}:{gateway-port}/{gateway-path}/{cluster-name}/oozie
    • 集群: http://{oozie-host}:11000/oozie}
  • HBase的
    • 网关: https://{gateway-host}:{gateway-port}/{gateway-path}/{cluster-name}/hbase
    • 集群: http://{hbase-host}:8080
  • Hive JDBC
    • 网关: jdbc:hive2://{gateway-host}:{gateway-port}/;ssl=true;sslTrustStore={gateway-trust-store-path};trustStorePassword={gateway-trust-store-password};transportMode=http;httpPath={gateway-path}/{cluster-name}/hive
    • 集群: http://{hive-host}:10001/cliservice

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

关于作者

JSmiles

生命进入颠沛而奔忙的本质状态,并将以不断告别和相遇的陈旧方式继续下去。

0 文章
0 评论
84960 人气
更多

推荐作者

遂心如意

文章 0 评论 0

5513090242

文章 0 评论 0

巷雨优美回忆

文章 0 评论 0

junpengz2000

文章 0 评论 0

13郎

文章 0 评论 0

qq_xU4RDg

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文