搜索

排序方式
22 个文档
  • pdf 文档 Apache Kyuubi 1.6.0 Documentation

    0 码力 | 195 页 | 3.88 MB | 2 年前
    3
    Apache Kyuubi 是一个高性能的统一 JDBC 和 SQL 执行引擎,旨在帮助用户在大数据场景下像处理普通数据一样方便地进行数据处理和分析。它基于 Apache Spark 构建,支持多租户、高可用性和弹性资源管理,提供统一的 SQL 接口以处理 ETL、BI 分析等多种工作负载。文档详细介绍了其安装、配置、客户端使用、授权机制以及与不同数据源的连接器支持。
  • pdf 文档 Apache Kyuubi 1.7.0 Documentation

    0 码力 | 206 页 | 3.78 MB | 2 年前
    3
    Apache Kyuubi 1.7.0 is a high-performance SQL execution engine designed to facilitate handling big data through a standardized JDBC interface. It supports multi-tenancy and high availability, ensuring secure and efficient data access. Kyuubi relies on Apache Spark for high-performance queries and integrates with various data sources via connectors. The system provides robust security, load balancing, and elastic resource management. It offers tools for monitoring, configuration, and extension, making it a versatile platform for data processing and analytics. The document also covers migration guidelines and best practices for deploying and maintaining Kyuubi in production environments.
  • pdf 文档 Apache Kyuubi 1.7.2 Documentation

    0 码力 | 211 页 | 3.79 MB | 2 年前
    3
    Apache Kyuubi 1.7.2是一个分布式多租户网关,用于在数据仓库和湖仓上提供无服务器SQL查询。它基于Apache Spark、Flink、Doris、Hive、Trino等现代计算框架构建分布式SQL查询引擎。Kyuubi通过引擎缓存提高临时查询响应速度,通过水平扩展和负载均衡增强并发能力。它提供完整的认证和授权服务确保数据安全,以及高可用和负载均衡保障SLA承诺。Kyuubi采用两级弹性资源管理架构,有效提高资源利用率。其愿景是构建在Apache Spark和数据湖技术之上,统一门户成为理想的数据湖管理平台。从1.7.1升级到1.7.2时,Kyuubi BeeLine需使用--python-mode选项运行Python代码。从1.7.0升级到1.7.1时,REST API的Open session参数中移除了protocolVersion。从1.6升级到1.7时,Kyuubi返回引擎信息而非服务器信息。
  • pdf 文档 Apache Kyuubi 1.8.0 Documentation

    0 码力 | 220 页 | 3.82 MB | 2 年前
    3
    Apache Kyuubi 1.8.0 is a unified multi-tenant JDBC interface built on Apache Spark, designed for large-scale data processing and analytics. It supports high performance, scalability, and security, with features like session management, resource elasticity, and integration with external systems. The document details configurations, monitoring, security, and migration guidelines, highlighting improvements and changes from previous versions. It also compares Kyuubi with HiveServer2 and Spark Thrift Server, emphasizing its enhanced capabilities in multi-tenancy, concurrency, and data security.
  • pdf 文档 Apache Kyuubi 1.7.2-rc0 Documentation

    0 码力 | 211 页 | 3.79 MB | 2 年前
    3
    Apache Kyuubi 1.7.2-rc0文档主要介绍了其作为统一多租户JDBC接口的架构与功能。Kyuubi构建于Apache Spark之上,提供无服务器SQL服务,支持数据仓库和数据湖查询。文档详述了其多租户支持、高可用性设计,包括负载均衡与故障检测。核心架构中,Kyuubi服务器处理客户端连接与执行请求,通过会话与操作管理。引擎缓存、水平扩展和负载均衡提升了交互式查询性能。文档还涵盖了安全认证(LDAP、Kerberos)、扩展点(服务端与引擎端插件)以及从1.6到1.7版本的迁移指南,如会话类型重构和API参数变化。
  • pdf 文档 Apache Kyuubi 1.5.2 Documentation

    0 码力 | 172 页 | 6.94 MB | 2 年前
    3
    Apache Kyuubi 1.5.2是一个高性能的通用JDBC和SQL执行引擎,旨在让用户像处理普通数据一样处理大数据。它提供标准化的JDBC接口,使终端用户无需了解底层大数据平台即可专注于业务开发和数据价值挖掘。Kyuubi依赖Apache Spark提供高性能数据查询能力,通过引擎缓存提高即席查询响应速度,并通过水平扩展和负载均衡增强并发能力。它提供完整的身份验证和授权服务以确保数据安全,以及高可用性和负载均衡来保证SLA承诺。Kyuubi采用两级弹性资源管理架构,在覆盖所有场景性能需求的同时提高资源利用率。其愿景是构建在Apache Spark和数据湖技术之上,统一门户并成为理想的数据湖管理平台,支持ETL和BI等纯SQL方式的数据处理和分析。文档还介绍了Kyuubi的架构、配置、指标系统、安全机制、安装步骤以及社区贡献指南。
  • pdf 文档 Apache Kyuubi 1.8.1 Documentation

    0 码力 | 222 页 | 3.84 MB | 2 年前
    3
    Apache Kyuubi 1.8.1 documentation provides comprehensive guidance on setting up and managing a unified gateway for large-scale data processing. It covers serverless SQL capabilities, high availability, multi-tenancy, and various engine configurations. The document also details extension points for custom functionality, session configuration management, and hot upgrade procedures. Additionally, it includes specific instructions for upgrading from previous versions and optimizing Spark SQL operations, such as small file merging and skewed join optimization.
  • pdf 文档 Apache Kyuubi 1.8.0-rc0 Documentation

    0 码力 | 220 页 | 3.82 MB | 2 年前
    3
    Apache Kyuubi 是一个基于 Apache Spark 的统一多租户 JDBC 接口,用于大规模数据处理和分析。它支持多种计算引擎(如 Spark、Flink、Trino 等),提供高可用性、负载均衡和弹性资源管理。Kyuubi 提供强大的身份验证和授权服务,确保数据和元数据安全。文档详细介绍了其架构、安装、配置、监控和升级等内容,强调了其在大数据平台中的灵活性和高性能。
  • pdf 文档 Apache Kyuubi 1.6.1 Documentation

    0 码力 | 199 页 | 3.89 MB | 2 年前
    3
    文档详细介绍了Apache Kyuubi 1.6.1的安装、配置和使用方法。Kyuubi是一个基于Apache Spark构建的统一多租户JDBC接口,支持与多种数据源的交互。文档涵盖了环境变量配置、系统设置、高可用性解决方案以及与Hive和Spark的集成。此外,还提供了如何通过JDBC驱动连接Kyuubi服务器的指导,并介绍了Kyuubi的SQL扩展功能,以优化查询性能。
  • pdf 文档 Apache Kyuubi 1.3.1 Documentation

    0 码力 | 129 页 | 6.16 MB | 2 年前
    3
    本文档为Apache Kyuubi 1.3.1的用户指南和技术参考。Kyuubi是一个基于Apache Spark的统一多租户JDBC接口,用于大规模数据处理和分析。文档涵盖了Kyuubi的架构、安装、配置、运行测试、调试、监控和集成。运行测试部分介绍了基于Apache Maven和ScalaTest Maven Plugin的测试方法,包括运行全部测试、模块测试和单个测试。调试部分说明可使用Java Debug Wire Protocol进行调试。监控部分介绍了基于Dropwizard Metrics Library的可配置度量系统。集成部分以Kudu为例,说明了如何将Kudu表注册为Spark临时视图以实现跨数据源的联邦联合查询。配置部分介绍了环境变量、Kyuubi配置文件和Kyuubi服务器环境变量的配置方法。文档还包含了术语解释、构建文档和社区信息等附录内容。
共 22 条
  • 1
  • 2
  • 3
前往