You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Chip Downs (JIRA)" <ji...@apache.org> on 2017/03/21 14:40:41 UTC

[jira] [Updated] (ACCUMULO-4609) Import scope for table configs, especially for iterators to validate k/v

     [ https://issues.apache.org/jira/browse/ACCUMULO-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chip Downs updated ACCUMULO-4609:
---------------------------------
    Description: 
Recommend adding an "import" scope to the table configs, including the ability to set iterators for k/v validation during bulk import.

Scenario: Administrator fails to change to the proper table when executing the importdirectory command from the shell. Instead of an avalanche of scan and compaction failures due to unexpected row, colf, colq, and visibility formatting, the import scope's iterator stack rejects the offensive key/values and maintains the integrity of the table.

Could happen? Definitely happens! Even a simple regex iter in such a scope could prevent a lot of heartache.

  was:
Recommend adding an "import" scope to the table configs, including the ability to set iterators for k/v validation during bulk import.

Scenario: Administrator fails to change to the proper table when executing the importdirectory command from the shell. Instead of an avalanche of scan and compaction failures due to unexpected row, colf, colq, and visibility formatting, the import scope's iterator stack rejects the offensive key/values maintains the integrity of the table.

Could happen? Definitely happens! Even a simple regex iter in such a scope could prevent a lot of heartache.


> Import scope for table configs, especially for iterators to validate k/v
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-4609
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4609
>             Project: Accumulo
>          Issue Type: Wish
>          Components: core
>            Reporter: Chip Downs
>            Priority: Minor
>
> Recommend adding an "import" scope to the table configs, including the ability to set iterators for k/v validation during bulk import.
> Scenario: Administrator fails to change to the proper table when executing the importdirectory command from the shell. Instead of an avalanche of scan and compaction failures due to unexpected row, colf, colq, and visibility formatting, the import scope's iterator stack rejects the offensive key/values and maintains the integrity of the table.
> Could happen? Definitely happens! Even a simple regex iter in such a scope could prevent a lot of heartache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)