You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/04/30 23:05:07 UTC

[jira] [Created] (ACCUMULO-3765) Allow use of pdsh instead of pssh

Josh Elser created ACCUMULO-3765:
------------------------------------

             Summary: Allow use of pdsh instead of pssh
                 Key: ACCUMULO-3765
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3765
             Project: Accumulo
          Issue Type: Improvement
          Components: test
            Reporter: Josh Elser
            Priority: Trivial
             Fix For: 1.8.0


Both randomwalk (test/system/randomwalk/bin) and continuous ingest (test/system/continuous/bin) rely on pssh to invoke commands across many nodes.

Pdsh seems to me to be a much more common tool. It would be nice if we could modify the scripts to support either.

{{pssh -h "hosts.txt" cmd}} is idential to {{pdsh -w "^hosts.txt" cmd}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)