[jira] [Updated] (HDFS-8099) Remove extraneous warning from DFSInputStream.close()

2015-04-08 Thread Charles Lamb (JIRA)

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

Charles Lamb updated HDFS-8099:
---
Attachment: HDFS-8099.001.patch

[~cmccabe], good idea. New patch attached.

Tested manually:

{code}
[cwl@localhost hadoop]$ rm hosts;hadoop fs -get /hosts
[cwl@localhost hadoop]$ 
{code}

> Remove extraneous warning from DFSInputStream.close()
> -
>
> Key: HDFS-8099
> URL: https://issues.apache.org/jira/browse/HDFS-8099
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs-client
>Affects Versions: 2.7.0
>Reporter: Charles Lamb
>Assignee: Charles Lamb
>Priority: Minor
> Attachments: HDFS-8099.000.patch, HDFS-8099.001.patch
>
>
> The hadoop fs -get command always shows this warning:
> {noformat}
> $ hadoop fs -get /data/schemas/sfdc/BusinessHours-2014-12-09.avsc
> 15/04/06 06:22:19 WARN hdfs.DFSClient: DFSInputStream has been closed already
> {noformat}
> This was introduced by HDFS-7494. The easiest thing is to just remove the 
> warning from the code.



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


[jira] [Updated] (HDFS-8099) Remove extraneous warning from DFSInputStream.close()

2015-04-08 Thread Charles Lamb (JIRA)

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

Charles Lamb updated HDFS-8099:
---
Status: Patch Available  (was: Open)

> Remove extraneous warning from DFSInputStream.close()
> -
>
> Key: HDFS-8099
> URL: https://issues.apache.org/jira/browse/HDFS-8099
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs-client
>Affects Versions: 2.7.0
>Reporter: Charles Lamb
>Assignee: Charles Lamb
>Priority: Minor
> Attachments: HDFS-8099.000.patch
>
>
> The hadoop fs -get command always shows this warning:
> {noformat}
> $ hadoop fs -get /data/schemas/sfdc/BusinessHours-2014-12-09.avsc
> 15/04/06 06:22:19 WARN hdfs.DFSClient: DFSInputStream has been closed already
> {noformat}
> This was introduced by HDFS-7494. The easiest thing is to just remove the 
> warning from the code.



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


[jira] [Updated] (HDFS-8099) Remove extraneous warning from DFSInputStream.close()

2015-04-08 Thread Charles Lamb (JIRA)

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

Charles Lamb updated HDFS-8099:
---
Attachment: HDFS-8099.000.patch

> Remove extraneous warning from DFSInputStream.close()
> -
>
> Key: HDFS-8099
> URL: https://issues.apache.org/jira/browse/HDFS-8099
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs-client
>Affects Versions: 2.7.0
>Reporter: Charles Lamb
>Assignee: Charles Lamb
>Priority: Minor
> Attachments: HDFS-8099.000.patch
>
>
> The hadoop fs -get command always shows this warning:
> {noformat}
> $ hadoop fs -get /data/schemas/sfdc/BusinessHours-2014-12-09.avsc
> 15/04/06 06:22:19 WARN hdfs.DFSClient: DFSInputStream has been closed already
> {noformat}
> This was introduced by HDFS-7494. The easiest thing is to just remove the 
> warning from the code.



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