[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-09-27 Thread Ted Yu (JIRA)


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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.


org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Major
>
> Over in HBASE-14417, two new classes are added.
> org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered 
> through hbase.master.hfilecleaner.plugins . It is responsible for keeping 
> bulk loaded hfiles so that incremental backup can pick them up.
> org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
> hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-05-27 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.


org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Major
>
> Over in HBASE-14417, two new classes are added.
> org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered 
> through hbase.master.hfilecleaner.plugins . It is responsible for keeping 
> bulk loaded hfiles so that incremental backup can pick them up.
> org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
> hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2018-03-13 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Major
>
> Over in HBASE-14417, two new classes are added.
> org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered 
> through hbase.master.hfilecleaner.plugins . It is responsible for keeping 
> bulk loaded hfiles so that incremental backup can pick them up.
> org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
> hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2017-02-13 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>
> Over in HBASE-14417, two new classes are added.
> org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered 
> through hbase.master.hfilecleaner.plugins . It is responsible for keeping 
> bulk loaded hfiles so that incremental backup can pick them up.
> org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
> hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



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


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2017-01-17 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>
> Over in HBASE-14417, two new classes are added.
> org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered 
> through hbase.master.hfilecleaner.plugins . It is responsible for keeping 
> bulk loaded hfiles so that incremental backup can pick them up.
> org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
> hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2017-01-03 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>
> Over in HBASE-14417, two new classes are added.
> org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered 
> through hbase.master.hfilecleaner.plugins . It is responsible for keeping 
> bulk loaded hfiles so that incremental backup can pick them up.
> org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
> hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2016-12-28 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


BackupObserver should be registered through hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>
> Over in HBASE-14417, two new classes are added.
> org.apache.hadoop.hbase.backup.BackupHFileCleaner should be registered 
> through hbase.master.hfilecleaner.plugins . It is responsible for keeping 
> bulk loaded hfiles so that incremental backup can pick them up.
> org.apache.hadoop.hbase.backup.BackupObserver should be registered through 
> hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2016-12-19 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


BackupObserver should be registered through hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

BackupObserver should be registered through hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>
> Over in HBASE-14417, two new classes are added.
> BackupHFileCleaner should be registered through 
> hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
> hfiles so that incremental backup can pick them up.
> BackupObserver should be registered through hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2016-12-10 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

BackupObserver should be registered through hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


BackupObserver should be registered through hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>
> Over in HBASE-14417, two new classes are added.
> BackupHFileCleaner should be registered through 
> hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
> hfiles so that incremental backup can pick them up.
> BackupObserver should be registered through hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-18952) Register BackupObserver and BackupHFileCleaner

2016-11-30 Thread Ted Yu (JIRA)

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

Ted Yu updated AMBARI-18952:

Description: 
Over in HBASE-14417, two new classes are added.

BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.


BackupObserver should be registered through hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.

  was:
Over in HBASE-14417, two new classes are added.

BackupHFileCleaner should be registered through 
hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
hfiles so that incremental backup can pick them up.

BackupObserver should be registered through hbase.coprocessor.region.classes
It is notified when bulk load completes and writes records into hbase:backup 
table.


> Register BackupObserver and BackupHFileCleaner
> --
>
> Key: AMBARI-18952
> URL: https://issues.apache.org/jira/browse/AMBARI-18952
> Project: Ambari
>  Issue Type: Improvement
>Reporter: Ted Yu
>
> Over in HBASE-14417, two new classes are added.
> BackupHFileCleaner should be registered through 
> hbase.master.hfilecleaner.plugins . It is responsible for keeping bulk loaded 
> hfiles so that incremental backup can pick them up.
> BackupObserver should be registered through hbase.coprocessor.region.classes
> It is notified when bulk load completes and writes records into hbase:backup 
> table.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)