Will Berkeley has submitted this change and it was merged. Change subject: [kudu-spark] Allow build against Spark 2.0 with Scala 2.11 ......................................................................
[kudu-spark] Allow build against Spark 2.0 with Scala 2.11 This patch adds build profiles to build an artifact for Spark 2.0 with Scala 2.11. There was one tiny code change to package.scala required to support Spark 2.0. To handle this, the different versions of the package.scala reside in different directories and the build profile includes the proper one. The two artifactIds are - kudu-spark_2.10 - kudu-spark2_2.11 The Jenkins job builds and tests both the default and spark2_2.11 profiles. Change-Id: Ie055ac1e8f7be7cb992124afa0b601376db14f91 Reviewed-on: http://gerrit.cloudera.org:8080/4886 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans <[email protected]> --- M build-support/jenkins/build-and-test.sh M java/README.md M java/kudu-spark/pom.xml R java/kudu-spark/src/main/spark1/org/apache/kudu/spark/kudu/package.scala A java/kudu-spark/src/main/spark2/org/apache/kudu/spark/kudu/package.scala 5 files changed, 91 insertions(+), 1 deletion(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4886 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie055ac1e8f7be7cb992124afa0b601376db14f91 Gerrit-PatchSet: 12 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Chris George <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Will Berkeley <[email protected]>
