Devlive 开源社区 本次搜索耗时 0.040 秒,为您找到 2342 个相关结果.
  • List

    5635 2024-06-05 《Ramda 0.15.0》
    all any append concat drop zipWith zip xprod uniq filter find flatten head indexOf join lastIndexOf map nth pluck prepend range reduce reduceRight reject re...
  • Telegraf

    Telegraf 是 InfluxData 公司开源的一款采集器,内置非常多的采集插件,不过 Telegraf 是面向 InfluxDB 生态的,采集的监控数据推给 InfluxDB 非常合适,推给 Prometheus、Victoriametrics、Thanos 这些时序库,可能会带来问题。主要是两点: 有些数据是 string 类型的,Prome...
  • The TTL Of Kyuubi Engines

    5624 2024-07-05 《Apache Kyuubi 1.9.1》
    The Big Contributors Of Resource Waste TTL Types In Kyuubi Engines Configurations Engine TTL Executor TTL For a multi-tenant cluster, its overall resource utilization is a KP...
  • Deploy Kyuubi engines on Kubernetes

    5623 2024-07-05 《Apache Kyuubi 1.9.1》
    Requirements Configurations Master Deploy Mode Docker Image Test Cluster ServiceAccount Volumes PodTemplateFile Other Requirements When you want to run Kyuubi’s Spark S...
  • 4. Getting Started With Hive JDBC

    Getting Started With Hive JDBC How to install JDBC driver Use JDBC driver with kerberos Getting Started With Hive JDBC How to install JDBC driver Kyuubi JDBC driver is...
  • Ubuntu 18

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following Steps Before installing Ambari, you must upda...
  • JDO v JPA

    5617 2024-05-25 《Apache JDO 3.2.1》
    There are several competing persistence technologies available for Java. Two of these are “standardised” (via the JCP). When developing your application you need to choose the mos...
  • Configuration Files

    5608 2024-06-22 《Apache Accumulo 2.x》
    accumulo.properties accumulo-client.properties accumulo-env.sh Log configuration files log4j2-service.properties log4j2.properties cluster.yaml gc manager monitor tserver ...
  • Elasticsearch

    Description Key features Options hosts [array] index [string] index_type [string] primary_keys [list] key_delimiter [string] username [string] password [string] max_retry_...
  • Tailwind CSS 部署环境配置

    在将 Tailwind CSS 项目部署到生产环境时,需要做好各项配置和优化工作。本节将详细介绍如何配置和优化部署环境。 环境配置 Docker 配置 # Dockerfile # 构建阶段 FROM node : 16 - alpine as builder WORKDIR / app COPY package *. ...