Devlive 开源社区 本次搜索耗时 0.174 秒,为您找到 1878 个相关结果.
  • 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...
  • Apache Spark

    To read a OneTable synced target table (regardless of the table format) in Apache Spark locally or on services like Amazon EMR, Google Cloud’s Dataproc, Azure HDInsight, or Databr...
  • GitHub 趋势日报 (2025年04月23日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Ruby Dart C++ Java PHP Go C C MDX Vim Script Rust Jupyter Notebook Lua HTML Shell JavaScript Kotlin TypeScript Python Dockerfile ...
  • 启动 Ambari 服务器

    下一步 更多信息 在 Ambari Server 主机上运行以下命令: ambari - server start 要检查 Ambari Server 进程: ambari - server status 停止 Ambari 服务器: ambari - server stop 如果您计划将现有数据库实例...
  • ZooKeeper

    2793 2024-06-22 《Apache Accumulo 2.x》
    ZooKeeper ACLs ACL errors during upgrade ZooKeeper ACLs Accumulo requires full access to nodes in ZooKeeper under the /accumulo path. The ACLs can be examined using the ZooKee...
  • Data Replication

    2791 2024-05-25 《Apache JDO 3.2.1》
    There are times when you need to replicate data between datastores. In many cases datastores themselves provide a means of doing this, however if you want to avoid using datastore...
  • Yihui Xie

    2790 2024-05-09 《R Markdown Cookbook》
    Yihui Xie (https://yihui.org ) is a software engineer at RStudio (https://www.rstudio.com ). He earned his PhD from the Department of Statistics, Iowa State University. He is inte...
  • GitHub 趋势日报 (2025年05月01日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C++ PHP Go Ruby Swift C Rust TypeScript Dart Java Python Lua C Kotlin JavaScript Jupyter Notebook HTML Markdown Shell Vim Script ...
  • Relabel

    监控数据通过推模式,发给夜莺,夜莺会转发给后端时序库,有时候可能想对数据做一些二次处理,比如 Drop 掉一些数据或者改改内容之类的,此时就需要 relabel 能力了,这个功能是社区小伙伴贡献的,和 Prometheus 的 relabel 类似,只是配置的时候注意配置项的大小写。在夜莺 5.x 版本中,数据是通过 n9e-server 转发的,所以,r...
  • 任务组管理

    任务组管理 任务组配置 新建任务组 查看任务组队列 任务组的使用 任务组的实现逻辑 获取任务组资源: 释放与唤醒: 任务组流程图 任务组管理 任务组主要用于控制任务实例并发,旨在控制其他资源的压力(也可以控制 Hadoop 集群压力,不过集群会有队列管控)。您可在新建任务定义时,可配置对应的任务组,并配置任务在任务组内运行的优先级。用户...