Devlive 开源社区 本次搜索耗时 0.204 秒,为您找到 953 个相关结果.
  • 4. Running Tests

    Running Tests Running Tests Fully Running Tests for a Module Running Tests for a Single Test Running Tests Kyuubi can be tested based on Apache Maven and the ScalaTe...
  • Spark DDL

    561 2024-06-26 《Apache Amoro 0.6.1》
    CREATE TABLE PRIMARY KEY PARTITIONED BY CREATE TABLE … AS SELECT CREATE TABLE … LIKE REPLACE TABLE … AS SELECT DROP TABLE TRUNCATE TABLE ALTER TABLE ALTER TABLE … SET TBLPR...
  • Batch Reads

    561 2024-06-30 《Apache Hudi 0.15.0》
    Spark DataSource API Daft Spark DataSource API The hudi-spark module offers the DataSource API to read a Hudi table into a Spark DataFrame. A time-travel query example: val ...
  • JDO v JPA : ORM

    560 2024-05-25 《Apache JDO 3.2.1》
    Relationships There are 2 prevalent specification in the Java ORM world. JDO provides the most complete definition, whilst JPA is the most recent. Relationships In this guide w...
  • Relation

    559 2024-06-05 《Ramda 0.8.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy countBy (a → String) → [a] → {*} Paramet...
  • Relation

    559 2024-06-05 《Ramda 0.27.1》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy equals identical eqBy clamp sortWith inn...
  • 使用HTML

    559 2024-05-26 《Markdown 中文版》
    在 Markdown 语法中添加静态的视频资源 主要想试试 使用 Markdown 加载视频的效果怎样 使用 阿里云 OSS 存放视频,看视频应该不会卡吧 Markdown 的配置如下,这是 HTML5 的标记 <video src = "/assets/videos/next-computer.mp4" poster = "/asse...
  • Building

    558 2024-07-05 《Apache Kyuubi 1.9.1》
    Build with Apache Maven Build shaded jar with Apache Maven Build against Different Apache Spark Versions Build against Different Apache Ranger Versions Test with ScalaTest Mave...
  • 1 Installation

    557 2024-05-06 《R Markdown Cookbook》
    To use R Markdown, you have to install R [@R-base] and the R package rmarkdown [@R-rmarkdown]. # install the rmarkdown package from CRAN in R install . packages ( 'rmarkdown' ...
  • 4.14 Create an animation from multiple R plots

    556 2024-05-23 《R Markdown Cookbook》
    References When you generate a series of plots in a code chunk, you can combine them into an animation. It is easy to do so if the output format is HTML—you only need to install ...