Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 99e965f

Browse files
marsishandsomeliubo0127
authored andcommitted
update tispark-2.1.8 for release-3.1 (#1062)
1 parent 38a137f commit 99e965f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

roles/local/tasks/binary_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
- name: cp tispark
7676
shell: >
77-
cp -v {{ downloads_dir }}/tispark-core-2.1.7-spark_2.4-jar-with-dependencies.jar "{{ resources_dir }}/bin/tispark-core-2.1.7-spark_2.4-jar-with-dependencies.jar"
77+
cp -v {{ downloads_dir }}/tispark-core-2.1.8-spark_2.4-jar-with-dependencies.jar "{{ resources_dir }}/bin/tispark-core-2.1.8-spark_2.4-jar-with-dependencies.jar"
7878
when: not deploy_without_tidb|default(false)
7979

8080
- name: cp tispark-sample-data

roles/local/templates/binary_packages.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ tispark_packages:
4848
version: 2.4.3
4949
url: http://download.pingcap.org/spark-2.4.3-bin-hadoop2.7.tgz
5050
checksum: "sha256:80a4c564ceff0d9aff82b7df610b1d34e777b45042e21e2d41f3e497bb1fa5d8"
51-
- name: tispark-core-2.1.7-spark_2.4-jar-with-dependencies.jar
52-
version: 2.1.7
53-
url: https://download.pingcap.org/tispark-core-2.1.7-spark_2.4-jar-with-dependencies.jar
51+
- name: tispark-core-2.1.8-spark_2.4-jar-with-dependencies.jar
52+
version: 2.1.8
53+
url: https://download.pingcap.org/tispark-core-2.1.8-spark_2.4-jar-with-dependencies.jar
5454
- name: tispark-sample-data.tar.gz
5555
version: latest
5656
url: http://download.pingcap.org/tispark-sample-data.tar.gz

roles/tispark/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
- name: deploy tispark
1414
copy:
15-
src: "{{ resources_dir }}/bin/tispark-core-2.1.7-spark_2.4-jar-with-dependencies.jar"
15+
src: "{{ resources_dir }}/bin/tispark-core-2.1.8-spark_2.4-jar-with-dependencies.jar"
1616
dest: "{{ deploy_dir }}/spark/jars/"
1717

1818
- name: load customized spark_env

0 commit comments

Comments
 (0)