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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
