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

    619 2024-06-05 《Ramda 0.18.0》
    countBy difference differenceWith unionWith union gt gte intersection lt lte max min propEq sortBy pathEq maxBy minBy equals identical eqBy countBy (a → Stri...
  • Function

    619 2024-06-02 《Ramda 0.2.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary always a → (* → a) Parameters valThe value to...
  • PySpark

    619 2024-07-05 《Apache Kyuubi 1.9.1》
    Requirements Preparation Prepare JDBC driver Prepare JDBC Hive Dialect extension Including jars of JDBC driver and Hive Dialect extension Usage Using as JDBC Datasource progra...
  • Lang

    618 2024-06-14 《Lodash 3.10.1》
    _.clone(value, [isDeep], [customizer], [thisArg]) Arguments Returns Example _.cloneDeep(value, [customizer], [thisArg]) Arguments Returns Example _.gt(value, other) Argumen...
  • Object

    618 2024-06-05 《Ramda 0.19.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy evolve inv...
  • Confirm Hosts

    Next Step Confirm Hosts prompts you to confirm that Ambari has located the correct hosts for your cluster and to check those hosts to make sure they have the correct directories...
  • Prepare the Environment

    To deploy your Hortonworks stack using Ambari, you need to prepare your deployment environment: Set Up Password-less SSH Set Up Service User Accounts Enable NTP on the Cluster...
  • DBeaver

    618 2024-07-05 《Apache Kyuubi 1.9.1》
    What is DBeaver Installation Using DBeaver with Kyuubi New Connection Configure Connection Basic Connection Settings Session Configurations Connecting in HA mode Test Connec...
  • Reading Tables

    617 2024-07-01 《Apache Hudi 0.15.0》
    Does deleted records appear in Hudi’s incremental query results? How do I pass hudi configurations to my beeline Hive queries? Does Hudi guarantee consistent reads? How to think ...
  • 变量管理

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