aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-12-24 13:32:51 -0800
committerJosh Rosen <joshrosen@databricks.com>2014-12-24 13:32:51 -0800
commit29fabb1b528e60b2f65132a9ab64f2fd95b729ba (patch)
tree00028a1f4ea48e77ede7e8f9bdfaa0cb324b74e7 /core/pom.xml
parent199e59aacd540e17b31f38e0e32a3618870e9055 (diff)
downloadspark-29fabb1b528e60b2f65132a9ab64f2fd95b729ba.tar.gz
spark-29fabb1b528e60b2f65132a9ab64f2fd95b729ba.tar.bz2
spark-29fabb1b528e60b2f65132a9ab64f2fd95b729ba.zip
SPARK-4297 [BUILD] Build warning fixes omnibus
There are a number of warnings generated in a normal, successful build right now. They're mostly Java unchecked cast warnings, which can be suppressed. But there's a grab bag of other Scala language warnings and so on that can all be easily fixed. The forthcoming PR fixes about 90% of the build warnings I see now. Author: Sean Owen <sowen@cloudera.com> Closes #3157 from srowen/SPARK-4297 and squashes the following commits: 8c9e469 [Sean Owen] Suppress unchecked cast warnings, and several other build warning fixes
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 1feb00b3a7..c5c41b2b5d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -352,9 +352,9 @@
</execution>
</executions>
<configuration>
- <tasks>
+ <target>
<unzip src="../python/lib/py4j-0.8.2.1-src.zip" dest="../python/build" />
- </tasks>
+ </target>
</configuration>
</plugin>
<plugin>