Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13089
Change subject: KUDU-2796: Fix HDFS path handling ...................................................................... KUDU-2796: Fix HDFS path handling This patch changes the SessionIO class to use only Hadoop Path’s. Before it was converting between Hadoop Path objects and Java Path objects which seems to cause issues with the NameService URI. Change-Id: I565d753d4ac70597dc9d1cb151c51e84b8db87f5 --- M java/kudu-backup/src/main/scala/org/apache/kudu/backup/BackupGraph.scala M java/kudu-backup/src/main/scala/org/apache/kudu/backup/SessionIO.scala 2 files changed, 11 insertions(+), 16 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/13089/1 -- To view, visit http://gerrit.cloudera.org:8080/13089 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I565d753d4ac70597dc9d1cb151c51e84b8db87f5 Gerrit-Change-Number: 13089 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
