[jira] [Updated] (HBASE-16789) Remove directory layout/ filesystem references from CompactionTool

2016-10-20 Thread Sean Busbey (JIRA)

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

Sean Busbey updated HBASE-16789:

   Resolution: Fixed
Fix Version/s: hbase-14439
   Status: Resolved  (was: Patch Available)

> Remove directory layout/ filesystem references from CompactionTool
> --
>
> Key: HBASE-16789
> URL: https://issues.apache.org/jira/browse/HBASE-16789
> Project: HBase
>  Issue Type: Sub-task
>  Components: Filesystem Integration
>Reporter: Umesh Agashe
>Assignee: Umesh Agashe
> Fix For: hbase-14439
>
> Attachments: HBASE-16789-hbase-14439.v1.patch
>
>
> Remove directory layout/ filesystem references from CompactionTool and use 
> APIs provided by MasterStorage/ RegionStorage instead.



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


[jira] [Updated] (HBASE-16789) Remove directory layout/ filesystem references from CompactionTool

2016-10-17 Thread Umesh Agashe (JIRA)

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

Umesh Agashe updated HBASE-16789:
-
Release Note: Moved old Compaction Tool (CT) to LegacyCompactionTool and 
added new CT as CompactionTool class. The old CT, now LegacyCompactionTool is 
changed it to work with MasterStorage, RegionStorage APIs. It still takes FS 
directory paths as an input. The new CT takes table, regions and column 
families as an input and uses RegionStorage/ MasterStorage APIs to compact 
store files. Map Reduce functionality of old CT is not yet implemented in the 
new CT as there are on-going discussions about it.
  Status: Patch Available  (was: In Progress)

> Remove directory layout/ filesystem references from CompactionTool
> --
>
> Key: HBASE-16789
> URL: https://issues.apache.org/jira/browse/HBASE-16789
> Project: HBase
>  Issue Type: Sub-task
>  Components: Filesystem Integration
>Reporter: Umesh Agashe
>Assignee: Umesh Agashe
> Attachments: HBASE-16789-hbase-14439.v1.patch
>
>
> Remove directory layout/ filesystem references from CompactionTool and use 
> APIs provided by MasterStorage/ RegionStorage instead.



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


[jira] [Updated] (HBASE-16789) Remove directory layout/ filesystem references from CompactionTool

2016-10-17 Thread Umesh Agashe (JIRA)

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

Umesh Agashe updated HBASE-16789:
-
Attachment: HBASE-16789-hbase-14439.v1.patch

Removed directory layout reference from CompactionTool and moved it to 
LagacyCompactionTool. The new tool named CompactionTool is added with changed 
interface. The new CT takes table, regions, column families as an input command 
line arguments. Both the legacy and new CT use APIs provided by MasterStorage/ 
RegionStorage classes. Map Reduce
functionality of old CT is not yet implemented in the new CT as there are 
on-going discussions about it. Manually tested old CT and the new CT.

> Remove directory layout/ filesystem references from CompactionTool
> --
>
> Key: HBASE-16789
> URL: https://issues.apache.org/jira/browse/HBASE-16789
> Project: HBase
>  Issue Type: Sub-task
>  Components: Filesystem Integration
>Reporter: Umesh Agashe
>Assignee: Umesh Agashe
> Attachments: HBASE-16789-hbase-14439.v1.patch
>
>
> Remove directory layout/ filesystem references from CompactionTool and use 
> APIs provided by MasterStorage/ RegionStorage instead.



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