Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/lakehouse/best-practices/kerberos.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,17 @@ Or directly use 127.0.0.1 (provided that the service has been mapped to the host
```

At this point, the multi-Kerberos cluster access configuration is complete. You can view data from both Hive clusters and use different Kerberos credentials.
## Connectivity Testing Tool

For verifying connectivity to external dependencies such as Kerberos,
the open-source tool **Pulse** can be used.

**Pulse is an independent open-source connectivity testing tool.
For usage instructions, installation details, and release information,
please refer to the project documentation.**

- Documentation: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/tree/main/kerberos-tools)
- Release package: [Kerberos Connectivity Tool v1.0.0](https://github.com/CalvinKirs/Pulse/releases/tag/v1.0.0)
## FAQ
1. javax.security.sasl.SaslException: No common protection layer between client and server
- Cause: The client's `hadoop.rpc.protection` differs from the HDFS cluster setting.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,13 @@ docker inspect <container-name> | grep IPAddress
```

至此,完成多 Kerberos 集群访问配置,您可以查看两个 Hive 集群中的数据,并使用不同的 Kerberos 凭证。
## 联通性检测工具
对于 Kerberos 等外部依赖的联通性检查,可使用开源工具 **Pulse** 进行验证。

**Pulse 是一个独立的开源联通性测试工具,相关使用方式、安装说明及版本发布,请参考其项目文档。**

相关文档: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/tree/main/kerberos-tools)
安装包: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/releases/tag/v1.0.0)

## FAQ
1. javax.security.sasl.SaslException: No common protection layer between client and server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@ docker inspect <container-name> | grep IPAddress
```

至此,完成多 Kerberos 集群访问配置,您可以查看两个 Hive 集群中的数据,并使用不同的 Kerberos 凭证。
## 联通性检测工具
对于 Kerberos 等外部依赖的联通性检查,可使用开源工具 **Pulse** 进行验证。

**Pulse 是一个独立的开源联通性测试工具,相关使用方式、安装说明及版本发布,请参考其项目文档。**

相关文档: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/tree/main/kerberos-tools)
安装包: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/releases/tag/v1.0.0)
## FAQ
1. javax.security.sasl.SaslException: No common protection layer between client and server
- 原因: 客户端的 hadoop.rpc.protection 配置与 HDFS 集群上的配置不一致。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@ docker inspect <container-name> | grep IPAddress
```

至此,完成多 Kerberos 集群访问配置,您可以查看两个 Hive 集群中的数据,并使用不同的 Kerberos 凭证。
## 联通性检测工具
对于 Kerberos 等外部依赖的联通性检查,可使用开源工具 **Pulse** 进行验证。

**Pulse 是一个独立的开源联通性测试工具,相关使用方式、安装说明及版本发布,请参考其项目文档。**

相关文档: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/tree/main/kerberos-tools)
安装包: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/releases/tag/v1.0.0)
## FAQ
1. javax.security.sasl.SaslException: No common protection layer between client and server
- 原因: 客户端的 hadoop.rpc.protection 配置与 HDFS 集群上的配置不一致。
Expand Down
10 changes: 10 additions & 0 deletions versioned_docs/version-3.x/lakehouse/best-practices/kerberos.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,17 @@ Or directly use 127.0.0.1 (provided that the service has been mapped to the host
```

At this point, the multi-Kerberos cluster access configuration is complete. You can view data from both Hive clusters and use different Kerberos credentials.
## Connectivity Testing Tool

For verifying connectivity to external dependencies such as Kerberos,
the open-source tool **Pulse** can be used.

**Pulse is an independent open-source connectivity testing tool.
For usage instructions, installation details, and release information,
please refer to the project documentation.**

- Documentation: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/tree/main/kerberos-tools)
- Release package: [Kerberos Connectivity Tool v1.0.0](https://github.com/CalvinKirs/Pulse/releases/tag/v1.0.0)
## FAQ
1. javax.security.sasl.SaslException: No common protection layer between client and server
- Cause: The client's `hadoop.rpc.protection` differs from the HDFS cluster setting.
Expand Down
10 changes: 10 additions & 0 deletions versioned_docs/version-4.x/lakehouse/best-practices/kerberos.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,17 @@ Or directly use 127.0.0.1 (provided that the service has been mapped to the host
```

At this point, the multi-Kerberos cluster access configuration is complete. You can view data from both Hive clusters and use different Kerberos credentials.
## Connectivity Testing Tool

For verifying connectivity to external dependencies such as Kerberos,
the open-source tool **Pulse** can be used.

**Pulse is an independent open-source connectivity testing tool.
For usage instructions, installation details, and release information,
please refer to the project documentation.**

- Documentation: [Kerberos Connectivity Tool](https://github.com/CalvinKirs/Pulse/tree/main/kerberos-tools)
- Release package: [Kerberos Connectivity Tool v1.0.0](https://github.com/CalvinKirs/Pulse/releases/tag/v1.0.0)
## FAQ
1. javax.security.sasl.SaslException: No common protection layer between client and server
- Cause: The client's `hadoop.rpc.protection` differs from the HDFS cluster setting.
Expand Down