File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ make_dist() {
2020 build_flags=" $1 "
2121 shift 1
2222 hadoop_name=" hadoop-palantir"
23- artifact_name=" spark-dist_2.11-${hadoop_name} - ${version} .tgz "
23+ artifact_name=" spark-dist_2.11-${hadoop_name} "
2424 file_name=" spark-dist-${version} -${hadoop_name} .tgz"
2525 ./dev/make-distribution.sh --name " hadoop-palantir" --tgz " $@ " $build_flags
26- curl -u $BINTRAY_USERNAME :$BINTRAY_PASSWORD -T $file_name " https://api.bintray.com/content/palantir/releases/spark/${version} /org/apache/spark/${artifact_name} /${version} /${artifact_name} "
26+ curl -u $BINTRAY_USERNAME :$BINTRAY_PASSWORD -T $file_name " https://api.bintray.com/content/palantir/releases/spark/${version} /org/apache/spark/${artifact_name} /${version} /${artifact_name} - ${version} .tgz "
2727}
2828
2929publish_artifacts | tee -a " $CIRCLE_ARTIFACTS /publish.log"
Original file line number Diff line number Diff line change 110110 <artifactId >spark-dist_${scala.binary.version}-hadoop-palantir</artifactId >
111111 <version >${project.version} </version >
112112 </dependency >
113- <dependency >
114- <groupId >org.apache.spark</groupId >
115- <artifactId >spark-dist</artifactId >
116- <version >${project.version} -hadoop-${hadoop.version} </version >
117- </dependency >
118113 <!--
119114 Propagate these from spark-parent hadoop-palantir profile
120115 -->
You can’t perform that action at this time.
0 commit comments