Skip to content

Commit 7979b59

Browse files
committed
add new profile default-emr
1 parent 6ac5a4b commit 7979b59

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,25 @@
7171
<module>tis-local-dump-build</module>-->
7272
</modules>
7373
<profiles>
74+
<profile>
75+
<id>default-emr</id>
76+
<properties>
77+
<spark2.version>2.4.4</spark2.version>
78+
<hadoop-version>${hadoop2x-version}</hadoop-version>
79+
<spark.dist.dir.name>spark-${spark2.version}-bin-hadoop2.7</spark.dist.dir.name>
80+
<hudi.version>0.14.1</hudi.version>
81+
<hive.version>2.3.1</hive.version>
82+
<scala.binary.version>2.12</scala.binary.version>
83+
<scala.version>2.12.9</scala.version>
84+
<appname>all</appname>
85+
86+
<hudi>${hudi.version}</hudi>
87+
<spark>${spark2.version}</spark>
88+
<hive>${hive.version}</hive>
89+
<hadoop>${hadoop-version}</hadoop>
90+
91+
</properties>
92+
</profile>
7493
<profile>
7594
<!--https://emr-next.console.aliyun.com/#/resource/all/create/ecs-->
7695
<id>aliyun-emr</id>

0 commit comments

Comments
 (0)