DomGarguilo commented on a change in pull request #149:
URL: https://github.com/apache/accumulo-testing/pull/149#discussion_r694062969



##########
File path: src/main/java/org/apache/accumulo/testing/continuous/CreateTable.java
##########
@@ -55,9 +57,19 @@ public static void main(String[] args) throws Exception {
         System.exit(-1);
       }
 
+      // retrieve and set tserver props
+      Map<String,String> props = getProps(env, 
TestProps.CI_COMMON_SERVER_PROPS);
+      props.forEach((k, v) -> {
+        try {
+          client.instanceOperations().setProperty(k, v);
+        } catch (AccumuloException | AccumuloSecurityException e) {
+          e.printStackTrace();

Review comment:
       addressed this in a51ef07 @ctubbsii 




-- 
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]


Reply via email to