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() {
20
20
build_flags=" $1 "
21
21
shift 1
22
22
hadoop_name=" hadoop-palantir"
23
- artifact_name=" spark-dist_2.11-${hadoop_name} - ${version} .tgz "
23
+ artifact_name=" spark-dist_2.11-${hadoop_name} "
24
24
file_name=" spark-dist-${version} -${hadoop_name} .tgz"
25
25
./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 "
27
27
}
28
28
29
29
publish_artifacts | tee -a " $CIRCLE_ARTIFACTS /publish.log"
Original file line number Diff line number Diff line change 110
110
<artifactId >spark-dist_${scala.binary.version}-hadoop-palantir</artifactId >
111
111
<version >${project.version} </version >
112
112
</dependency >
113
- <dependency >
114
- <groupId >org.apache.spark</groupId >
115
- <artifactId >spark-dist</artifactId >
116
- <version >${project.version} -hadoop-${hadoop.version} </version >
117
- </dependency >
118
113
<!--
119
114
Propagate these from spark-parent hadoop-palantir profile
120
115
-->
You can’t perform that action at this time.
0 commit comments