Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Jul 15, 2022
1 parent 8dc62ff commit 3124c05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packaging/hudi-flink-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tis-hudi-flink-bundle_${scala.binary.version}_hive_${hive.version}</artifactId>
<artifactId>tis-hudi-flink-bundle_${scala.binary.version}_hive_${hive.version}_spark_${spark.version}</artifactId>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion packaging/hudi-utilities-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tis-hudi-utilities-bundle_${scala.binary.version}</artifactId>
<artifactId>tis-hudi-utilities-bundle_${scala.binary.version}_hive_${hive.version}_spark_${spark.version}</artifactId>
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>with-spark-${spark.version}</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<createDependencyReducedPom>true</createDependencyReducedPom>
<shadedArtifactAttached>false</shadedArtifactAttached>
<!-- <shadedClassifierName>with-spark-${spark.version}</shadedClassifierName>-->
</configuration>
</plugin>

Expand Down
4 changes: 2 additions & 2 deletions tisInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

#MVN_PROFILE="spark3,flink-bundle-shade-hive3"
compileAndDeploy(){
MVN_PROFILE = $1
MVN_PROFILE="$1"
echo "compile and deploy with maven profile:$MVN_PROFILE "
mvn deploy -P$MVN_PROFILE \
mvn clean deploy -P$MVN_PROFILE \
-Dmaven.test.skip=true \
-pl hudi-flink,hudi-common\
,packaging/hudi-flink-bundle\
Expand Down

0 comments on commit 3124c05

Please sign in to comment.