Devlive 开源社区 本次搜索耗时 0.591 秒,为您找到 358 个相关结果.
  • Ubuntu 16

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following Steps Install the Ambari bits. This also insta...
  • Debian 9

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following: Steps Log in to your host as root . Download...
  • 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...
  • Exporter

    3891 2024-06-30 《Apache Hudi 0.15.0》
    Introduction Arguments Examples Copy a Hudi dataset Export to json or parquet dataset Re-partitioning Custom Re-partitioning Introduction HoodieSnapshotExporter allows you...
  • SSH

    RemoteShell 综述 创建任务 任务参数 任务样例 查看远程服务器(remote-server)的路径 注意事项 RemoteShell 综述 RemoteShell 任务类型,用于在远程服务器上执行命令。 创建任务 点击项目管理-项目名称-工作流定义,点击”创建工作流”按钮,进入 DAG 编辑页面。 工具栏中拖动 到画板...
  • Source Code

    3856 2024-05-25 《Apache JDO 3.2.1》
    JDO Source Code Source Code Version Control Checking Out Code Web Site Specification JDO Source Code Source Code Version Control The ASF operates a dual hosting system for ...
  • 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...
  • Disable SELinux and PackageKit and check the umask

    You must disable SELinux for the Ambari setup to function. On each host in your cluster, enter: setenforce 0 To permanently disable SELinux set SELINUX=disabled in /etc/s...
  • Datadog-agent

    1、注册datadog的账号 2、选择套餐 3、拿到agent安装命令 4、修改配置文件 5、重启datadog-agent Datadog 是专门提供监控和分析服务的 SaaS 服务商,市值几百亿,成立了10多年了,他们做的客户端采集器,理论上应该是比较完备的,夜莺实现了几个 Datadog 特定的接口,可以接收Datadog-Agent 推送...
  • Tailwind CSS 组件库开发实战

    开发一个基于 Tailwind CSS 的组件库不仅能提高团队开发效率,还能确保产品的设计一致性。本节将详细介绍如何从零开始构建一个专业的组件库。 !!! note 我们使用 React 来做项目相关的演示。 !!! 项目初始化 基础配置 # 创建项目 mkdir my - component - library cd my - co...