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/03/10 20:36:38 UTC

[jira] [Created] (ACCUMULO-3655) tool.sh erroneously complains about multiple zookeeper*.jar files in ZOOKEEPER_HOME

Josh Elser created ACCUMULO-3655:
------------------------------------

             Summary: tool.sh erroneously complains about multiple zookeeper*.jar files in ZOOKEEPER_HOME
                 Key: ACCUMULO-3655
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3655
             Project: Accumulo
          Issue Type: Bug
          Components: scripts
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Blocker
             Fix For: 1.7.0


Noticed that tool.sh doesn't properly check for a single zookeeper.jar in $ZOOKEEPER_HOME. It incorrectly errored on my machine:

{noformat}
➜ jelser@hw10447.local % echo $(eval $ZOOKEEPER_CMD | wc -l)
1
➜ jelser@hw10447.local % echo "$(eval $ZOOKEEPER_CMD | wc -l)"
       1
{noformat}

I think the issue is that the leading whitespace is significant.



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