├── .gitignore ├── 1.开始 ├── 1.Introduction 介绍.md └── 2.Why Drill 为什么使用 Drill.md ├── 2.架构 ├── 1.Architecture Introduction 架构介绍.md ├── 2.Drill Query Execution Drill 查询执行.md ├── 3.Core Modules 核心模块.md └── 4.Performance 性能.md ├── 3.教程 ├── 1.Tutorials Introduction 教程介绍.md ├── 2.Drill in 10 Minutes 快速指导.md ├── 3.A-Y-A-D 数据集分析.md ├── 4.在 MapR 的 Sandbox 中学习 Drill │ ├── 1.关于 MapR 的 Sandbox.md │ ├── 2.在 Sandbox 中安装 Drill.md │ ├── 3.在 Sandbox 中使用 Drill.md │ ├── 4.课程1:学习数据集.md │ ├── 5.课程2:使用 ANSI SQL 查询.md │ ├── 6.课程3:查询复杂的数据类型.md │ └── 7.总结.md ├── 5.高度动态的数据集分析.md ├── 6.社会媒体分析.md └── 7.使用窗口函数分析数据.md ├── 4.安装 Drill ├── 1.Drill 安装介绍.md ├── 2.迁移 Parquet 数据.md ├── 3.安装 Drill 到嵌入模式 │ ├── 1.嵌入模式的先决条件.md │ ├── 2.在 Linux 和 Mac OS X 上安装 Drill.md │ ├── 3.在 Linux 和 Mac OS X 上启动 Drill.md │ ├── 4.在 Windows 上安装 Drill.md │ └── 5.在 Windows 上启动 Drill.md ├── 4.安装 Drill 到分布式模式 │ ├── 1.分布式模式的先决条件.md │ ├── 2.在集群上安装 Drill.md │ └── 3.在分布式模式下启动 Drill.md └── 5.启动 Web 控制台.md ├── 5.配置 Drill ├── 1.配置介绍.md ├── 10.配置 Drill 终端.md ├── 2.配置内存.md ├── 3.配置一个多租户集群 │ ├── 1.配置一个多租户介绍.md │ ├── 2.配置多租户资源.md │ └── 3.配置 Drillbit 共享资源.md ├── 4.配置模拟身份.md ├── 5.配置用户身份验证.md ├── 6.配置 Hive 用户身份验证.md ├── 7.配置 Web 控制台和 REST API 安全.md ├── 8.可选配置 │ ├── 1.可选配置介绍.md │ ├── 2.启动可选项.md │ ├── 3.计划和执行可选项.md │ └── 4.持久化配置存储.md └── 9.Drill 端口使用.md ├── 6.连接数据源 ├── 1.介绍.md ├── 2.注册存储插件.md ├── 3.配置存储插件 │ ├── 1.插件基础设置.md │ ├── 2.工作区间.md │ └── 3.Drill 默认输出格式.md ├── 4.文件系统存储插件.md ├── 5.HBase 存储插件.md ├── 6.Hive 存储插件.md ├── 7.RDBMS 存储插件.md ├── 8.MongoDB 存储插件.md └── 9.S3 存储插件.md ├── 7.ODBC 和 JDBC 接口 ├── 1.介绍.md ├── 2.使用 JDBC 驱动.md ├── 3.在 Windows 上使用 JDBC 和 SQuirreL.md ├── 4.安装 ODBC 驱动 │ ├── 1.在 Linux 上安装驱动.md │ ├── 2.在 Mac OS X 上安装驱动.md │ ├── 3.在 Windows 上安装驱动.md │ └── 4.在 Windows 上安装 TDC 文件.md ├── 5.配置 ODBC │ ├── 1.ODBC 配置参考.md │ ├── 2.在 Linux 上配置 ODBC.md │ ├── 3.在 Max OS X 上配置 ODBC.md │ ├── 4.在 Windows 上配置 ODBC.md │ └── 5.测试 ODBC 连接.md ├── 6.使用 Drill │ ├── 1.介绍.md │ ├── 2.连接 Drill 到数据源.md │ └── 3.浏览数据和定义视图.md └── 7.用 BI 工具连接 Drill │ ├── 1.介绍.md │ ├── 2.Tableau 示例.md │ ├── 3.使用 MicroStrategy 分析.md │ ├── 4.使用 Tibco Spotfire 客户端.md │ ├── 5.使用 Qlik Sense.md │ ├── 6.使用 Tableau 9 客户端.md │ ├── 7.使用 Tableau 9 服务端.md │ └── 8.配置 JReport.md ├── README.md ├── SUMMARY.md ├── _book ├── 1.开始 │ ├── 1.Introduction 介绍.html │ └── 2.Why Drill 为什么使用 Drill.html ├── 2.架构 │ ├── 1.Architecture Introduction 架构介绍.html │ ├── 2.Drill Query Execution Drill 查询执行.html │ ├── 3.Core Modules 核心模块.html │ └── 4.Performance 性能.html ├── 3.教程 │ ├── 1.Tutorials Introduction 教程介绍.html │ ├── 2.Drill in 10 Minutes 快速指导.html │ ├── 3.A-Y-A-D 数据集分析.html │ ├── 4.在 MapR 的 Sandbox 中学习 Drill │ │ ├── 1.关于 MapR 的 Sandbox.html │ │ ├── 2.在 Sandbox 中安装 Drill.html │ │ ├── 3.在 Sandbox 中使用 Drill.html │ │ ├── 4.课程1:学习数据集.html │ │ ├── 5.课程2:使用 ANSI SQL 查询.html │ │ ├── 6.课程3:查询复杂的数据类型.html │ │ └── 7.总结.html │ ├── 5.高度动态的数据集分析.html │ ├── 6.社会媒体分析.html │ └── 7.使用窗口函数分析数据.html ├── 4.安装 Drill │ ├── 1.Drill 安装介绍.html │ ├── 2.迁移 Parquet 数据.html │ ├── 3.安装 Drill 到嵌入模式 │ │ ├── 1.嵌入模式的先决条件.html │ │ ├── 2.在 Linux 和 Mac OS X 上安装 Drill.html │ │ ├── 3.在 Linux 和 Mac OS X 上启动 Drill.html │ │ ├── 4.在 Windows 上安装 Drill.html │ │ └── 5.在 Windows 上启动 Drill.html │ ├── 4.安装 Drill 到分布式模式 │ │ ├── 1.分布式模式的先决条件.html │ │ ├── 2.在集群上安装 Drill.html │ │ └── 3.在分布式模式下启动 Drill.html │ └── 5.启动 Web 控制台.html ├── 5.配置 Drill │ ├── 1.配置介绍.html │ ├── 10.配置 Drill 终端.html │ ├── 2.配置内存.html │ ├── 3.配置一个多租户集群 │ │ ├── 1.配置一个多租户介绍.html │ │ ├── 2.配置多租户资源.html │ │ └── 3.配置 Drillbit 共享资源.html │ ├── 4.配置模拟身份.html │ ├── 5.配置用户身份验证.html │ ├── 6.配置 Hive 用户身份验证.html │ ├── 7.配置 Web 控制台和 REST API 安全.html │ ├── 8.可选配置 │ │ ├── 1.可选配置介绍.html │ │ ├── 2.启动可选项.html │ │ ├── 3.计划和执行可选项.html │ │ └── 4.持久化配置存储.html │ └── 9.Drill 端口使用.html ├── 6.连接数据源 │ ├── 1.介绍.html │ ├── 2.注册存储插件.html │ ├── 3.配置存储插件 │ │ ├── 1.插件基础设置.html │ │ ├── 2.工作区间.html │ │ └── 3.Drill 默认输出格式.html │ ├── 4.文件系统存储插件.html │ ├── 5.HBase 存储插件.html │ ├── 6.Hive 存储插件.html │ ├── 7.RDBMS 存储插件.html │ ├── 8.MongoDB 存储插件.html │ └── 9.S3 存储插件.html ├── 7.ODBC 和 JDBC 接口 │ ├── 1.介绍.html │ ├── 2.使用 JDBC 驱动.html │ ├── 3.在 Windows 上使用 JDBC 和 SQuirreL.html │ ├── 4.安装 ODBC 驱动 │ │ ├── 1.在 Linux 上安装驱动.html │ │ ├── 2.在 Mac OS X 上安装驱动.html │ │ ├── 3.在 Windows 上安装驱动.html │ │ └── 4.在 Windows 上安装 TDC 文件.html │ ├── 5.配置 ODBC │ │ ├── 1.ODBC 配置参考.html │ │ ├── 2.在 Linux 上配置 ODBC.html │ │ ├── 3.在 Max OS X 上配置 ODBC.html │ │ ├── 4.在 Windows 上配置 ODBC.html │ │ └── 5.测试 ODBC 连接.html │ ├── 6.使用 Drill │ │ ├── 1.介绍.html │ │ ├── 2.连接 Drill 到数据源.html │ │ └── 3.浏览数据和定义视图.html │ └── 7.用 BI 工具连接 Drill │ │ ├── 1.介绍.html │ │ ├── 2.Tableau 示例.html │ │ ├── 3.使用 MicroStrategy 分析.html │ │ ├── 4.使用 Tibco Spotfire 客户端.html │ │ ├── 5.使用 Qlik Sense.html │ │ ├── 6.使用 Tableau 9 客户端.html │ │ ├── 7.使用 Tableau 9 服务端.html │ │ └── 8.配置 JReport.html ├── gitbook │ ├── app.js │ ├── fonts │ │ └── fontawesome │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ ├── images │ │ ├── apple-touch-icon-precomposed-152.png │ │ └── favicon.ico │ ├── plugins │ │ ├── gitbook-plugin-baidu │ │ │ └── plugin.js │ │ ├── gitbook-plugin-fontsettings │ │ │ ├── buttons.js │ │ │ └── website.css │ │ ├── gitbook-plugin-highlight │ │ │ ├── ebook.css │ │ │ └── website.css │ │ ├── gitbook-plugin-livereload │ │ │ └── plugin.js │ │ ├── gitbook-plugin-sharing │ │ │ └── buttons.js │ │ └── gitbook-plugin-tbfed-pagefooter │ │ │ └── footer.css │ └── style.css ├── index.html └── res │ ├── 11.png │ ├── 19.png │ ├── 1_vbImport.png │ ├── 30.png │ ├── 3_vbNetwork.png │ ├── 40.png │ ├── 42.png │ ├── 4XxQK2I.png │ ├── 4_vbMaprSetting.png │ ├── 52.png │ ├── 53.png │ ├── 58.png │ ├── DrillbitModules.png │ ├── ODBC_to_Drillbit.png │ ├── ODBC_to_Quorum.png │ ├── UserAuthProcess.png │ ├── UserAuth_ODBC_Driver.png │ ├── apachedrill.png │ ├── client-phys-plan.png │ ├── connect-plugin.png │ ├── drill_imp_simple.png │ ├── ex-operator.png │ ├── example_query.png │ ├── execution-tree.png │ ├── get2kno_plugin.png │ ├── leaf-frag.png │ ├── min-frag.png │ ├── odbc-configure1.png │ ├── odbc-configure2.png │ ├── odbc-configure3.png │ ├── odbc-drivers.png │ ├── odbc-mapr-drill-apps.png │ ├── odbc-user-dsn-1.png │ ├── odbc-user-dsn.png │ ├── oigWqVg.png │ ├── operators.png │ ├── query-flow-client.png │ ├── socialmed1.png │ ├── socialmed10.png │ ├── socialmed11.png │ ├── socialmed12.png │ ├── socialmed13.png │ ├── socialmed2.png │ ├── socialmed3.png │ ├── socialmed4.png │ ├── socialmed5.png │ ├── socialmed6.png │ ├── socialmed7.png │ ├── socialmed8.png │ ├── socialmed9.png │ ├── sqlline1.png │ ├── sqlline1_w.png │ ├── storage_plugin_config.png │ ├── storageplugin.png │ ├── user_hops_four.png │ ├── user_hops_joined_view.png │ ├── vbApplSettings.png │ └── vmWelcome.png ├── book.json └── res ├── 11.png ├── 19.png ├── 1_vbImport.png ├── 30.png ├── 3_vbNetwork.png ├── 40.png ├── 42.png ├── 4XxQK2I.png ├── 4_vbMaprSetting.png ├── 52.png ├── 53.png ├── 58.png ├── DrillbitModules.png ├── ODBC_to_Drillbit.png ├── ODBC_to_Quorum.png ├── UserAuthProcess.png ├── UserAuth_ODBC_Driver.png ├── apachedrill.png ├── client-phys-plan.png ├── connect-plugin.png ├── drill_imp_simple.png ├── ex-operator.png ├── example_query.png ├── execution-tree.png ├── get2kno_plugin.png ├── leaf-frag.png ├── min-frag.png ├── odbc-configure1.png ├── odbc-configure2.png ├── odbc-configure3.png ├── odbc-drivers.png ├── odbc-mapr-drill-apps.png ├── odbc-user-dsn-1.png ├── odbc-user-dsn.png ├── oigWqVg.png ├── operators.png ├── query-flow-client.png ├── socialmed1.png ├── socialmed10.png ├── socialmed11.png ├── socialmed12.png ├── socialmed13.png ├── socialmed2.png ├── socialmed3.png ├── socialmed4.png ├── socialmed5.png ├── socialmed6.png ├── socialmed7.png ├── socialmed8.png ├── socialmed9.png ├── sqlline1.png ├── sqlline1_w.png ├── storage_plugin_config.png ├── storageplugin.png ├── user_hops_four.png ├── user_hops_joined_view.png ├── vbApplSettings.png └── vmWelcome.png /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1.开始/1.Introduction 介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/1.开始/1.Introduction 介绍.md -------------------------------------------------------------------------------- /1.开始/2.Why Drill 为什么使用 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/1.开始/2.Why Drill 为什么使用 Drill.md -------------------------------------------------------------------------------- /2.架构/1.Architecture Introduction 架构介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/2.架构/1.Architecture Introduction 架构介绍.md -------------------------------------------------------------------------------- /2.架构/2.Drill Query Execution Drill 查询执行.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/2.架构/2.Drill Query Execution Drill 查询执行.md -------------------------------------------------------------------------------- /2.架构/3.Core Modules 核心模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/2.架构/3.Core Modules 核心模块.md -------------------------------------------------------------------------------- /2.架构/4.Performance 性能.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/2.架构/4.Performance 性能.md -------------------------------------------------------------------------------- /3.教程/1.Tutorials Introduction 教程介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/1.Tutorials Introduction 教程介绍.md -------------------------------------------------------------------------------- /3.教程/2.Drill in 10 Minutes 快速指导.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/2.Drill in 10 Minutes 快速指导.md -------------------------------------------------------------------------------- /3.教程/3.A-Y-A-D 数据集分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/3.A-Y-A-D 数据集分析.md -------------------------------------------------------------------------------- /3.教程/4.在 MapR 的 Sandbox 中学习 Drill/1.关于 MapR 的 Sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/1.关于 MapR 的 Sandbox.md -------------------------------------------------------------------------------- /3.教程/4.在 MapR 的 Sandbox 中学习 Drill/2.在 Sandbox 中安装 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/2.在 Sandbox 中安装 Drill.md -------------------------------------------------------------------------------- /3.教程/4.在 MapR 的 Sandbox 中学习 Drill/3.在 Sandbox 中使用 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/3.在 Sandbox 中使用 Drill.md -------------------------------------------------------------------------------- /3.教程/4.在 MapR 的 Sandbox 中学习 Drill/4.课程1:学习数据集.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/4.课程1:学习数据集.md -------------------------------------------------------------------------------- /3.教程/4.在 MapR 的 Sandbox 中学习 Drill/5.课程2:使用 ANSI SQL 查询.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/5.课程2:使用 ANSI SQL 查询.md -------------------------------------------------------------------------------- /3.教程/4.在 MapR 的 Sandbox 中学习 Drill/6.课程3:查询复杂的数据类型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/6.课程3:查询复杂的数据类型.md -------------------------------------------------------------------------------- /3.教程/4.在 MapR 的 Sandbox 中学习 Drill/7.总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/7.总结.md -------------------------------------------------------------------------------- /3.教程/5.高度动态的数据集分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/5.高度动态的数据集分析.md -------------------------------------------------------------------------------- /3.教程/6.社会媒体分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/6.社会媒体分析.md -------------------------------------------------------------------------------- /3.教程/7.使用窗口函数分析数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/3.教程/7.使用窗口函数分析数据.md -------------------------------------------------------------------------------- /4.安装 Drill/1.Drill 安装介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/1.Drill 安装介绍.md -------------------------------------------------------------------------------- /4.安装 Drill/2.迁移 Parquet 数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/2.迁移 Parquet 数据.md -------------------------------------------------------------------------------- /4.安装 Drill/3.安装 Drill 到嵌入模式/1.嵌入模式的先决条件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/3.安装 Drill 到嵌入模式/1.嵌入模式的先决条件.md -------------------------------------------------------------------------------- /4.安装 Drill/3.安装 Drill 到嵌入模式/2.在 Linux 和 Mac OS X 上安装 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/3.安装 Drill 到嵌入模式/2.在 Linux 和 Mac OS X 上安装 Drill.md -------------------------------------------------------------------------------- /4.安装 Drill/3.安装 Drill 到嵌入模式/3.在 Linux 和 Mac OS X 上启动 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/3.安装 Drill 到嵌入模式/3.在 Linux 和 Mac OS X 上启动 Drill.md -------------------------------------------------------------------------------- /4.安装 Drill/3.安装 Drill 到嵌入模式/4.在 Windows 上安装 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/3.安装 Drill 到嵌入模式/4.在 Windows 上安装 Drill.md -------------------------------------------------------------------------------- /4.安装 Drill/3.安装 Drill 到嵌入模式/5.在 Windows 上启动 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/3.安装 Drill 到嵌入模式/5.在 Windows 上启动 Drill.md -------------------------------------------------------------------------------- /4.安装 Drill/4.安装 Drill 到分布式模式/1.分布式模式的先决条件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/4.安装 Drill 到分布式模式/1.分布式模式的先决条件.md -------------------------------------------------------------------------------- /4.安装 Drill/4.安装 Drill 到分布式模式/2.在集群上安装 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/4.安装 Drill 到分布式模式/2.在集群上安装 Drill.md -------------------------------------------------------------------------------- /4.安装 Drill/4.安装 Drill 到分布式模式/3.在分布式模式下启动 Drill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/4.安装 Drill 到分布式模式/3.在分布式模式下启动 Drill.md -------------------------------------------------------------------------------- /4.安装 Drill/5.启动 Web 控制台.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/4.安装 Drill/5.启动 Web 控制台.md -------------------------------------------------------------------------------- /5.配置 Drill/1.配置介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/1.配置介绍.md -------------------------------------------------------------------------------- /5.配置 Drill/10.配置 Drill 终端.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/10.配置 Drill 终端.md -------------------------------------------------------------------------------- /5.配置 Drill/2.配置内存.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/2.配置内存.md -------------------------------------------------------------------------------- /5.配置 Drill/3.配置一个多租户集群/1.配置一个多租户介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/3.配置一个多租户集群/1.配置一个多租户介绍.md -------------------------------------------------------------------------------- /5.配置 Drill/3.配置一个多租户集群/2.配置多租户资源.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/3.配置一个多租户集群/2.配置多租户资源.md -------------------------------------------------------------------------------- /5.配置 Drill/3.配置一个多租户集群/3.配置 Drillbit 共享资源.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/3.配置一个多租户集群/3.配置 Drillbit 共享资源.md -------------------------------------------------------------------------------- /5.配置 Drill/4.配置模拟身份.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/4.配置模拟身份.md -------------------------------------------------------------------------------- /5.配置 Drill/5.配置用户身份验证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/5.配置用户身份验证.md -------------------------------------------------------------------------------- /5.配置 Drill/6.配置 Hive 用户身份验证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/6.配置 Hive 用户身份验证.md -------------------------------------------------------------------------------- /5.配置 Drill/7.配置 Web 控制台和 REST API 安全.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/7.配置 Web 控制台和 REST API 安全.md -------------------------------------------------------------------------------- /5.配置 Drill/8.可选配置/1.可选配置介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/8.可选配置/1.可选配置介绍.md -------------------------------------------------------------------------------- /5.配置 Drill/8.可选配置/2.启动可选项.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/8.可选配置/2.启动可选项.md -------------------------------------------------------------------------------- /5.配置 Drill/8.可选配置/3.计划和执行可选项.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/8.可选配置/3.计划和执行可选项.md -------------------------------------------------------------------------------- /5.配置 Drill/8.可选配置/4.持久化配置存储.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/8.可选配置/4.持久化配置存储.md -------------------------------------------------------------------------------- /5.配置 Drill/9.Drill 端口使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/5.配置 Drill/9.Drill 端口使用.md -------------------------------------------------------------------------------- /6.连接数据源/1.介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/1.介绍.md -------------------------------------------------------------------------------- /6.连接数据源/2.注册存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/2.注册存储插件.md -------------------------------------------------------------------------------- /6.连接数据源/3.配置存储插件/1.插件基础设置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/3.配置存储插件/1.插件基础设置.md -------------------------------------------------------------------------------- /6.连接数据源/3.配置存储插件/2.工作区间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/3.配置存储插件/2.工作区间.md -------------------------------------------------------------------------------- /6.连接数据源/3.配置存储插件/3.Drill 默认输出格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/3.配置存储插件/3.Drill 默认输出格式.md -------------------------------------------------------------------------------- /6.连接数据源/4.文件系统存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/4.文件系统存储插件.md -------------------------------------------------------------------------------- /6.连接数据源/5.HBase 存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/5.HBase 存储插件.md -------------------------------------------------------------------------------- /6.连接数据源/6.Hive 存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/6.Hive 存储插件.md -------------------------------------------------------------------------------- /6.连接数据源/7.RDBMS 存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/7.RDBMS 存储插件.md -------------------------------------------------------------------------------- /6.连接数据源/8.MongoDB 存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/8.MongoDB 存储插件.md -------------------------------------------------------------------------------- /6.连接数据源/9.S3 存储插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/6.连接数据源/9.S3 存储插件.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/1.介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/1.介绍.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/2.使用 JDBC 驱动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/2.使用 JDBC 驱动.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/3.在 Windows 上使用 JDBC 和 SQuirreL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/3.在 Windows 上使用 JDBC 和 SQuirreL.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/1.在 Linux 上安装驱动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/1.在 Linux 上安装驱动.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/2.在 Mac OS X 上安装驱动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/2.在 Mac OS X 上安装驱动.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/3.在 Windows 上安装驱动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/3.在 Windows 上安装驱动.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/4.在 Windows 上安装 TDC 文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/4.在 Windows 上安装 TDC 文件.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/5.配置 ODBC/1.ODBC 配置参考.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/5.配置 ODBC/1.ODBC 配置参考.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/5.配置 ODBC/2.在 Linux 上配置 ODBC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/5.配置 ODBC/2.在 Linux 上配置 ODBC.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/5.配置 ODBC/3.在 Max OS X 上配置 ODBC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/5.配置 ODBC/3.在 Max OS X 上配置 ODBC.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/5.配置 ODBC/4.在 Windows 上配置 ODBC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/7.ODBC 和 JDBC 接口/5.配置 ODBC/4.在 Windows 上配置 ODBC.md -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/5.配置 ODBC/5.测试 ODBC 连接.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/6.使用 Drill/1.介绍.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/6.使用 Drill/2.连接 Drill 到数据源.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/6.使用 Drill/3.浏览数据和定义视图.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/1.介绍.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/2.Tableau 示例.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/3.使用 MicroStrategy 分析.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/4.使用 Tibco Spotfire 客户端.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/5.使用 Qlik Sense.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/6.使用 Tableau 9 客户端.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/7.使用 Tableau 9 服务端.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/8.配置 JReport.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /_book/1.开始/1.Introduction 介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/1.开始/1.Introduction 介绍.html -------------------------------------------------------------------------------- /_book/1.开始/2.Why Drill 为什么使用 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/1.开始/2.Why Drill 为什么使用 Drill.html -------------------------------------------------------------------------------- /_book/2.架构/1.Architecture Introduction 架构介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/2.架构/1.Architecture Introduction 架构介绍.html -------------------------------------------------------------------------------- /_book/2.架构/2.Drill Query Execution Drill 查询执行.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/2.架构/2.Drill Query Execution Drill 查询执行.html -------------------------------------------------------------------------------- /_book/2.架构/3.Core Modules 核心模块.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/2.架构/3.Core Modules 核心模块.html -------------------------------------------------------------------------------- /_book/2.架构/4.Performance 性能.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/2.架构/4.Performance 性能.html -------------------------------------------------------------------------------- /_book/3.教程/1.Tutorials Introduction 教程介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/1.Tutorials Introduction 教程介绍.html -------------------------------------------------------------------------------- /_book/3.教程/2.Drill in 10 Minutes 快速指导.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/2.Drill in 10 Minutes 快速指导.html -------------------------------------------------------------------------------- /_book/3.教程/3.A-Y-A-D 数据集分析.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/3.A-Y-A-D 数据集分析.html -------------------------------------------------------------------------------- /_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/1.关于 MapR 的 Sandbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/1.关于 MapR 的 Sandbox.html -------------------------------------------------------------------------------- /_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/2.在 Sandbox 中安装 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/2.在 Sandbox 中安装 Drill.html -------------------------------------------------------------------------------- /_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/3.在 Sandbox 中使用 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/3.在 Sandbox 中使用 Drill.html -------------------------------------------------------------------------------- /_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/4.课程1:学习数据集.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/4.课程1:学习数据集.html -------------------------------------------------------------------------------- /_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/5.课程2:使用 ANSI SQL 查询.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/5.课程2:使用 ANSI SQL 查询.html -------------------------------------------------------------------------------- /_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/6.课程3:查询复杂的数据类型.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/6.课程3:查询复杂的数据类型.html -------------------------------------------------------------------------------- /_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/7.总结.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/4.在 MapR 的 Sandbox 中学习 Drill/7.总结.html -------------------------------------------------------------------------------- /_book/3.教程/5.高度动态的数据集分析.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/5.高度动态的数据集分析.html -------------------------------------------------------------------------------- /_book/3.教程/6.社会媒体分析.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/6.社会媒体分析.html -------------------------------------------------------------------------------- /_book/3.教程/7.使用窗口函数分析数据.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/3.教程/7.使用窗口函数分析数据.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/1.Drill 安装介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/1.Drill 安装介绍.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/2.迁移 Parquet 数据.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/2.迁移 Parquet 数据.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/3.安装 Drill 到嵌入模式/1.嵌入模式的先决条件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/3.安装 Drill 到嵌入模式/1.嵌入模式的先决条件.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/3.安装 Drill 到嵌入模式/2.在 Linux 和 Mac OS X 上安装 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/3.安装 Drill 到嵌入模式/2.在 Linux 和 Mac OS X 上安装 Drill.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/3.安装 Drill 到嵌入模式/3.在 Linux 和 Mac OS X 上启动 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/3.安装 Drill 到嵌入模式/3.在 Linux 和 Mac OS X 上启动 Drill.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/3.安装 Drill 到嵌入模式/4.在 Windows 上安装 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/3.安装 Drill 到嵌入模式/4.在 Windows 上安装 Drill.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/3.安装 Drill 到嵌入模式/5.在 Windows 上启动 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/3.安装 Drill 到嵌入模式/5.在 Windows 上启动 Drill.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/4.安装 Drill 到分布式模式/1.分布式模式的先决条件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/4.安装 Drill 到分布式模式/1.分布式模式的先决条件.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/4.安装 Drill 到分布式模式/2.在集群上安装 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/4.安装 Drill 到分布式模式/2.在集群上安装 Drill.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/4.安装 Drill 到分布式模式/3.在分布式模式下启动 Drill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/4.安装 Drill 到分布式模式/3.在分布式模式下启动 Drill.html -------------------------------------------------------------------------------- /_book/4.安装 Drill/5.启动 Web 控制台.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/4.安装 Drill/5.启动 Web 控制台.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/1.配置介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/1.配置介绍.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/10.配置 Drill 终端.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/10.配置 Drill 终端.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/2.配置内存.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/2.配置内存.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/3.配置一个多租户集群/1.配置一个多租户介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/3.配置一个多租户集群/1.配置一个多租户介绍.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/3.配置一个多租户集群/2.配置多租户资源.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/3.配置一个多租户集群/2.配置多租户资源.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/3.配置一个多租户集群/3.配置 Drillbit 共享资源.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/3.配置一个多租户集群/3.配置 Drillbit 共享资源.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/4.配置模拟身份.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/4.配置模拟身份.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/5.配置用户身份验证.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/5.配置用户身份验证.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/6.配置 Hive 用户身份验证.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/6.配置 Hive 用户身份验证.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/7.配置 Web 控制台和 REST API 安全.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/7.配置 Web 控制台和 REST API 安全.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/8.可选配置/1.可选配置介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/8.可选配置/1.可选配置介绍.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/8.可选配置/2.启动可选项.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/8.可选配置/2.启动可选项.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/8.可选配置/3.计划和执行可选项.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/8.可选配置/3.计划和执行可选项.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/8.可选配置/4.持久化配置存储.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/8.可选配置/4.持久化配置存储.html -------------------------------------------------------------------------------- /_book/5.配置 Drill/9.Drill 端口使用.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/5.配置 Drill/9.Drill 端口使用.html -------------------------------------------------------------------------------- /_book/6.连接数据源/1.介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/1.介绍.html -------------------------------------------------------------------------------- /_book/6.连接数据源/2.注册存储插件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/2.注册存储插件.html -------------------------------------------------------------------------------- /_book/6.连接数据源/3.配置存储插件/1.插件基础设置.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/3.配置存储插件/1.插件基础设置.html -------------------------------------------------------------------------------- /_book/6.连接数据源/3.配置存储插件/2.工作区间.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/3.配置存储插件/2.工作区间.html -------------------------------------------------------------------------------- /_book/6.连接数据源/3.配置存储插件/3.Drill 默认输出格式.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/3.配置存储插件/3.Drill 默认输出格式.html -------------------------------------------------------------------------------- /_book/6.连接数据源/4.文件系统存储插件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/4.文件系统存储插件.html -------------------------------------------------------------------------------- /_book/6.连接数据源/5.HBase 存储插件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/5.HBase 存储插件.html -------------------------------------------------------------------------------- /_book/6.连接数据源/6.Hive 存储插件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/6.Hive 存储插件.html -------------------------------------------------------------------------------- /_book/6.连接数据源/7.RDBMS 存储插件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/7.RDBMS 存储插件.html -------------------------------------------------------------------------------- /_book/6.连接数据源/8.MongoDB 存储插件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/8.MongoDB 存储插件.html -------------------------------------------------------------------------------- /_book/6.连接数据源/9.S3 存储插件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/6.连接数据源/9.S3 存储插件.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/1.介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/1.介绍.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/2.使用 JDBC 驱动.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/2.使用 JDBC 驱动.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/3.在 Windows 上使用 JDBC 和 SQuirreL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/3.在 Windows 上使用 JDBC 和 SQuirreL.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/1.在 Linux 上安装驱动.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/1.在 Linux 上安装驱动.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/2.在 Mac OS X 上安装驱动.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/2.在 Mac OS X 上安装驱动.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/3.在 Windows 上安装驱动.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/3.在 Windows 上安装驱动.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/4.在 Windows 上安装 TDC 文件.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/4.安装 ODBC 驱动/4.在 Windows 上安装 TDC 文件.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/1.ODBC 配置参考.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/1.ODBC 配置参考.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/2.在 Linux 上配置 ODBC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/2.在 Linux 上配置 ODBC.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/3.在 Max OS X 上配置 ODBC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/3.在 Max OS X 上配置 ODBC.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/4.在 Windows 上配置 ODBC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/4.在 Windows 上配置 ODBC.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/5.测试 ODBC 连接.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/5.配置 ODBC/5.测试 ODBC 连接.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/6.使用 Drill/1.介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/6.使用 Drill/1.介绍.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/6.使用 Drill/2.连接 Drill 到数据源.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/6.使用 Drill/2.连接 Drill 到数据源.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/6.使用 Drill/3.浏览数据和定义视图.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/6.使用 Drill/3.浏览数据和定义视图.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/1.介绍.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/1.介绍.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/2.Tableau 示例.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/2.Tableau 示例.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/3.使用 MicroStrategy 分析.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/3.使用 MicroStrategy 分析.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/4.使用 Tibco Spotfire 客户端.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/4.使用 Tibco Spotfire 客户端.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/5.使用 Qlik Sense.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/5.使用 Qlik Sense.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/6.使用 Tableau 9 客户端.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/6.使用 Tableau 9 客户端.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/7.使用 Tableau 9 服务端.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/7.使用 Tableau 9 服务端.html -------------------------------------------------------------------------------- /_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/8.配置 JReport.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/7.ODBC 和 JDBC 接口/7.用 BI 工具连接 Drill/8.配置 JReport.html -------------------------------------------------------------------------------- /_book/gitbook/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/app.js -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/fonts/fontawesome/FontAwesome.otf -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /_book/gitbook/images/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/images/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /_book/gitbook/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/images/favicon.ico -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-baidu/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-baidu/plugin.js -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-fontsettings/buttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-fontsettings/buttons.js -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-fontsettings/website.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-fontsettings/website.css -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-highlight/ebook.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-highlight/ebook.css -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-highlight/website.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-highlight/website.css -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-livereload/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-livereload/plugin.js -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-sharing/buttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-sharing/buttons.js -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-tbfed-pagefooter/footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/plugins/gitbook-plugin-tbfed-pagefooter/footer.css -------------------------------------------------------------------------------- /_book/gitbook/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/gitbook/style.css -------------------------------------------------------------------------------- /_book/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/index.html -------------------------------------------------------------------------------- /_book/res/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/11.png -------------------------------------------------------------------------------- /_book/res/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/19.png -------------------------------------------------------------------------------- /_book/res/1_vbImport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/1_vbImport.png -------------------------------------------------------------------------------- /_book/res/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/30.png -------------------------------------------------------------------------------- /_book/res/3_vbNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/3_vbNetwork.png -------------------------------------------------------------------------------- /_book/res/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/40.png -------------------------------------------------------------------------------- /_book/res/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/42.png -------------------------------------------------------------------------------- /_book/res/4XxQK2I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/4XxQK2I.png -------------------------------------------------------------------------------- /_book/res/4_vbMaprSetting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/4_vbMaprSetting.png -------------------------------------------------------------------------------- /_book/res/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/52.png -------------------------------------------------------------------------------- /_book/res/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/53.png -------------------------------------------------------------------------------- /_book/res/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/58.png -------------------------------------------------------------------------------- /_book/res/DrillbitModules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/DrillbitModules.png -------------------------------------------------------------------------------- /_book/res/ODBC_to_Drillbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/ODBC_to_Drillbit.png -------------------------------------------------------------------------------- /_book/res/ODBC_to_Quorum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/ODBC_to_Quorum.png -------------------------------------------------------------------------------- /_book/res/UserAuthProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/UserAuthProcess.png -------------------------------------------------------------------------------- /_book/res/UserAuth_ODBC_Driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/UserAuth_ODBC_Driver.png -------------------------------------------------------------------------------- /_book/res/apachedrill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/apachedrill.png -------------------------------------------------------------------------------- /_book/res/client-phys-plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/client-phys-plan.png -------------------------------------------------------------------------------- /_book/res/connect-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/connect-plugin.png -------------------------------------------------------------------------------- /_book/res/drill_imp_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/drill_imp_simple.png -------------------------------------------------------------------------------- /_book/res/ex-operator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/ex-operator.png -------------------------------------------------------------------------------- /_book/res/example_query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/example_query.png -------------------------------------------------------------------------------- /_book/res/execution-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/execution-tree.png -------------------------------------------------------------------------------- /_book/res/get2kno_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/get2kno_plugin.png -------------------------------------------------------------------------------- /_book/res/leaf-frag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/leaf-frag.png -------------------------------------------------------------------------------- /_book/res/min-frag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/min-frag.png -------------------------------------------------------------------------------- /_book/res/odbc-configure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/odbc-configure1.png -------------------------------------------------------------------------------- /_book/res/odbc-configure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/odbc-configure2.png -------------------------------------------------------------------------------- /_book/res/odbc-configure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/odbc-configure3.png -------------------------------------------------------------------------------- /_book/res/odbc-drivers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/odbc-drivers.png -------------------------------------------------------------------------------- /_book/res/odbc-mapr-drill-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/odbc-mapr-drill-apps.png -------------------------------------------------------------------------------- /_book/res/odbc-user-dsn-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/odbc-user-dsn-1.png -------------------------------------------------------------------------------- /_book/res/odbc-user-dsn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/odbc-user-dsn.png -------------------------------------------------------------------------------- /_book/res/oigWqVg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/oigWqVg.png -------------------------------------------------------------------------------- /_book/res/operators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/operators.png -------------------------------------------------------------------------------- /_book/res/query-flow-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/query-flow-client.png -------------------------------------------------------------------------------- /_book/res/socialmed1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed1.png -------------------------------------------------------------------------------- /_book/res/socialmed10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed10.png -------------------------------------------------------------------------------- /_book/res/socialmed11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed11.png -------------------------------------------------------------------------------- /_book/res/socialmed12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed12.png -------------------------------------------------------------------------------- /_book/res/socialmed13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed13.png -------------------------------------------------------------------------------- /_book/res/socialmed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed2.png -------------------------------------------------------------------------------- /_book/res/socialmed3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed3.png -------------------------------------------------------------------------------- /_book/res/socialmed4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed4.png -------------------------------------------------------------------------------- /_book/res/socialmed5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed5.png -------------------------------------------------------------------------------- /_book/res/socialmed6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed6.png -------------------------------------------------------------------------------- /_book/res/socialmed7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed7.png -------------------------------------------------------------------------------- /_book/res/socialmed8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed8.png -------------------------------------------------------------------------------- /_book/res/socialmed9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/socialmed9.png -------------------------------------------------------------------------------- /_book/res/sqlline1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/sqlline1.png -------------------------------------------------------------------------------- /_book/res/sqlline1_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/sqlline1_w.png -------------------------------------------------------------------------------- /_book/res/storage_plugin_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/storage_plugin_config.png -------------------------------------------------------------------------------- /_book/res/storageplugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/storageplugin.png -------------------------------------------------------------------------------- /_book/res/user_hops_four.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/user_hops_four.png -------------------------------------------------------------------------------- /_book/res/user_hops_joined_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/user_hops_joined_view.png -------------------------------------------------------------------------------- /_book/res/vbApplSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/vbApplSettings.png -------------------------------------------------------------------------------- /_book/res/vmWelcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/_book/res/vmWelcome.png -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/book.json -------------------------------------------------------------------------------- /res/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/11.png -------------------------------------------------------------------------------- /res/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/19.png -------------------------------------------------------------------------------- /res/1_vbImport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/1_vbImport.png -------------------------------------------------------------------------------- /res/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/30.png -------------------------------------------------------------------------------- /res/3_vbNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/3_vbNetwork.png -------------------------------------------------------------------------------- /res/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/40.png -------------------------------------------------------------------------------- /res/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/42.png -------------------------------------------------------------------------------- /res/4XxQK2I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/4XxQK2I.png -------------------------------------------------------------------------------- /res/4_vbMaprSetting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/4_vbMaprSetting.png -------------------------------------------------------------------------------- /res/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/52.png -------------------------------------------------------------------------------- /res/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/53.png -------------------------------------------------------------------------------- /res/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/58.png -------------------------------------------------------------------------------- /res/DrillbitModules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/DrillbitModules.png -------------------------------------------------------------------------------- /res/ODBC_to_Drillbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/ODBC_to_Drillbit.png -------------------------------------------------------------------------------- /res/ODBC_to_Quorum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/ODBC_to_Quorum.png -------------------------------------------------------------------------------- /res/UserAuthProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/UserAuthProcess.png -------------------------------------------------------------------------------- /res/UserAuth_ODBC_Driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/UserAuth_ODBC_Driver.png -------------------------------------------------------------------------------- /res/apachedrill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/apachedrill.png -------------------------------------------------------------------------------- /res/client-phys-plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/client-phys-plan.png -------------------------------------------------------------------------------- /res/connect-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/connect-plugin.png -------------------------------------------------------------------------------- /res/drill_imp_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/drill_imp_simple.png -------------------------------------------------------------------------------- /res/ex-operator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/ex-operator.png -------------------------------------------------------------------------------- /res/example_query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/example_query.png -------------------------------------------------------------------------------- /res/execution-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/execution-tree.png -------------------------------------------------------------------------------- /res/get2kno_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/get2kno_plugin.png -------------------------------------------------------------------------------- /res/leaf-frag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/leaf-frag.png -------------------------------------------------------------------------------- /res/min-frag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/min-frag.png -------------------------------------------------------------------------------- /res/odbc-configure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/odbc-configure1.png -------------------------------------------------------------------------------- /res/odbc-configure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/odbc-configure2.png -------------------------------------------------------------------------------- /res/odbc-configure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/odbc-configure3.png -------------------------------------------------------------------------------- /res/odbc-drivers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/odbc-drivers.png -------------------------------------------------------------------------------- /res/odbc-mapr-drill-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/odbc-mapr-drill-apps.png -------------------------------------------------------------------------------- /res/odbc-user-dsn-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/odbc-user-dsn-1.png -------------------------------------------------------------------------------- /res/odbc-user-dsn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/odbc-user-dsn.png -------------------------------------------------------------------------------- /res/oigWqVg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/oigWqVg.png -------------------------------------------------------------------------------- /res/operators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/operators.png -------------------------------------------------------------------------------- /res/query-flow-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/query-flow-client.png -------------------------------------------------------------------------------- /res/socialmed1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed1.png -------------------------------------------------------------------------------- /res/socialmed10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed10.png -------------------------------------------------------------------------------- /res/socialmed11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed11.png -------------------------------------------------------------------------------- /res/socialmed12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed12.png -------------------------------------------------------------------------------- /res/socialmed13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed13.png -------------------------------------------------------------------------------- /res/socialmed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed2.png -------------------------------------------------------------------------------- /res/socialmed3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed3.png -------------------------------------------------------------------------------- /res/socialmed4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed4.png -------------------------------------------------------------------------------- /res/socialmed5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed5.png -------------------------------------------------------------------------------- /res/socialmed6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed6.png -------------------------------------------------------------------------------- /res/socialmed7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed7.png -------------------------------------------------------------------------------- /res/socialmed8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed8.png -------------------------------------------------------------------------------- /res/socialmed9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/socialmed9.png -------------------------------------------------------------------------------- /res/sqlline1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/sqlline1.png -------------------------------------------------------------------------------- /res/sqlline1_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/sqlline1_w.png -------------------------------------------------------------------------------- /res/storage_plugin_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/storage_plugin_config.png -------------------------------------------------------------------------------- /res/storageplugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/storageplugin.png -------------------------------------------------------------------------------- /res/user_hops_four.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/user_hops_four.png -------------------------------------------------------------------------------- /res/user_hops_joined_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/user_hops_joined_view.png -------------------------------------------------------------------------------- /res/vbApplSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/vbApplSettings.png -------------------------------------------------------------------------------- /res/vmWelcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartloli/apache-drill-cn/HEAD/res/vmWelcome.png --------------------------------------------------------------------------------