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

Commit

Permalink
update tispark to 2.2.0 (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsishandsome authored and liubo0127 committed Sep 2, 2019
1 parent 106ab35 commit 64e1f15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 64e1f15

Please sign in to comment.