deniskuzZ commented on a change in pull request #1073:
URL: https://github.com/apache/hive/pull/1073#discussion_r456423093
##########
File path:
standalone-metastore/metastore-tools/metastore-benchmarks/src/main/java/org/apache/hadoop/hive/metastore/tools/BenchmarkTool.java
##########
@@ -141,12 +175,62 @@ private static void saveDataFile(String location, String
name,
}
}
-
@Override
public void run() {
- LOG.info("Using warmup " + warmup +
- " spin " + spinCount + " nparams " + nParameters + " threads " +
nThreads);
+ LOG.info("Using warmup " + warmup + " spin " + spinCount + " nparams " +
Arrays.toString(nParameters) + " threads "
+ + nThreads);
+ HMSConfig.getInstance().init(host, port, confDir);
+
+ if (runMode == RunModes.ALL) {
Review comment:
can't see change here
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]