From 6d8795a4ca450a915e67390a756794accff57fad Mon Sep 17 00:00:00 2001 From: Ravi Sanwal Date: Thu, 19 Aug 2021 11:52:39 -0700 Subject: [PATCH 1/2] Change dependency version properties to match 6.3.0 EMR stack, add Jenkinsfile --- pom.xml | 6 +++--- spark/pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index b877201b..05c2a495 100644 --- a/pom.xml +++ b/pom.xml @@ -122,20 +122,20 @@ - 1.0.1-SNAPSHOT + 1.0.1-sprout true yyyy-MM-dd'T'HH:mm ${maven.build.timestamp} 1.8 ${compileSource} 3.5.0 - 2.2.2 + 2.2.6 1.6.0 0.5.0 4.12 2.2.1 2.8.5 - 3.0.3 + 3.2.1 ${hadoop-two.version} 1.7.25 1.2.17 diff --git a/spark/pom.xml b/spark/pom.xml index c65670c6..e59b1d79 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -44,13 +44,13 @@ 0.6.1 - 2.1.0 + 2.2.1 2.9.10 - 2.4.0 + 3.1.1 - 2.11.12 - 2.11 + 2.12.10 + 2.12 From 2182827e2b89a9c7a5eb356e87e448698dcb7610 Mon Sep 17 00:00:00 2001 From: Ravi Sanwal Date: Thu, 19 Aug 2021 12:23:23 -0700 Subject: [PATCH 2/2] Really add Jenkinsfile --- Jenkinsfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..0de08261 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,8 @@ +sproutMultiModuleBuild { + moduleToBuild = 'hbase-connectors' + tribes = ['analytics'] + squads = ['listening'] + slackChannel = '#eng-listening-platform' + runECRLogin = 'false' + mavenProperties = '-Dspark.version=3.1.1 -Dscala.version=2.12.10 -Dscala.binary.version=2.12 -Dhbase.version=2.2.6 -Dhadoop.profile=3.0 -Dhadoop-three.version=3.2.1 -DskipTests' +}