Devlive 开源社区 本次搜索耗时 0.626 秒,为您找到 115 个相关结果.
  • Privacy Policy

    1722 2024-06-27 《Apache Hudi 0.15.0》
    Information about your use of this website is collected using server access logs and a tracking cookie. The collected information consists of the following: The IP address from ...
  • Trino

    Trino just like Presto allows you to query table formats like Hudi, Delta and Iceberg tables using connectors. Users do not need additional configurations to work with OneTable syn...
  • Hudi

    1697 2024-07-05 《Apache Kyuubi 1.9.1》
    Hudi Integration Dependencies Hudi Operations Apache Hudi (pronounced “hoodie”) is the next generation streaming data lake platform. Apache Hudi brings core warehouse and datab...
  • Hudi

    1661 2024-07-05 《Apache Kyuubi 1.9.1》
    Hudi Integration Dependencies Configurations Hudi Operations Apache Hudi (pronounced “hoodie”) is the next generation streaming data lake platform. Apache Hudi brings core war...
  • Amazon Redshift Spectrum

    Hudi and Iceberg tables Delta Lake table To read a OneTable synced target table (regardless of the table format) in Amazon Redshift, users have to create an external schema and ...
  • Streaming Reads

    1562 2024-06-30 《Apache Hudi 0.15.0》
    Spark Streaming Spark Streaming Structured Streaming reads are based on Hudi’s Incremental Query feature, therefore streaming read can return data for which commits and base fil...
  • Presto

    Presto allows you to query table formats like Hudi, Delta and Iceberg using connectors. The same setup will work for OneTable synced tables as well. For more information and requ...
  • Microsoft Azure

    1538 2024-07-01 《Apache Hudi 0.15.0》
    Disclaimer Supported Storage System Verified Combination of Spark and storage system HDInsight Spark2.4 on Azure Data Lake Storage Gen 2 Databricks Spark2.4 on Azure Data Lake S...
  • File Layouts

    1226 2024-06-28 《Apache Hudi 0.15.0》
    Configs The following describes the general file layout structure for Apache Hudi. Please refer the tech spec for a more detailed description of the file layouts. Hudi orga...
  • Streaming Writes

    1183 2024-06-30 《Apache Hudi 0.15.0》
    Spark Streaming Spark Streaming You can write Hudi tables using spark’s structured streaming. Scala // spark-shell // prepare to stream write to new table import org ....