Combiner default behavior is dangerous
--------------------------------------

                 Key: ACCUMULO-151
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-151
             Project: Accumulo
          Issue Type: Bug
          Components: client, tserver
            Reporter: Keith Turner
            Assignee: Billie Rinaldi
             Fix For: 1.4.0


Currently if the users does not give the combiner any columns to work against, 
it will work against all columns.  This is dangerous, if a user accidentally 
forgets to specify columns then their data could be unintentionally corrupted.  
Something different needs to be done.  

Also classes that extend combiner should call super.validateOptions(). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to