Knox 网关的网址映射
网关配置文件(即 {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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论