[jira] [Created] (HDFS-7201) Fix typos in hdfs-default.xml

2014-10-06 Thread Konstantin Shvachko (JIRA)
Konstantin Shvachko created HDFS-7201:
-

 Summary: Fix typos in hdfs-default.xml
 Key: HDFS-7201
 URL: https://issues.apache.org/jira/browse/HDFS-7201
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 2.5.1
Reporter: Konstantin Shvachko


Found the following typos in hdfs-default.xml:
repliaction
directoires
teh
tranfer
spage



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


[jira] [Created] (HDFS-7200) Rename libhdfs3 to libndfs++

2014-10-06 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-7200:
--

 Summary: Rename libhdfs3 to libndfs++
 Key: HDFS-7200
 URL: https://issues.apache.org/jira/browse/HDFS-7200
 Project: Hadoop HDFS
  Issue Type: Sub-task
Affects Versions: HADOOP-10388
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe


Since we generally agree that libhdfs3 is a sub-optimal name, let's call the 
new library "libndfs++."



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


[jira] [Created] (HDFS-7199) DFSOutputStream can silently drop data if DataStreamer crashes with a non-I/O exception

2014-10-06 Thread Jason Lowe (JIRA)
Jason Lowe created HDFS-7199:


 Summary: DFSOutputStream can silently drop data if DataStreamer 
crashes with a non-I/O exception
 Key: HDFS-7199
 URL: https://issues.apache.org/jira/browse/HDFS-7199
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs-client
Affects Versions: 2.5.0
Reporter: Jason Lowe
Priority: Critical


If the DataStreamer thread encounters a non-I/O exception then it closes the 
output stream but does not set lastException.  When the client later calls 
close on the output stream then it will see the stream is already closed with 
lastException == null, mistakently think this is a redundant close call, and 
fail to report any error to the client.



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


[jira] [Created] (HDFS-7198) Fix or suppress findbugs "unchecked conversion" warning in DFSClient#getPathTraceScope

2014-10-06 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-7198:
--

 Summary: Fix or suppress findbugs "unchecked conversion" warning 
in DFSClient#getPathTraceScope
 Key: HDFS-7198
 URL: https://issues.apache.org/jira/browse/HDFS-7198
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 2.7.0
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe
Priority: Trivial


Fix or suppress the findbugs "unchecked conversion" warning in 
{{DFSClient#getPathTraceScope}}.



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


[jira] [Created] (HDFS-7197) Enhancements to Data Migration Tool

2014-10-06 Thread Benoy Antony (JIRA)
Benoy Antony created HDFS-7197:
--

 Summary: Enhancements to Data Migration Tool 
 Key: HDFS-7197
 URL: https://issues.apache.org/jira/browse/HDFS-7197
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Benoy Antony
Assignee: Benoy Antony


Data migration tool (mover) was added as part of HDFS-6584.

We have been using Archival storage  tier in our clusters. We have implemented 
a similar data migration tool (Mover) to migrate data to and from Archival 
storage. This is an umbrella jira to contribute the features and improvements 
identified based on our experience.



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


[jira] [Created] (HDFS-7195) Update user doc of secure mode about Datanodes don't require root or jsvc

2014-10-06 Thread Yi Liu (JIRA)
Yi Liu created HDFS-7195:


 Summary: Update user doc of secure mode about Datanodes don't 
require root or jsvc
 Key: HDFS-7195
 URL: https://issues.apache.org/jira/browse/HDFS-7195
 Project: Hadoop HDFS
  Issue Type: Task
  Components: security
Reporter: Yi Liu
Assignee: Yi Liu


HDFS-2856 adds support that Datanodes don't require root or jsvc. If 
{{dfs.data.transfer.protection}} is configured and {{dfs.http.policy}} is 
_HTTPS_ONLY_, then secure dataNode doesn't need to use privileged port.

This has not been updated in the latest user doc of secure mode. This JIRA is 
to fix that.



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