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 <[email protected]>
