Microsoft.Phoenix.Client 2.0.0
dotnet add package Microsoft.Phoenix.Client --version 2.0.0
NuGet\Install-Package Microsoft.Phoenix.Client -Version 2.0.0
<PackageReference Include="Microsoft.Phoenix.Client" Version="2.0.0" />
paket add Microsoft.Phoenix.Client --version 2.0.0
#r "nuget: Microsoft.Phoenix.Client, 2.0.0"
// Install Microsoft.Phoenix.Client as a Cake Addin #addin nuget:?package=Microsoft.Phoenix.Client&version=2.0.0 // Install Microsoft.Phoenix.Client as a Cake Tool #tool nuget:?package=Microsoft.Phoenix.Client&version=2.0.0
Azure HDInsight HBase 集群的 .NET 客户端库。
产品 | 版本 兼容和额外的计算目标框架版本。 |
---|---|
.NET Framework | net45 兼容。 net451 былаcomputed。 net452 былаcomputed。 net46 былаcomputed。 net461 былаcomputed。 net462 былаcomputed。 net463 былаcomputed。 net47 былаcomputed。 net471 былаcomputed。 net472 былаcomputed。 net48 былаcomputed。 net481 былаcomputed。 |
-
- Google.Protobuf (>= 3.0.0)
NuGet 包 (1)
显示依赖 Microsoft.Phoenix.Client 的顶部 1 个 NuGet 包
包 | 下载 |
---|---|
Garuda.Data
A .NET Framework System.Data 实现用于 Apache Phoenix,包括 IDbConnection、 IDbCommand、 IDbTransaction 和 IDataReader。 |
GitHub 仓库
此包没有被任何流行的 GitHub 仓库使用。
版本 | 下载 | 最后更新 |
---|---|---|
2.0.0 | 38,949 | 10/25/2016 |
1.1.0 | 3,182 | 9/12/2016 |
1.0.0-preview | 3,875 | 6/20/2016 |
发布 2.0.0.0 - 2016年10月25日
**重大变更**
1. HDI 3.5/HDP 2.5 更改了 Phoenix 查询服务器的 Protobuf 协议。新的 SDK 基于新协议。
2. 一些显著的变化,
1) CALCITE-1040
2) CALCITE-1103
3) CALCITE-1243
3. 移除 EnterpriseLibrary.TransientFaultHandling 依赖项,并且用户应该处理重试逻辑。
发布 1.1.0.0 - 2016年9月12日
1. 将依赖项 Google.Protobuf 更新到 3.0.0
2. 修复了在 regionserver 超时并且客户端收到超时异常时的 NullReferenceException。
3. RequestOptions.TimeoutMillis 在异步调用中未得到尊重。因此,需要对异步调用的超时进行显式处理并中止 WebRequest。
发布 1.0.0.0 - 2016年6月20日
1. SDK nuget 包的初始发布
2. GitHub 仓库是 https://github.com/Azure/hdinsight-phoenix-sharp
3. 它包括 HDInsight 网关模式和 VNET 模式。VNET 模式也适用于已安装 Phoenix 查询服务器的非 HDInsight HBase 集群
4. 目前针对 Microsoft Azure 上的 HBase 1.1.2、Phoenix 4.4.0 和 HDInsight 3.4 及以后的版本
5. 通信通过 Avatica API 完成,该 API 使用 Protocol Buffers 作为序列化格式。
6. 当前版本是 Avatica API 的包装器,https://calcite.apache.org/docs/avatica_protobuf_reference.html
7. 有关如何使用 API 的更多示例将很快发布在 Azure 上