typedef typedef 官方的解释如下: typedef - creates an alias that can be used anywhere in place of a (possibly complex) type name. 也就是说用来给类型名创建一个别名(alias),同时,typedef 可以出现在类型名的任…
##kudu教程(一)——简介
学习kudu先从kudu官网开始,进入主页https://kudu.apache.org/ 我们看到的第一句话就是 A new addition to the open source Apache Hadoop ecosystem, Apache Kudu completes Hadoop’s storage layer to enable fas…
Kudu 导读 什么是 Kudu 操作 Kudu 如何设计 Kudu 的表 Table of Contents 1. 什么是 Kudu 1.1. Kudu 的应用场景1.2. Kudu 和其它存储工具的对比1.3. Kudu 的设计和结构 2. Kudu 安装和操作 2.1. 准备初始环境2.2. 配置 Yum 源2.. 使用 Java 操作 Kudu2.. 使用 Spark 操作 K…