From f91df020419986a762649c3f35df9a90b84bd16d Mon Sep 17 00:00:00 2001 From: Liangliang Gu Date: Thu, 4 Jul 2019 13:28:43 +0800 Subject: [PATCH] release 1.2.1 (#901) --- README.md | 10 +++++----- core/pom.xml | 2 +- core/scripts/start-tithriftserver.sh | 2 +- core/scripts/tispark-sql | 2 +- core/scripts/version.sh | 2 +- pom.xml | 2 +- tikv-client/pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0bfbbeeb2c..99f2c8167a 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ TiSpark is a thin layer built for running Apache Spark on top of TiDB/TiKV to answer the complex OLAP queries. It takes advantages of both the Spark platform and the distributed TiKV cluster, at the same time, seamlessly glues to TiDB, the distributed OLTP database, to provide a Hybrid Transactional/Analytical Processing (HTAP) to serve as a one-stop solution for online transactions and analysis. ## Getting TiSpark -The current stable version is 1.2 which is compatible with Spark 2.1.0+. +The current stable version is 1.2.1 which is compatible with Spark 2.1.0+. **When using Spark 2.1.0+, please follow the [document for Spark 2.1](./docs/userguide_spark2.1.md)** @@ -19,20 +19,20 @@ If you are using maven, add the following to your pom.xml: com.pingcap.tispark tispark-core - 1.2 + 1.2.1 com.pingcap.tikv tikv-client - 1.2 + 1.2.1 ``` If you're using SBT, add the following line to your build file: ```scala -libraryDependencies += "com.pingcap.tispark" % "tispark-core" % "1.2" -libraryDependencies += "com.pingcap.tikv" % "tikv-client" % "1.2" +libraryDependencies += "com.pingcap.tispark" % "tispark-core" % "1.2.1" +libraryDependencies += "com.pingcap.tikv" % "tikv-client" % "1.2.1" ``` For other build tools, you can visit search.maven.org and search with GroupId [![Maven Search](https://img.shields.io/badge/com.pingcap-tikv/tispark-green.svg)](http://search.maven.org/#search%7Cga%7C1%7Cpingcap)(This search will also list all available modules of TiSpark including tikv-client). diff --git a/core/pom.xml b/core/pom.xml index ffac49d538..ddd633f0ec 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 1.2 + 1.2.1 ../pom.xml diff --git a/core/scripts/start-tithriftserver.sh b/core/scripts/start-tithriftserver.sh index 54ded72d6b..695fb159b6 100755 --- a/core/scripts/start-tithriftserver.sh +++ b/core/scripts/start-tithriftserver.sh @@ -23,7 +23,7 @@ # Enter posix mode for bash set -o posix -TISPARK_JAR=tispark-core-1.2-jar-with-dependencies.jar +TISPARK_JAR=tispark-core-1.2.1-jar-with-dependencies.jar if [ -z "${SPARK_HOME}" ]; then export SPARK_HOME="$(cd "`dirname "$0"`"/..; pwd)" diff --git a/core/scripts/tispark-sql b/core/scripts/tispark-sql index d56748316c..48b2b0d871 100755 --- a/core/scripts/tispark-sql +++ b/core/scripts/tispark-sql @@ -17,7 +17,7 @@ # limitations under the License. # -TISPARK_JAR=tispark-1.2-jar-with-dependencies.jar +TISPARK_JAR=tispark-1.2.1-jar-with-dependencies.jar if [ -z "${SPARK_HOME}" ]; then source "$(dirname "$0")"/find-spark-home diff --git a/core/scripts/version.sh b/core/scripts/version.sh index 5f682bd563..aa4e871dfd 100755 --- a/core/scripts/version.sh +++ b/core/scripts/version.sh @@ -15,7 +15,7 @@ # -TiSparkReleaseVersion=1.2 +TiSparkReleaseVersion=1.2.1 TiSparkBuildTS=`date -u '+%Y-%m-%d %I:%M:%S'` TiSparkGitHash=`git rev-parse HEAD` TiSparkGitBranch=`git rev-parse --abbrev-ref HEAD` diff --git a/pom.xml b/pom.xml index e5cf278063..881f1b340e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.pingcap.tispark tispark-parent - 1.2 + 1.2.1 pom TiSpark Project Parent POM http://github.copm/pingcap/tispark diff --git a/tikv-client/pom.xml b/tikv-client/pom.xml index d243e65c04..51602d58fe 100644 --- a/tikv-client/pom.xml +++ b/tikv-client/pom.xml @@ -5,7 +5,7 @@ com.pingcap.tispark tispark-parent - 1.2 + 1.2.1 ../pom.xml