书栈网 · BookStack 本次搜索耗时 0.140 秒,为您找到 3671 个相关结果.
  • TiSpark 快速入门指南

    TiSpark 快速入门指南 部署信息 环境准备 在 TiDB 实例上安装 JDK 导入样例数据 使用范例 TiSpark 快速入门指南 为了让大家快速体验 TiSpark ,通过 TiDB-Ansible 安装的 Pre-GA 或 master 版本 TiDB 集群中默认已集成 Spark、TiSpark jar 包及 TiSpark s...
  • Client Libraries

    Client Libraries Officially-supported Kubernetes client libraries Community-maintained client libraries Client Libraries This page contains an overview of the client libraries...
  • 元组

    881 2019-06-12 《Scala之旅》
    访问元素 解构元组数据 在 Scala 中,元组是一个可以容纳不同类型元素的类。元组是不可变的。 当我们需要从函数返回多个值时,元组会派上用场。 元组可以创建如下: val ingredient = ( "Sugar" , 25 ): Tuple2 [ String , Int ] 这将创建一个包含一个 Strin...
  • Table API

    Table API Overview & Examples Operations Scan, Projection, and Filter From FromValues Select As Where / Filter Column Operations AddColumns AddOrReplaceColumns DropColumns...
  • Lib库依赖

    Lib库依赖 非管理依赖方式 管理依赖方式 libraryDependencies 参数配置 指定依赖库Scala版本 Ivy 自动匹配版本 远程依赖库地址管理 重写默认的远程依赖库 配置维度的作用域依赖库 Lib库依赖 添加Lib库依赖关系有两种方式: 非管理依赖方式,是通过将依赖的Jar包放到项目的lib目录 管理依赖方式,...
  • Overview

    DataSet API Example Program DataSet Transformations Map FlatMap MapPartition Filter Reduce ReduceGroup Aggregate Distinct Join OuterJoin CoGroup Cross Union Rebalance...
  • Overview

    DataSet API Example Program DataSet Transformations Map FlatMap MapPartition Filter Reduce ReduceGroup Aggregate Distinct Join OuterJoin CoGroup Cross Union Rebalance...
  • 从头定义新容器

    707 2019-06-13 《Scala Collections》
    序列的工厂方法 我们已经知道List(1, 2, 3) 可以创建出含有三个元素的列表,用Map('A' -> 1, 'C' -> 2) 可以创建含有两对绑定的映射。实际上各种Scala容器都支持这一功能。任意容器的名字后面都可以加上一对带参数列表的括号,进而生成一个以这些参数为元素的新容器。不妨再看一些例子: Traversable () // 一...
  • 注解

    735 2019-06-12 《Scala之旅》
    确保编码正确性的注解 影响代码生成的注解 Java 注解 注解将元信息与定义相关联。 例如,方法之前的注解 @deprecated 会导致编译器在该方法被使用时打印警告信息。 object DeprecationDemo extends App { @deprecated ( "deprecation message" ...
  • Tracers and Instrumentation

    1890 2020-01-21 《Zipkin Document》
    Tracers and Instrumentation Supported Community supported Tracers and Instrumentation Tracing information is collected on each host using the instrumented librariesand sent t...