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

update tispark to 2.2.0 (release-2.1) #927

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/local/tasks/binary_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

- name: cp tispark
shell: >
cp -v {{ downloads_dir }}/tispark-core-2.1.4-spark_2.4-jar-with-dependencies.jar "{{ resources_dir }}/bin/tispark-core-2.1.4-spark_2.4-jar-with-dependencies.jar"
cp -v {{ downloads_dir }}/tispark-assembly-2.2.0.jar "{{ resources_dir }}/bin/tispark-assembly-2.2.0.jar"
when: not deploy_without_tidb|default(false)

- name: cp tispark-sample-data
Expand Down
6 changes: 3 additions & 3 deletions roles/local/templates/binary_packages.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ tispark_packages:
version: 2.4.3
url: http://download.pingcap.org/spark-2.4.3-bin-hadoop2.7.tgz
checksum: "sha256:80a4c564ceff0d9aff82b7df610b1d34e777b45042e21e2d41f3e497bb1fa5d8"
- name: tispark-core-2.1.4-spark_2.4-jar-with-dependencies.jar
version: 2.1.4
url: https://download.pingcap.org/tispark-core-2.1.4-spark_2.4-jar-with-dependencies.jar
- name: tispark-assembly-2.2.0.jar
version: 2.2.0
url: https://download.pingcap.org/tispark-assembly-2.2.0.jar
- name: tispark-sample-data.tar.gz
version: latest
url: http://download.pingcap.org/tispark-sample-data.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion roles/tispark/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- name: deploy tispark
copy:
src: "{{ resources_dir }}/bin/tispark-core-2.1.4-spark_2.4-jar-with-dependencies.jar"
src: "{{ resources_dir }}/bin/tispark-assembly-2.2.0.jar"
dest: "{{ deploy_dir }}/spark/jars/"

- name: load customized spark_env
Expand Down