You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "David Medinets (JIRA)" <ji...@apache.org> on 2012/08/29 01:29:07 UTC

[jira] [Created] (ACCUMULO-744) Allow instance-name and password as parameters to init.

David Medinets created ACCUMULO-744:
---------------------------------------

             Summary: Allow instance-name and password as parameters to init.
                 Key: ACCUMULO-744
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-744
             Project: Accumulo
          Issue Type: Improvement
            Reporter: David Medinets
            Assignee: David Medinets
            Priority: Minor
             Fix For: 1.5.0-SNAPSHOT


The current practice is to pass the instance name and password as a here document. For example,
{noformat}
/usr/local/accumulo/bin/accumulo init --clear-instance-name <<EOF
instance
secret
secret
EOF
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (ACCUMULO-744) Allow instance-name and password as parameters to init.

Posted by "David Medinets (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Medinets resolved ACCUMULO-744.
-------------------------------------

    Resolution: Fixed

SVN#1378380. Added --instance-name and --password to init.
                
> Allow instance-name and password as parameters to init.
> -------------------------------------------------------
>
>                 Key: ACCUMULO-744
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-744
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0-SNAPSHOT
>
>
> The current practice is to pass the instance name and password as a here document. For example,
> {noformat}
> /usr/local/accumulo/bin/accumulo init --clear-instance-name <<EOF
> instance
> secret
> secret
> EOF
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (ACCUMULO-744) Allow instance-name and password as parameters to init.

Posted by "Christopher Tubbs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs updated ACCUMULO-744:
---------------------------------------

    Fix Version/s:     (was: 1.5.0-SNAPSHOT)
                   1.5.0
    
> Allow instance-name and password as parameters to init.
> -------------------------------------------------------
>
>                 Key: ACCUMULO-744
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-744
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> The current practice is to pass the instance name and password as a here document. For example,
> {noformat}
> /usr/local/accumulo/bin/accumulo init --clear-instance-name <<EOF
> instance
> secret
> secret
> EOF
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (ACCUMULO-744) Allow instance-name and password as parameters to init.

Posted by "Josh Elser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443672#comment-13443672 ] 

Josh Elser commented on ACCUMULO-744:
-------------------------------------

Having uniform options between Accumulo shell and bin/accumulo commands would also create a more polished feel.
                
> Allow instance-name and password as parameters to init.
> -------------------------------------------------------
>
>                 Key: ACCUMULO-744
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-744
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0-SNAPSHOT
>
>
> The current practice is to pass the instance name and password as a here document. For example,
> {noformat}
> /usr/local/accumulo/bin/accumulo init --clear-instance-name <<EOF
> instance
> secret
> secret
> EOF
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (ACCUMULO-744) Allow instance-name and password as parameters to init.

Posted by "Eric Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443669#comment-13443669 ] 

Eric Newton commented on ACCUMULO-744:
--------------------------------------

I know you are only following existing practice in that file, but perhaps it's time for Initialize to use a real argument processing package.

                
> Allow instance-name and password as parameters to init.
> -------------------------------------------------------
>
>                 Key: ACCUMULO-744
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-744
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0-SNAPSHOT
>
>
> The current practice is to pass the instance name and password as a here document. For example,
> {noformat}
> /usr/local/accumulo/bin/accumulo init --clear-instance-name <<EOF
> instance
> secret
> secret
> EOF
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (ACCUMULO-744) Allow instance-name and password as parameters to init.

Posted by "David Medinets (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443718#comment-13443718 ] 

David Medinets commented on ACCUMULO-744:
-----------------------------------------

I agree. I was following the principle of least change. Please create a separate ticket to implement using the Apache CLI library.
                
> Allow instance-name and password as parameters to init.
> -------------------------------------------------------
>
>                 Key: ACCUMULO-744
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-744
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0-SNAPSHOT
>
>
> The current practice is to pass the instance name and password as a here document. For example,
> {noformat}
> /usr/local/accumulo/bin/accumulo init --clear-instance-name <<EOF
> instance
> secret
> secret
> EOF
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (ACCUMULO-744) Allow instance-name and password as parameters to init.

Posted by "Eric Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443720#comment-13443720 ] 

Eric Newton commented on ACCUMULO-744:
--------------------------------------

See ACCUMULO-745

                
> Allow instance-name and password as parameters to init.
> -------------------------------------------------------
>
>                 Key: ACCUMULO-744
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-744
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0-SNAPSHOT
>
>
> The current practice is to pass the instance name and password as a here document. For example,
> {noformat}
> /usr/local/accumulo/bin/accumulo init --clear-instance-name <<EOF
> instance
> secret
> secret
> EOF
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira