This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch document in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/document by this push: new de11085 Update download, release notes for v2.6.1 de11085 is described below commit de11085da4a78116623d8db8c87b7401b163fdc5 Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Fri Mar 8 15:22:43 2019 +0800 Update download, release notes for v2.6.1 --- website/_docs/install/index.cn.md | 14 +++++++++++++- website/_docs/install/index.md | 14 +++++++++++++- website/_docs/release_notes.md | 38 ++++++++++++++++++++++++++++++++++++++ website/download/index.cn.md | 26 +++++++------------------- website/download/index.md | 27 +++++++-------------------- 5 files changed, 78 insertions(+), 41 deletions(-) diff --git a/website/_docs/install/index.cn.md b/website/_docs/install/index.cn.md index 3cb3743..c3fc261 100644 --- a/website/_docs/install/index.cn.md +++ b/website/_docs/install/index.cn.md @@ -10,7 +10,7 @@ permalink: /cn/docs/install/index.html * Hadoop: 2.7+, 3.1+ (since v2.5) * Hive: 0.13 - 1.2.1+ * HBase: 1.1+, 2.0 (since v2.5) -* Spark (可选) 2.1.1+ +* Spark (可选) 2.3.0+ * Kafka (可选) 1.0.0+ (since v2.5) * JDK: 1.8+ (since v2.5) * OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+ @@ -51,6 +51,18 @@ cd apache-kylin-2.5.0-bin-hbase1x export KYLIN_HOME=`pwd` ``` +从 v2.6.1 开始, Kylin 不再包含 Spark 二进制包; 您需要另外下载 Spark,然后设置 `SPARK_HOME` 系统变量到 Spark 安装目录: + +```shell +export SPARK_HOME=/path/to/spark +``` + +或者使用脚本下载: + +```shell +$KYLIN_HOME/bin/download-spark.sh +``` + ### Kylin tarball 目录 * `bin`: shell 脚本,用于启动/停止 Kylin,备份/恢复 Kylin 元数据,以及一些检查端口、获取 Hive/HBase 依赖的方法等; * `conf`: Hadoop 任务的 XML 配置文件,这些文件的作用可参考[配置页面](/docs/install/configuration.html) diff --git a/website/_docs/install/index.md b/website/_docs/install/index.md index c8ea65c..e2c8fb9 100644 --- a/website/_docs/install/index.md +++ b/website/_docs/install/index.md @@ -10,7 +10,7 @@ permalink: /docs/install/index.html * Hadoop: 2.7+, 3.1+ (since v2.5) * Hive: 0.13 - 1.2.1+ * HBase: 1.1+, 2.0 (since v2.5) -* Spark (optional) 2.1.1+ +* Spark (optional) 2.3.0+ * Kafka (optional) 1.0.0+ (since v2.5) * JDK: 1.8+ (since v2.5) * OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+ @@ -53,6 +53,18 @@ cd apache-kylin-2.5.0-bin-hbase1x export KYLIN_HOME=`pwd` ``` +From v2.6.1, Kylin will not ship Spark binary anymore; You need to install Spark seperately, and then point `SPARK_HOME` system environment variable to it: + +```shell +export SPARK_HOME=/path/to/spark +``` + +or run the script to download it: + +```shell +$KYLIN_HOME/bin/download-spark.sh +``` + ### Kylin tarball structure * `bin`: shell scripts to start/stop Kylin service, backup/restore metadata, as well as some utility scripts. * `conf`: XML configuration files. The function of these xml files can be found in [configuration page](/docs/install/configuration.html) diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md index f3ff179..5dc774c 100644 --- a/website/_docs/release_notes.md +++ b/website/_docs/release_notes.md @@ -15,6 +15,44 @@ or send to Apache Kylin mailing list: * User relative: [u...@kylin.apache.org](mailto:u...@kylin.apache.org) * Development relative: [d...@kylin.apache.org](mailto:d...@kylin.apache.org) +## v2.6.1 - 2019-03-08 +_Tag:_ [kylin-2.6.1](https://github.com/apache/kylin/tree/kylin-2.6.1) +This is a bugfix release after 2.6.0, with 7 enhancements and 19 bug fixes. + +__Improvement__ + +* [KYLIN-3780] - Add built instance in Job info and email notification +* [KYLIN-3794] - mergeToInClause in TupleFilterVisitor cannot work properly in some edge cases +* [KYLIN-3804] - Advanced Snapshot Table save not friendly +* [KYLIN-3816] - Current CI doesn't cover the case of streaming table join lookup table +* [KYLIN-3819] - kylin.sh run in the foreground +* [KYLIN-3822] - "bin/kylin.sh org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI [file_path] [nOfThread] all" can not run successfully +* [KYLIN-3826] - MergeCuboidJob only uploads necessary segment's dictionary + +__Bug Fix__ + +* [KYLIN-3494] - Build cube with spark reports ArrayIndexOutOfBoundsException +* [KYLIN-3537] - Use Spark to build Cube on Yarn faild at Setp8 on HDP3.0 +* [KYLIN-3703] - Get negative value when sum on an integer column +* [KYLIN-3714] - com.esotericsoftware.kryo.KryoException: java.lang.IllegalArgumentException: Class is not registered: scala.reflect.ManifestFactory$$anon$2 +* [KYLIN-3727] - Can not build empty segment, HadoopShellException +* [KYLIN-3770] - ZipFileUtils is not compatible CubeMetaIngester +* [KYLIN-3772] - CubeMetaIngester works abnormally +* [KYLIN-3773] - Using Mysql instead of Hive as Data Source fails with LinkageError +* [KYLIN-3776] - Float type in MySQL not properly converted to HIVE Double Type +* [KYLIN-3778] - Invalid data source for each project at project level +* [KYLIN-3782] - ZookeeperDistributedLock can't acquir lock on windows because wrong Path +* [KYLIN-3790] - Wrong error code when command executor is interrupted +* [KYLIN-3793] - org.apache.kylin.source.kafka.util.KafkaSampleProducer exit after generating 1 message +* [KYLIN-3798] - SQL Server cannot list databases +* [KYLIN-3799] - Wrong hive-exec jar may be found by find-hive-dependency.sh on CDH +* [KYLIN-3801] - find-hive-dependency.sh fail to grep env:CLASSPATH from beeline output +* [KYLIN-3815] - Unexpected behavior when joinning streaming table and hive table +* [KYLIN-3828] - ArrayIndexOutOfBoundsException thrown when build a streaming cube with empty data in its first dimension +* [KYLIN-3833] - Potential OOM in Spark Extract Fact Table Distinct Columns step +* [KYLIN-3836] - Kylin StringUtil.join() may cause NPE if iterator is empty + + ## v2.6.0 - 2019-01-12 _Tag:_ [kylin-2.6.0](https://github.com/apache/kylin/tree/kylin-2.6.0) This is a major release after 2.5, with more than 90 bug fixes and enhancements. diff --git a/website/download/index.cn.md b/website/download/index.cn.md index 92d6832..404b8c9 100644 --- a/website/download/index.cn.md +++ b/website/download/index.cn.md @@ -5,29 +5,17 @@ title: 下载 您可以按照这些[步骤](https://www.apache.org/info/verification.html) 并使用这些[KEYS](https://www.apache.org/dist/kylin/KEYS)来验证下载文件的有效性. -#### v2.6.0 -- 这是2.5 版本后的一个主要发布版本,包含了94个问题的修复以及各种改进。关于具体内容请查看发布说明. +#### v2.6.1 +- 这是2.6.0 版本后的一个 bugfix 发布版本,包含了94个问题的修复以及各种改进。关于具体内容请查看发布说明. - [发布说明](/docs/release_notes.html) and [升级指南](/docs/howto/howto_upgrade.html) -- 源码下载: [apache-kylin-2.6.0-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-source-release.zip.sha256)\] +- 源码下载: [apache-kylin-2.6.1-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.sha256)\] - Hadoop 2 二进制包: - - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.0-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-2.6.0-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-cdh57.tar.gz.sha256)\] + - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.1-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.sha256)\] + - for Cloudera CDH 5.7+ - [apache-kylin-2.6.1-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.sha256)\] - Hadoop 3 二进制包: - - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.0-bin-hadoop3.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-hadoop3.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-hadoop3.tar.gz.sha256)\] - - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.0-bin-cdh60.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-cdh60.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-cdh60.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-cdh60.tar.gz.sha256)\] - -#### v2.5.2 -- 这是2.5.1 版本后的一个bugfix发布版本,包含了12 个以及各种改进。关于具体内容请查看发布说明. -- [发布说明](/docs/release_notes.html) and [升级指南](/docs/howto/howto_upgrade.html) -- 源码下载: [apache-kylin-2.5.2-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-source-release.zip.sha256)\] -- 二进制包下载: - - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.5.2-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-2.5.2-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-cdh57.tar.gz.sha256)\] - -- Hadoop 3 API 二进制包 (beta): - - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.5.2-bin-hadoop3.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-hadoop3.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-hadoop3.tar.gz.sha256)\] - - for Cloudera CDH 6.0 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.5.2-bin-cdh60.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-cdh60.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-cdh60.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-cdh60.tar.gz.sha256)\] + - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.1-bin-hadoop3.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-hadoop3.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.sha256)\] + - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.1-bin-cdh60.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-cdh60.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-cdh60.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-cdh60.tar.gz.sha256)\] #### JDBC 驱动程序 diff --git a/website/download/index.md b/website/download/index.md index 7310752..b29cd12 100644 --- a/website/download/index.md +++ b/website/download/index.md @@ -6,30 +6,17 @@ permalink: /download/index.html You can verify the download by following these [procedures](https://www.apache.org/info/verification.html) and using these [KEYS](https://www.apache.org/dist/kylin/KEYS). -#### v2.6.0 -- This is a major release after 2.5, with 94 bug fixes and enhancement. Check the release notes. +#### v2.6.1 +- This is a major release after 2.6.0, with 94 bug fixes and enhancement. Check the release notes. - [Release notes](/docs/release_notes.html) and [upgrade guide](/docs/howto/howto_upgrade.html) -- Source download: [apache-kylin-2.6.0-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-source-release.zip.sha256)\] +- Source download: [apache-kylin-2.6.1-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.sha256)\] - Binary for Hadoop 2 download: - - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.0-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-2.6.0-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.0/apache-kylin-2.6.0-bin-cdh57.tar.gz.sha256)\] + - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.1-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.sha256)\] + - for Cloudera CDH 5.7+ - [apache-kylin-2.6.1-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.sha256)\] - Binary for Hadoop 3 download: - - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.0-bin-hadoop3.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-hadoop3.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-hadoop3.tar.gz.sha256)\] - - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.0-bin-cdh60.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-cdh60.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-cdh60.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.0-rc1/apache-kylin-2.6.0-bin-cdh60.tar.gz.sha256)\] - -#### v2.5.2 -- This is a bugfix release after 2.5.1, with 12 bug fixes and enhancement. Check the release notes. -- [Release notes](/docs/release_notes.html) and [upgrade guide](/docs/howto/howto_upgrade.html) -- Source download: [apache-kylin-2.5.2-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-source-release.zip.sha256)\] -- Binary download: - - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.5.2-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-2.5.2-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.5.2/apache-kylin-2.5.2-bin-cdh57.tar.gz.sha256)\] - -- Hadoop 3 API binary packages (for beta): - - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.5.2-bin-hadoop3.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-hadoop3.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-hadoop3.tar.gz.sha256)\] - - for Cloudera CDH 6.0 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.5.2-bin-cdh60.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-cdh60.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-cdh60.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.5.2-rc2/apache-kylin-2.5.2-bin-cdh60.tar.gz.sha256)\] - + - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.1-bin-hadoop3.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-hadoop3.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.sha256)\] + - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.1-bin-cdh60.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-cdh60.tar.gz) \[[asc](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-cdh60.tar.gz.asc)\] \[[sha256](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-2.6.1-rc1/apache-kylin-2.6.1-bin-cdh60.tar.gz.sha256)\] #### JDBC Driver