kevinrr888 opened a new pull request, #5990:
URL: https://github.com/apache/accumulo/pull/5990

   - Fixes bugs with --copy-config (-cc) and --no-default-iterators (-ndi) 
options of createtable Shell command:
        - Changes to default iterator settings on src table are now carried 
over to dest table using -cc
        - ndi option did not work. Tables were still created with default 
iterator props. Now works as expected.
        - Results of using -cc and -ndi in conjunction were incorrect (e.g., 
copy config of src table (which has default iters) to dest table (specify -ndi) 
would result in a table with default iters)
   - New tests to verify expected functionality of createtable command with -cc 
and -ndi, creating tables with same config as another table via Java API, and 
NewTableConfiguration with iterator conflicts with default iterators


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to