You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/11/01 19:19:32 UTC

[kudu-CR] [kudu-spark] Allow build against Spark 2.0 with Scala 2.11

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/4886

to look at the new patch set (#3).

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
---
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, 96 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/86/4886/3
-- 
To view, visit http://gerrit.cloudera.org:8080/4886
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie055ac1e8f7be7cb992124afa0b601376db14f91
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <wd...@gmail.com>
Gerrit-Reviewer: Chris George <ch...@rms.com>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans <jd...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>