You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/01/03 17:45:13 UTC

[GitHub] [accumulo-testing] milleruntime commented on a change in pull request #179: Replace use of `pssh` with `parallel-ssh`

milleruntime commented on a change in pull request #179:
URL: https://github.com/apache/accumulo-testing/pull/179#discussion_r777617429



##########
File path: libexec/master-agitator.pl
##########
@@ -30,6 +30,12 @@
   print "ERROR: ACCUMULO_HOME needs to be set!";
   exit(1);
 }
+if( defined $ENV{'PSSH'} ){
+  $PSSH = $ENV{'PSSH'};
+} else {
+  print "ERROR: PSSH needs to be set!";
+  exit(1);
+}

Review comment:
       I am not sure why but this error is being printed for me. Both commands `pssh` and `parallel-ssh` work on my machine.




-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org