You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2020/10/22 16:48:58 UTC

[kudu-CR] [backup] Fix Spark 2 and Scala 2.11 compilation

Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16629


Change subject: [backup] Fix Spark 2 and Scala 2.11 compilation
......................................................................

[backup] Fix Spark 2 and Scala 2.11 compilation

When compiling with Spark 2 and Scala 2.11, the build fails
due to the use of `java.util.concurrent.ForkJoinPool` which
was added in 41a7c4e. This patch reverts that part of the change.

Change-Id: I75110921a536b6c78d3231251ff68f6f25dba6dc
---
M java/kudu-backup/src/main/scala/org/apache/kudu/backup/KuduBackup.scala
M java/kudu-backup/src/main/scala/org/apache/kudu/backup/KuduRestore.scala
2 files changed, 2 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/16629/1
-- 
To view, visit http://gerrit.cloudera.org:8080/16629
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I75110921a536b6c78d3231251ff68f6f25dba6dc
Gerrit-Change-Number: 16629
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>

[kudu-CR] [backup] Fix Spark 2 and Scala 2.11 compilation

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16629 )

Change subject: [backup] Fix Spark 2 and Scala 2.11 compilation
......................................................................

[backup] Fix Spark 2 and Scala 2.11 compilation

When compiling with Spark 2 and Scala 2.11, the build fails
due to the use of `java.util.concurrent.ForkJoinPool` which
was added in 41a7c4e. This patch reverts that part of the change.

Change-Id: I75110921a536b6c78d3231251ff68f6f25dba6dc
Reviewed-on: http://gerrit.cloudera.org:8080/16629
Tested-by: Kudu Jenkins
Reviewed-by: Andrew Wong <aw...@cloudera.com>
---
M java/kudu-backup/src/main/scala/org/apache/kudu/backup/KuduBackup.scala
M java/kudu-backup/src/main/scala/org/apache/kudu/backup/KuduRestore.scala
2 files changed, 2 insertions(+), 4 deletions(-)

Approvals:
  Kudu Jenkins: Verified
  Andrew Wong: Looks good to me, approved

-- 
To view, visit http://gerrit.cloudera.org:8080/16629
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I75110921a536b6c78d3231251ff68f6f25dba6dc
Gerrit-Change-Number: 16629
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)

[kudu-CR] [backup] Fix Spark 2 and Scala 2.11 compilation

Posted by "Andrew Wong (Code Review)" <ge...@cloudera.org>.
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16629 )

Change subject: [backup] Fix Spark 2 and Scala 2.11 compilation
......................................................................


Patch Set 1: Code-Review+2


-- 
To view, visit http://gerrit.cloudera.org:8080/16629
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I75110921a536b6c78d3231251ff68f6f25dba6dc
Gerrit-Change-Number: 16629
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Thu, 22 Oct 2020 18:59:21 +0000
Gerrit-HasComments: No