Devlive 开源社区 本次搜索耗时 0.486 秒,为您找到 571 个相关结果.
  • Debugging Kyuubi

    1809 2024-07-05 《Apache Kyuubi 1.9.1》
    Debugging Server Debugging Engine Flink Engine Trino Engine Hive Engine Debugging Apps Spark Engine Flink Engine You can use the Java Debug Wire Protocol to debug Kyuubi ...
  • 7 HTML Output

    1799 2024-05-07 《R Markdown Cookbook》
    Compared to LaTeX, HTML may be a little weak in typesetting for paged output. However, it is much more powerful in presenting results, especially when combined with CSS and JavaSc...
  • Publishing Data to S3

    1798 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...
  • Kafka-HDFS Ingestion

    1774 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 ...
  • Building Documentation

    1770 2024-07-05 《Apache Kyuubi 1.9.1》
    Setup Environment Install All Dependencies Create Documentation Linux & MacOS Windows View Locally Follow the steps below and learn how to build the Kyuubi documentation as ...
  • Properties

    1757 2024-06-14 《Lodash 3.10.1》
    _.VERSION _.support _.support.enumErrorProps _.support.enumPrototypes _.support.nonEnumShadows _.support.ownLast _.support.spliceObjects _.support.unindexedChars _.template...
  • Issue Tracking

    1722 2024-05-25 《Apache JDO 3.2.1》
    JIRA View Issues JIRA The JDO project uses JIRA to track issues. We use the following workflow for our JIRA issues: Open→Resolved(<→Reopened)→Closed When the engineer has ...
  • 9.4 Multiple figures side by side

    1705 2024-05-24 《R Markdown Cookbook》
    You can place multiple figures side by side using the fig.show="hold" along with the out.width option. In the example below, we have set out.width="50%" (see Figure 9.2 for th...
  • Amazon Athena

    AWS Athena 数据源 是否原生支持 AWS Athena 数据源 数据源:选择 ATHENA 数据源名称:输入数据源的名称 描述:输入数据源的描述 用户名:设置连接 AWS 的 access key 密码:设置连接 AWS 的 secret access key AwsRegion: 设置连接 AWS 的区域 数据库名:输入连接 ATH...
  • Tailwind CSS 企业级后台系统开发

    本节将介绍如何使用 Tailwind CSS 开发一个功能完整的企业级后台管理系统,包括布局设计、组件开发、主题定制等方面。 系统布局 布局框架 // components/layout/AdminLayout.tsx import { useState } from 'react' ; interface AdminL...