This repository was archived by the owner on Jun 24, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7474
7575- name : cp tispark
7676 shell : >
77- cp -v {{ downloads_dir }}/tispark-core-2.1.6 -spark_2.4-jar-with-dependencies.jar "{{ resources_dir }}/bin/tispark-core-2.1.6 -spark_2.4-jar-with-dependencies.jar"
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"
7878 when : not deploy_without_tidb|default(false)
7979
8080- name : cp tispark-sample-data
Original file line number Diff line number Diff 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.6 -spark_2.4-jar-with-dependencies.jar
52- version: 2.1.6
53- url: https://download.pingcap.org/tispark-core-2.1.6 -spark_2.4-jar-with-dependencies.jar
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
5454 - name: tispark-sample-data.tar.gz
5555 version: latest
5656 url: http://download.pingcap.org/tispark-sample-data.tar.gz
Original file line number Diff line number Diff line change 1212
1313 - name : deploy tispark
1414 copy :
15- src : " {{ resources_dir }}/bin/tispark-core-2.1.6 -spark_2.4-jar-with-dependencies.jar"
15+ src : " {{ resources_dir }}/bin/tispark-core-2.1.7 -spark_2.4-jar-with-dependencies.jar"
1616 dest : " {{ deploy_dir }}/spark/jars/"
1717
1818- name : load customized spark_env
You can’t perform that action at this time.
0 commit comments