|
@@ -13,13 +13,11 @@
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
<!-- <spark.version>3.3.1</spark.version>-->
|
|
<!-- <spark.version>3.3.1</spark.version>-->
|
|
- <!-- <scala.version>2.12.15</scala.version>-->
|
|
|
|
<!-- <spark.version>2.3.0</spark.version>-->
|
|
<!-- <spark.version>2.3.0</spark.version>-->
|
|
<spark.version>2.4.8</spark.version>
|
|
<spark.version>2.4.8</spark.version>
|
|
- <scala.version>2.11.8</scala.version>
|
|
|
|
|
|
+ <scala.version>2.12.15</scala.version>
|
|
<emr.version>2.0.0</emr.version>
|
|
<emr.version>2.0.0</emr.version>
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
- <odps.version>0.48.4-public</odps.version>
|
|
|
|
<fastjson.version>1.2.45</fastjson.version>
|
|
<fastjson.version>1.2.45</fastjson.version>
|
|
|
|
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
@@ -29,7 +27,7 @@
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.spark</groupId>
|
|
<groupId>org.apache.spark</groupId>
|
|
- <artifactId>spark-core_2.11</artifactId>
|
|
|
|
|
|
+ <artifactId>spark-core_2.12</artifactId>
|
|
<version>${spark.version}</version>
|
|
<version>${spark.version}</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
@@ -72,7 +70,7 @@
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.spark</groupId>
|
|
<groupId>org.apache.spark</groupId>
|
|
- <artifactId>spark-mllib_2.11</artifactId>
|
|
|
|
|
|
+ <artifactId>spark-mllib_2.12</artifactId>
|
|
<version>${spark.version}</version>
|
|
<version>${spark.version}</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
@@ -112,11 +110,11 @@
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.glassfish.jersey</groupId>-->
|
|
|
|
-<!-- <artifactId>project</artifactId>-->
|
|
|
|
-<!-- <version>2.22.2</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
|
+ <!-- <dependency>-->
|
|
|
|
+ <!-- <groupId>org.glassfish.jersey</groupId>-->
|
|
|
|
+ <!-- <artifactId>project</artifactId>-->
|
|
|
|
+ <!-- <version>2.22.2</version>-->
|
|
|
|
+ <!-- </dependency>-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
<artifactId>jersey-common</artifactId>
|
|
<artifactId>jersey-common</artifactId>
|
|
@@ -174,25 +172,6 @@
|
|
<artifactId>netty-all</artifactId>
|
|
<artifactId>netty-all</artifactId>
|
|
<version>4.1.17.Final</version>
|
|
<version>4.1.17.Final</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.aliyun.emr</groupId>
|
|
|
|
- <artifactId>emr-maxcompute_2.11</artifactId>
|
|
|
|
- <version>${emr.version}</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>spark-core_2.11</artifactId>
|
|
|
|
- <groupId>org.apache.spark</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>spark-catalyst_2.11</artifactId>
|
|
|
|
- <groupId>org.apache.spark</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>guava</artifactId>
|
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.scala-lang</groupId>
|
|
<groupId>org.scala-lang</groupId>
|
|
<artifactId>scala-library</artifactId>
|
|
<artifactId>scala-library</artifactId>
|
|
@@ -204,51 +183,11 @@
|
|
<artifactId>fastjson</artifactId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>${fastjson.version}</version>
|
|
<version>${fastjson.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>redis.clients</groupId>
|
|
|
|
- <artifactId>jedis</artifactId>
|
|
|
|
- <version>5.1.3</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.aliyun.odps</groupId>
|
|
|
|
- <artifactId>odps-sdk-core</artifactId>
|
|
|
|
- <version>${odps.version}</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.codehaus.jackson</groupId>
|
|
|
|
- <artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.codehaus.jackson</groupId>
|
|
|
|
- <artifactId>jackson-core-asl</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>guava</artifactId>
|
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.aliyun.odps</groupId>
|
|
|
|
- <artifactId>odps-sdk-commons</artifactId>
|
|
|
|
- <version>${odps.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>1.18.24</version>
|
|
<version>1.18.24</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.ctrip.framework.apollo</groupId>
|
|
|
|
- <artifactId>apollo-client</artifactId>
|
|
|
|
- <version>1.8.0</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>guava</artifactId>
|
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
@@ -261,8 +200,8 @@
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>ml.dmlc</groupId>
|
|
<groupId>ml.dmlc</groupId>
|
|
- <artifactId>xgboost4j-spark</artifactId>
|
|
|
|
- <version>0.90</version>
|
|
|
|
|
|
+ <artifactId>xgboost4j-spark_2.12</artifactId>
|
|
|
|
+ <version>1.7.6</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
<artifactId>scala-library</artifactId>
|
|
<artifactId>scala-library</artifactId>
|