Skip to content

Commit

Permalink
add new profile default-emr
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Oct 16, 2024
1 parent 6ac5a4b commit 7979b59
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,25 @@
<module>tis-local-dump-build</module>-->
</modules>
<profiles>
<profile>
<id>default-emr</id>
<properties>
<spark2.version>2.4.4</spark2.version>
<hadoop-version>${hadoop2x-version}</hadoop-version>
<spark.dist.dir.name>spark-${spark2.version}-bin-hadoop2.7</spark.dist.dir.name>
<hudi.version>0.14.1</hudi.version>
<hive.version>2.3.1</hive.version>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.12.9</scala.version>
<appname>all</appname>

<hudi>${hudi.version}</hudi>
<spark>${spark2.version}</spark>
<hive>${hive.version}</hive>
<hadoop>${hadoop-version}</hadoop>

</properties>
</profile>
<profile>
<!--https://emr-next.console.aliyun.com/#/resource/all/create/ecs-->
<id>aliyun-emr</id>
Expand Down

0 comments on commit 7979b59

Please sign in to comment.