Devlive 开源社区 本次搜索耗时 1.857 秒,为您找到 415 个相关结果.
  • Emily Riederer

    2443 2024-05-09 《R Markdown Cookbook》
    Emily Riederer works in data science for the consumer finance industry where she leads a team to build analysis tools in R and cultivate an open science culture in industry. Previ...
  • Team & member Management

    User Management Team Management Role Management Member Management User Management ADMIN can select the user type when creating or modifying a user. There are two user types: ...
  • 项目列表

    项目首页 点击”项目管理”进入项目管理页面,点击“创建项目”按钮,输入项目名称,项目描述,点击“提交”,创建新的项目。 项目首页 在项目管理页面点击项目名称链接,进入项目首页,如下图所示,项目首页包含该项目的任务实例状态统计、工作流实例状态统计、工作流定义统计。这几个指标的说明如下 任务实例状态统计 :在指定时间范围内,统计任务实例中状态为提...
  • Oracle Prerequisite

    Due to limitations in Amazon RDS , the Ranger database user and tablespace must be created manually and the required privileges must be manually granted to the Ranger database use...
  • Oracle Prerequisite

    Due to limitations in Amazon RDS , the Ranger database user and tablespace must be created manually and the required privileges must be manually granted to the Ranger database use...
  • About the Authors

    2363 2024-05-09 《R Markdown Cookbook》
    Yihui typed out most of the words in this book, which is the only justification for him being the “first” author. Christophe has made substantial contribution to this book by help...
  • Kyuubi v.s. HiveServer2

    2351 2024-07-05 《Apache Kyuubi 1.9.1》
    Introduction Hive on Spark Differences Between Kyuubi and HiveServer2 Performance References Introduction HiveServer2 is a service that enables clients to execute Hive QL qu...
  • Memory Requirements

    The Ambari host should have at least 1 GB RAM, with 500 MB free. To check available memory on any host, run: free - m If you plan to install the Ambari Metrics Service (AMS...
  • 变量管理

    背景介绍 创建变量 在Flink SQL中引用变量 在Flink JAR作业的args中引用变量 背景介绍 在实际生产环境中,Flink作业一般很复杂,会依赖多个外部组件,例如,从Kafka中消费数据时要从HBase或Redis中去获取相关数据,然后将关联好的数据写入到外部组件,这样的情况下会导致如下问题: Flink作业想要关联这些组件,需...
  • Tailwind CSS 企业级后台系统开发

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