ArkoSharma commented on a change in pull request #2452:
URL: https://github.com/apache/hive/pull/2452#discussion_r668447977
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestReplChangeManager.java
##########
@@ -95,7 +95,7 @@ private static void internalSetUpProvidePerm() throws
Exception {
String noPermBaseDir =
Files.createTempDirectory("noPerm").toFile().getAbsolutePath();
configuration.set(MiniDFSCluster.HDFS_MINIDFS_BASEDIR, noPermBaseDir);
configuration.set("dfs.client.use.datanode.hostname", "true");
- permDdfs = new
MiniDFSCluster.Builder(configuration).numDataNodes(1).format(true).build();
+ permDdfs = new
MiniDFSCluster.Builder(configuration).numDataNodes(2).format(true).build();
Review comment:
Also requires same in 'internalSetUp' function.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]