You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2012/11/01 16:51:12 UTC

[jira] [Created] (ACCUMULO-842) Fate operations should be rolled into shell

John Vines created ACCUMULO-842:
-----------------------------------

             Summary: Fate operations should be rolled into shell
                 Key: ACCUMULO-842
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-842
             Project: Accumulo
          Issue Type: Bug
          Components: shell
            Reporter: John Vines
            Assignee: Billie Rinaldi


Fate is nifty but the only ways to deal with it are by directly calling some utility jars. We should roll this functionality into the shell to make it easier to manage.

--
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-842) Fate operations should be rolled into shell

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

David Medinets commented on ACCUMULO-842:
-----------------------------------------

Is there a way to describe this task more concretely so that others
might attempt it? Can the work be phased? Why is this a bug? Can you
estimate the difficulty level?


                
> Fate operations should be rolled into shell
> -------------------------------------------
>
>                 Key: ACCUMULO-842
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-842
>             Project: Accumulo
>          Issue Type: Bug
>          Components: shell
>            Reporter: John Vines
>            Assignee: Billie Rinaldi
>
> Fate is nifty but the only ways to deal with it are by directly calling some utility jars. We should roll this functionality into the shell to make it easier to manage.

--
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-842) Fate operations should be rolled into shell

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

Keith Turner commented on ACCUMULO-842:
---------------------------------------

bq. Is there a way to describe this task more concretely

Currently you can work w/ FATE operations through the following command.   

{noformat}
./bin/accumulo org.apache.accumulo.server.fate.Admin 
Usage : Admin fail <txid> | delete <txid> | print
{noformat}

If this were available through shell, it would be more convenient.   
                
> Fate operations should be rolled into shell
> -------------------------------------------
>
>                 Key: ACCUMULO-842
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-842
>             Project: Accumulo
>          Issue Type: Bug
>          Components: shell
>            Reporter: John Vines
>            Assignee: Billie Rinaldi
>
> Fate is nifty but the only ways to deal with it are by directly calling some utility jars. We should roll this functionality into the shell to make it easier to manage.

--
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-842) Fate operations should be rolled into shell

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

John Vines commented on ACCUMULO-842:
-------------------------------------

Keith nailed it. It's basically tweaking that fate.Admin class to be a bit more multi-purpose and then writing a shell Command to utilize it.
                
> Fate operations should be rolled into shell
> -------------------------------------------
>
>                 Key: ACCUMULO-842
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-842
>             Project: Accumulo
>          Issue Type: Bug
>          Components: shell
>            Reporter: John Vines
>            Assignee: Billie Rinaldi
>
> Fate is nifty but the only ways to deal with it are by directly calling some utility jars. We should roll this functionality into the shell to make it easier to manage.

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