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

    604 2024-06-27 《Lodash 4.17.15》
    _.chunk(array, [size=1]) Since Arguments Returns Example _.compact(array) Since Arguments Returns Example _.concat(array, [values]) Since Arguments Returns Example ...
  • FAQ

    603 2024-05-20 《Apache Answer 1.3.0》
    How do I access the installation page? Why can’t I receive the registration email? How do I switch the default language? What are the currently supported database types? Is migr...
  • Check DNS and NSCD

    All hosts in your system must be configured for both forward and and reverse DNS. If you are unable to configure DNS in this way, you should edit the /etc/hosts file on every hos...
  • Solution for Big Result Sets

    597 2024-07-05 《Apache Kyuubi 1.9.1》
    Incremental collection Use in single connections Change incremental collection mode in session Typically, when a user submits a SELECT query to Spark SQL engine, the Driver cal...
  • Collection

    596 2024-06-27 《Lodash 4.17.15》
    _.countBy(collection, [iteratee=_.identity]) Since Arguments Returns Example _.every(collection, [predicate=_.identity]) Since Arguments Returns Example _.filter(collec...
  • Types of Classes

    594 2024-05-25 《Apache JDO 3.2.1》
    JDO provides a means of transparent persistence of objects of user defined classes. With JDO there are actually 3 types of classes. Persistence Capable classes are classes whose...
  • Spark Configuration

    592 2024-06-26 《Apache Amoro 0.6.1》
    Catalogs configuration Using Mixed-Format in a standalone catalog Using Mixed-Format in session catalog The high availability configuration Catalogs configuration Using Mixe...
  • Configure Kyuubi to use Custom Authentication

    590 2024-07-05 《Apache Kyuubi 1.9.1》
    Build A Custom Authenticator Enable Custom Authentication Besides the builtin authentication methods, kyuubi supports custom authentication implementations of org.apache.kyuubi...
  • Configuring SAM and Schema Registry Metadata Stores in MySQL

    Steps Steps Launch the MySQL monitor: mysql - u root - p Create the database for Schema Registry and SAM metastore: create database registry ; create database st...
  • Cassandra

    Description Key features Options host [string] keyspace [string] cql [String] username [string] password [string] datacenter [String] consistency_level [String] Examples ...