[jira] [Updated] (HBASE-11119) Update ExportSnapShot to optionally not use a tmp file on external file system

2014-05-13 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-9:


  Component/s: snapshots
Fix Version/s: 0.98.3
   0.94.20
   0.96.3
   0.99.0
   Issue Type: Improvement  (was: New Feature)

 Update ExportSnapShot to optionally not use a tmp file on external file system
 --

 Key: HBASE-9
 URL: https://issues.apache.org/jira/browse/HBASE-9
 Project: HBase
  Issue Type: Improvement
  Components: snapshots
Reporter: Ted Malaska
Assignee: Ted Malaska
Priority: Minor
 Fix For: 0.99.0, 0.96.3, 0.94.20, 0.98.3

 Attachments: HBASE-9.patch


 There are FileSystem like S3 where renaming is extremely expensive.  This 
 patch will add a parameter that says something like
 use.tmp.folder
 It will be defaulted to true.  So default behavior is the same.  If false is 
 set them the files will land in the final destination with no need for a 
 rename. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-11119) Update ExportSnapShot to optionally not use a tmp file on external file system

2014-05-12 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-9:


Resolution: Fixed
Status: Resolved  (was: Patch Available)

 Update ExportSnapShot to optionally not use a tmp file on external file system
 --

 Key: HBASE-9
 URL: https://issues.apache.org/jira/browse/HBASE-9
 Project: HBase
  Issue Type: Improvement
  Components: snapshots
Reporter: Ted Malaska
Assignee: Ted Malaska
Priority: Minor
 Fix For: 0.99.0, 0.96.3, 0.94.20, 0.98.3

 Attachments: HBASE-9.patch


 There are FileSystem like S3 where renaming is extremely expensive.  This 
 patch will add a parameter that says something like
 use.tmp.folder
 It will be defaulted to true.  So default behavior is the same.  If false is 
 set them the files will land in the final destination with no need for a 
 rename. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)