Devlive 开源社区 本次搜索耗时 0.473 秒,为您找到 571 个相关结果.
  • 1.1 Use a Pandoc version not bundled with the RStudio IDE

    5369 2024-05-07 《R Markdown Cookbook》
    The RStudio IDE has bundled a version of Pandoc\index{Pandoc}, so you do not need to install Pandoc by yourself if you use the RStudio IDE. However, for some advanced usage, the b...
  • quick-start-flink

    Step 1: Deployment SeaTunnel And Connectors Step 2: Deployment And Config Flink Step 3: Add Job Config File to define a job Step 4: Run SeaTunnel Application What’s More Ste...
  • How To Add New License

    ASF 3RD PARTY LICENSE POLICY How to Legally Use 3rd Party Open-source Software in the SeaTunnel SeaTunnel-License Check Rules References ASF 3RD PARTY LICENSE POLICY You have...
  • 5.1 Font color

    5342 2024-05-23 《R Markdown Cookbook》
    Using an R function to write raw HTML or LaTeX code Using a Pandoc Lua filter (*) The Markdown syntax has no built-in method for changing text colors. We can use HTML and LaTeX ...
  • Flink DDL

    5335 2024-06-26 《Apache Amoro 0.6.1》
    Create catalogs Flink SQL YAML configuration CREATE statement CREATE DATABASE CREATE TABLE PARTITIONED BY CREATE TABLE LIKE DROP statement DROP DATABASE DROP TABLE SHOW ...
  • DVC

    DVC节点 综述 创建任务 任务样例 Init DVC Upload Download 环境准备 dvc 安装 DVC节点 综述 DVC(Data Version Control) 是一个MLops领域一个优秀的开机器学习版本管理系统。 DVC 组件用于在DS上使用DVC的数据版本管理功能,帮助用户简易地进行数据的版本管理。组件提...
  • Getting Started

    5316 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...
  • Setup Options

    More Information The following options are frequently used for Ambari Server setup. -j (or —java-home) Specifies the JAVA_HOME path to use on the Ambari Server and all hosts i...
  • 7.12 Use the details disclosure element

    5281 2024-05-24 《R Markdown Cookbook》
    As mentioned in Section 7.4 , we can fold source code chunks via the option code_folding: hide in the html_document format. Currently it is not possible to fold output blocks, b...
  • 4.9 Multiple authors in a document

    5250 2024-05-23 《R Markdown Cookbook》
    References We can add multiple authors to an R Markdown document within the YAML frontmatter in a number of ways. If we simply want to list them on the same line, we can provide ...