Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10961
Change subject: KUDU-2507: use FBM for KuduMiniCluster ...................................................................... KUDU-2507: use FBM for KuduMiniCluster The log block manager isn't supported on some systems, even though it's the default in some cases, i.e. on Linux machines that do not support hole punching. This was causing many Java tests to fail in such environments. This patch addresses the issue in Java tests by changing the BaseKuduTest's KuduMiniCluster to use the file block manager. Change-Id: I8c2622d7049dacf7693e7f830fa022dd6c7d7274 --- M java/kudu-client/src/test/java/org/apache/kudu/client/BaseKuduTest.java 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/10961/1 -- To view, visit http://gerrit.cloudera.org:8080/10961 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8c2622d7049dacf7693e7f830fa022dd6c7d7274 Gerrit-Change-Number: 10961 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
