[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-05-02 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov updated HBASE-15281:

  Resolution: Fixed
Release Note: This patch adds new configuration property - 
hbase.fs.wrapper. If provided, it should be fully qualified class name of the 
class used as a pluggable wrapper for HFileSystem. This may be useful for 
specific debugging/tracing needs.
  Status: Resolved  (was: Patch Available)

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-04-28 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov updated HBASE-15281:

Priority: Major  (was: Minor)

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-15281:
--
Fix Version/s: 1.3.0
   2.0.0

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Elliott Clark (JIRA)

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

Elliott Clark updated HBASE-15281:
--
Affects Version/s: 1.2.0
   2.0.0

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Affects Versions: 2.0.0, 1.2.0
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Rajesh Nishtala (JIRA)

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

Rajesh Nishtala updated HBASE-15281:

Status: In Progress  (was: Patch Available)

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Rajesh Nishtala (JIRA)

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

Rajesh Nishtala updated HBASE-15281:

Status: Patch Available  (was: In Progress)

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Rajesh Nishtala (JIRA)

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

Rajesh Nishtala updated HBASE-15281:

Attachment: HBASE-15281-v1.patch

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Rajesh Nishtala (JIRA)

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

Rajesh Nishtala updated HBASE-15281:

Status: Patch Available  (was: Open)

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
> Attachments: HBASE-15281-v1.patch
>
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Rajesh Nishtala (JIRA)

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

Rajesh Nishtala updated HBASE-15281:

Status: Open  (was: Patch Available)

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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


[jira] [Updated] (HBASE-15281) Allow the FileSystem inside HFileSystem to be wrapped

2016-02-17 Thread Rajesh Nishtala (JIRA)

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

Rajesh Nishtala updated HBASE-15281:

Status: Patch Available  (was: Open)

> Allow the FileSystem inside HFileSystem to be wrapped
> -
>
> Key: HBASE-15281
> URL: https://issues.apache.org/jira/browse/HBASE-15281
> Project: HBase
>  Issue Type: New Feature
>  Components: Filesystem Integration, hbase
>Reporter: Rajesh Nishtala
>Assignee: Rajesh Nishtala
>Priority: Minor
>
> It would be very useful for us to be able to wrap the filesystems 
> encapsulated by HFileSystem with other FilterFileSystems. This allows for 
> more detailed logging of the operations to the DFS. Internally, the data 
> logged from this method has allowed us to show application engineers where 
> there schemas are inefficient and inducing too much IO. This patch will just 
> allow the filesystem to be pluggable.



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