Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/3157#discussion_r21962207
--- Diff: core/pom.xml ---
@@ -352,9 +352,9 @@
</execution>
</executions>
<configuration>
- <tasks>
+ <target>
--- End diff --
Maybe the SBT build doesn't run what the `antrun` plugin does in the Maven
build? Here's the mojo doc that shows the deprecation:
http://maven.apache.org/plugins/maven-antrun-plugin/run-mojo.html We should be
using the same plugin since the Maven build defines the version.
Hm I wonder if this is a different little problem. Does the SBT build
trigger ...
`<unzip src="../python/lib/py4j-0.8.2.1-src.zip" dest="../python/build" />`
Since it's python stuff I'd assume it doesn't directly impact the SBT build
but would think it's necessary for tests?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]