Skip to content

Commit 8215898

Browse files
committed
run spark-standalone profile in spark-standalone exec task
1 parent 5438a9d commit 8215898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<!-- Generate Spark Standalone Distribution -->
101101
<target name="exec-spark-standalone" description="compiles spark standalone components" depends="dist-spark">
102102
<antcall target="run-mvn-goals">
103-
<param name="mvn_goals" value="clean install -P spark"/>
103+
<param name="mvn_goals" value="clean install -P spark-standalone"/>
104104
</antcall>
105105
</target>
106106

0 commit comments

Comments
 (0)