Devlive 开源社区 本次搜索耗时 0.480 秒,为您找到 571 个相关结果.
  • Publishing Data to S3

    5534 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...
  • PersistenceManager

    5533 2024-05-25 《Apache JDO 3.2.1》
    Persist Objects Retrieve Objects Update Objects Delete Objects Making an object transient Any JDO-enabled application will require at least one PersistenceManager (PM). This ...
  • Kafka-HDFS Ingestion

    5533 2025-03-18 《Apache Gobblin 0.17.0》
    Getting Started Standalone MapReduce Job Constructs Source and Extractor Writer and Publisher Job Config Properties Metrics and Events Task Level Metrics Task Level Events ...
  • Trino

    5509 2024-06-26 《Apache Amoro 0.6.1》
    Iceberg format Paimon format Mixed format Install Support SQL statement Query Table Query BaseStore of Table Query ChangeStore of Table Trino and Amoro Type Mapping: Trino ...
  • Collections

    5499 2024-06-07 《Underscore.js 1.13.6》
    each map reduce reduceRight find filter findWhere where reject every some contains invoke pluck max min sortBy groupBy indexBy countBy shuffle sample toArray ...
  • Using the SpotBugs Maven Plugin

    5498 2024-06-13 《SpotBugs 4.8.5》
    Add spotbugs-maven-plugin to your pom.xml Integrate Find Security Bugs into spotbugs-maven-plugin Goals of spotbugs-maven-plugin spotbugs goal check goal gui goal help goal ...
  • Documentation Style Guide

    5478 2024-07-05 《Apache Kyuubi 1.9.1》
    Goals License Header General Style ReStructuredText Headings Links Markdown Headings Images Third-party references This guide contains guidelines, not rules. While guide...
  • 设置选项

    更多信息 以下选项经常用于 Ambari Server 设置。 -j (or —java-home) 指定要在 Ambari Server 和集群中的所有主机上使用的 JAVA_HOME 路径。默认情况下,如果您不指定此选项,Ambari Server 安装程序会将 Oracle JDK 1.8 二进制文件和随附的 Java 加密扩展 (JCE) ...
  • Preparing to Set Up a Local Repository

    Steps Next Steps More Information Before setting up your local repository, you must have met certain requirements. Selected an existing server, in or accessible to the cluste...
  • Tailwind CSS 部署环境配置

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