Devlive 开源社区 本次搜索耗时 2.023 秒,为您找到 465 个相关结果.
  • Hive Metastore

    Syncing to Hive Metastore This document walks through the steps to register an Apache XTable™ (Incubating) synced table on Hive Metastore (HMS). Pre-requisites Source table(s) ...
  • Ambari 存储库

    Ambari 2.7.5 存储库 使用适合您的操作系统系列的链接 下载包含用于设置 Ambari 的软件的存储库文件 。 Ambari 2.7.5 存储库 OS Format URL RedHat 7 ...
  • Getting Started

    1962 2025-03-12 《Apache Gobblin 0.17.0》
    Introduction Getting a Gobblin Release Building a Distribution Run Your First Job Steps Running Gobblin as a Daemon Preliminary Steps Other Example Jobs Introduction Thi...
  • 链接

    1951 2024-05-26 《Markdown 中文版》
    Markdown 链接 添加标题 自动链接(Urls 和 邮件地址链接) 格式化链接 参考样式链接 格式化链接的第一部分 格式化链接的第二部分 格式化链接示例 最佳实践 Markdown 链接 要创建链接,请将链接文本放在方括号中(例如[Duck Duck Go]),然后立即在其后加上括号中的URL(例如(https://duckduc...
  • Software Requirements

    On each of your hosts: yum and rpm (RHEL/CentOS/Oracle/Amazon Linux) zypper and php_curl (SLES) apt (Debian/Ubuntu) scp , curl , unzip , tar , wget , and gcc* OpenSSL (v1....
  • Product Interoperability

    Ambari 2.7.4 supports only HDP-3.1.4 and HDF-3.2.0 The Support Matrix tool provides information about: Operating Systems Databases Browsers JDK Use the following URL to det...
  • Configure Kyuubi to Use JDBC Authentication

    1937 2024-07-05 《Apache Kyuubi 1.9.1》
    Enable JDBC Authentication Configure the authentication properties Authentication with In-memory Database Kyuubi supports authentication via JDBC query. A query is prepared wit...
  • Publishing Data to S3

    1931 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Hadoop and S3 The s3a File System The s3 File System Getting Gobblin to Publish to S3 Signing Up For AWS Setting Up EC2 Launching an EC2 Instance EC2 Package I...
  • 图像

    1930 2024-05-26 《Markdown 中文版》
    Markdown 图片 图片链接 格式引用图片 指定图片大小 Markdown 图片 要添加图像,请添加一个感叹号(!),然后在括号中添加替代文本,并在括号中添加图像资源的路径或URL。您可以选择在括号中的URL之后添加标题。 ![ alt 属性文本](图片地址 "可选标题" ) 开头一个感叹号 ! 接着一个方括号,里面放上图片...
  • Tailwind CSS 部署环境配置

    在将 Tailwind CSS 项目部署到生产环境时,需要做好各项配置和优化工作。本节将详细介绍如何配置和优化部署环境。 环境配置 Docker 配置 # Dockerfile # 构建阶段 FROM node : 16 - alpine as builder WORKDIR / app COPY package *. ...