[jira] [Updated] (HADOOP-13895) Make FileStatus Serializable

2017-02-01 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HADOOP-13895:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 3.0.0-alpha3
   Status: Resolved  (was: Patch Available)

Thanks, Steve.

I committed this.

> Make FileStatus Serializable
> 
>
> Key: HADOOP-13895
> URL: https://issues.apache.org/jira/browse/HADOOP-13895
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs
>Reporter: Chris Douglas
>Assignee: Chris Douglas
>Priority: Minor
> Fix For: 3.0.0-alpha3
>
> Attachments: HADOOP-13895.000.patch
>
>
> Some frameworks rely on Java serialization to pass objects between processes. 
> FileStatus is a common argument, but it only supports Writable serialization 
> without special handling.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13895) Make FileStatus Serializable

2016-12-12 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HADOOP-13895:
---
Assignee: Chris Douglas  (was: Mingliang Liu)

> Make FileStatus Serializable
> 
>
> Key: HADOOP-13895
> URL: https://issues.apache.org/jira/browse/HADOOP-13895
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs
>Reporter: Chris Douglas
>Assignee: Chris Douglas
>Priority: Minor
> Attachments: HADOOP-13895.000.patch
>
>
> Some frameworks rely on Java serialization to pass objects between processes. 
> FileStatus is a common argument, but it only supports Writable serialization 
> without special handling.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13895) Make FileStatus Serializable

2016-12-12 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HADOOP-13895:
---
Status: Patch Available  (was: Open)

> Make FileStatus Serializable
> 
>
> Key: HADOOP-13895
> URL: https://issues.apache.org/jira/browse/HADOOP-13895
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs
>Reporter: Chris Douglas
>Priority: Minor
> Attachments: HADOOP-13895.000.patch
>
>
> Some frameworks rely on Java serialization to pass objects between processes. 
> FileStatus is a common argument, but it only supports Writable serialization 
> without special handling.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13895) Make FileStatus Serializable

2016-12-12 Thread Chris Douglas (JIRA)

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

Chris Douglas updated HADOOP-13895:
---
Attachment: HADOOP-13895.000.patch

Moved relevant {{Serializable}} code from HDFS-6984.
{quote}
Changed {{FileStatus}} to be {{Serializable}}, per [~ste...@apache.org]'s 
suggestion. This cascaded to a few other classes, which I halted at 
{{HdfsBlockLocation}} (changing the final ref to transient). Looking through 
its usage this is probably correct, since the fields not redundant with 
{{BlockLocation}} are things like tokens, which are internal(?) to DFSClient.
{quote}

> Make FileStatus Serializable
> 
>
> Key: HADOOP-13895
> URL: https://issues.apache.org/jira/browse/HADOOP-13895
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs
>Reporter: Chris Douglas
>Priority: Minor
> Attachments: HADOOP-13895.000.patch
>
>
> Some frameworks rely on Java serialization to pass objects between processes. 
> FileStatus is a common argument, but it only supports Writable serialization 
> without special handling.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org