1
0

[HUDI-2262] reduce build warnings (#3481)

This commit is contained in:
Satish M
2021-08-24 22:36:38 +05:30
committed by GitHub
parent 15bf01dcb7
commit 04ede8eecf
5 changed files with 7 additions and 7 deletions

View File

@@ -55,12 +55,12 @@
<execution> <execution>
<phase>package</phase> <phase>package</phase>
<configuration> <configuration>
<tasks> <target>
<copy file="${project.basedir}/../../../../packaging/hudi-hadoop-mr-bundle/target/hudi-hadoop-mr-bundle-${project.version}.jar" tofile="target/hoodie-hadoop-mr-bundle.jar" /> <copy file="${project.basedir}/../../../../packaging/hudi-hadoop-mr-bundle/target/hudi-hadoop-mr-bundle-${project.version}.jar" tofile="target/hoodie-hadoop-mr-bundle.jar" />
<copy file="${project.basedir}/../../../../packaging/hudi-hive-sync-bundle/target/hudi-hive-sync-bundle-${project.version}.jar" tofile="target/hoodie-hive-sync-bundle.jar" /> <copy file="${project.basedir}/../../../../packaging/hudi-hive-sync-bundle/target/hudi-hive-sync-bundle-${project.version}.jar" tofile="target/hoodie-hive-sync-bundle.jar" />
<copy file="${project.basedir}/../../../../packaging/hudi-spark-bundle/target/hudi-spark${sparkbundle.version}-bundle_${scala.binary.version}-${project.version}.jar" tofile="target/hoodie-spark-bundle.jar" /> <copy file="${project.basedir}/../../../../packaging/hudi-spark-bundle/target/hudi-spark${sparkbundle.version}-bundle_${scala.binary.version}-${project.version}.jar" tofile="target/hoodie-spark-bundle.jar" />
<copy file="${project.basedir}/../../../../packaging/hudi-utilities-bundle/target/hudi-utilities-bundle_${scala.binary.version}-${project.version}.jar" tofile="target/hoodie-utilities.jar" /> <copy file="${project.basedir}/../../../../packaging/hudi-utilities-bundle/target/hudi-utilities-bundle_${scala.binary.version}-${project.version}.jar" tofile="target/hoodie-utilities.jar" />
</tasks> </target>
</configuration> </configuration>
<goals> <goals>
<goal>run</goal> <goal>run</goal>

View File

@@ -55,9 +55,9 @@
<execution> <execution>
<phase>package</phase> <phase>package</phase>
<configuration> <configuration>
<tasks> <target>
<copy file="${project.basedir}/../../../../packaging/hudi-presto-bundle/target/hudi-presto-bundle-${project.version}.jar" tofile="target/hudi-presto-bundle.jar" /> <copy file="${project.basedir}/../../../../packaging/hudi-presto-bundle/target/hudi-presto-bundle-${project.version}.jar" tofile="target/hudi-presto-bundle.jar" />
</tasks> </target>
</configuration> </configuration>
<goals> <goals>
<goal>run</goal> <goal>run</goal>

View File

@@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>org.apache.hudi</groupId> <groupId>org.apache.hudi</groupId>
<artifactId>hudi-client-common</artifactId> <artifactId>hudi-client-common</artifactId>
<version>${parent.version}</version> <version>${project.parent.version}</version>
</dependency> </dependency>
<!-- Flink --> <!-- Flink -->

View File

@@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>org.apache.hudi</groupId> <groupId>org.apache.hudi</groupId>
<artifactId>hudi-client-common</artifactId> <artifactId>hudi-client-common</artifactId>
<version>${parent.version}</version> <version>${project.parent.version}</version>
</dependency> </dependency>
<!-- Parquet --> <!-- Parquet -->

View File

@@ -41,7 +41,7 @@
<dependency> <dependency>
<groupId>org.apache.hudi</groupId> <groupId>org.apache.hudi</groupId>
<artifactId>hudi-client-common</artifactId> <artifactId>hudi-client-common</artifactId>
<version>${parent.version}</version> <version>${project.parent.version}</version>
</dependency> </dependency>
<!-- Spark --> <!-- Spark -->