Github user codymarcel commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/157#discussion_r58554472
--- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/Pherf.java
---
@@ -254,6 +254,7 @@ public void run() throws Exception {
// Schema and Data Load
if (preLoadData) {
logger.info("\nStarting Data Load...");
+ System.out.print("Starting Data Load ...");
--- End diff --
Should be able to use the logger config for stdout instead.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---