[ 
https://issues.apache.org/jira/browse/ACCUMULO-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13611871#comment-13611871
 ] 

Kevin Faro commented on ACCUMULO-650:
-------------------------------------

So far I have added a desc command to the shell to display the descriptions, 
added a flag to tables to display the tables and the descriptions, added a flag 
to createtable to set the description.

the desc command will either display the description for the table or it will 
update it using a flag.

EX:
{noformat}
user@instance table> desc
table             [description of table]
user@instance table> desc -u 'new description'
table             [new description]
{noformat}

Should I add the ability to set the description when importing a table or a 
directory?  Also, should I clone the description of the table when the table is 
cloned?
                
> Add table descriptions
> ----------------------
>
>                 Key: ACCUMULO-650
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-650
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: master
>            Reporter: John Vines
>            Assignee: Kevin Faro
>
> We should add a table description field, probably in zookeeper, to store an 
> optional field end users can use to provide their relevant information on the 
> table.

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

Reply via email to