aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-08-24 12:38:01 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-08-24 12:38:01 -0700
commit4e0395ddb764d092b5b38447af49e196e590e0f0 (patch)
tree86162655c05ef5cb0bb71807c13e8831f1e0bfcc /extras
parent053d94fcf32268369b5a40837271f15d6af41aa4 (diff)
downloadspark-4e0395ddb764d092b5b38447af49e196e590e0f0.tar.gz
spark-4e0395ddb764d092b5b38447af49e196e590e0f0.tar.bz2
spark-4e0395ddb764d092b5b38447af49e196e590e0f0.zip
[SPARK-10168] [STREAMING] Fix the issue that maven publishes wrong artifact jars
This PR removed the `outputFile` configuration from pom.xml and updated `tests.py` to search jars for both sbt build and maven build. I ran ` mvn -Pkinesis-asl -DskipTests clean install` locally, and verified the jars in my local repository were correct. I also checked Python tests for maven build, and it passed all tests. Author: zsxwing <zsxwing@gmail.com> Closes #8373 from zsxwing/SPARK-10168 and squashes the following commits: e0b5818 [zsxwing] Fix the sbt build c697627 [zsxwing] Add the jar pathes to the exception message be1d8a5 [zsxwing] Fix the issue that maven publishes wrong artifact jars
Diffstat (limited to 'extras')
-rw-r--r--extras/kinesis-asl-assembly/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/kinesis-asl-assembly/pom.xml b/extras/kinesis-asl-assembly/pom.xml
index 3ca538608f..51af3e6f22 100644
--- a/extras/kinesis-asl-assembly/pom.xml
+++ b/extras/kinesis-asl-assembly/pom.xml
@@ -137,7 +137,6 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
- <outputFile>${project.build.directory}/scala-${scala.binary.version}/spark-streaming-kinesis-asl-assembly-${project.version}.jar</outputFile>
<artifactSet>
<includes>
<include>*:*</include>