RE: [VOTE] Merge HDFS-2832 Heterogeneous Storage Phase 1 to trunk

2013-12-04 Thread Sirianni, Eric
+1 My team has been developing and testing against the HDFS-2832 branch for the past month. It has proven to be quite stable. Eric -Original Message- From: Arpit Agarwal [mailto:aagar...@hortonworks.com] Sent: Monday, December 02, 2013 7:07 PM To: hdfs-dev@hadoop.apache.org; common-..

RE: is block pool on NN or DN?

2013-11-20 Thread Sirianni, Eric
This blog post should clear it up: http://hortonworks.com/blog/an-introduction-to-hdfs-federation/ -Original Message- From: ch huang [mailto:justlo...@gmail.com] Sent: Wednesday, November 20, 2013 12:26 AM To: hdfs-dev@hadoop.apache.org Subject: is block pool on NN or DN? hi,all:

RE: mapred replication

2013-08-19 Thread Sirianni, Eric
I should have mentioned that the IOException is from the DataNode (if not obvious from the stacktrace :)). The DFSClient continues along happily by fetching the block from a different replica (as one would expect). -Original Message- From: Sirianni, Eric [mailto:eric.siria

RE: mapred replication

2013-08-19 Thread Sirianni, Eric
scribing the problem that you saw. >>We >> probably can handle this better, and a jira would be a good place to >> discuss the trade-offs. A few possibilities: >> >> Log a warning if mapred.submit.replication < dfs.replication. >> Skip resetting replication if mapred.submit.

mapred replication

2013-08-15 Thread Sirianni, Eric
In debugging some replication issues in our HDFS environment, I noticed that the MapReduce framework uses the following algorithm for setting the replication on submitted job files: 1. Create the file with *default* DFS replication factor (i.e. 'dfs.replication') 2. Subsequently alter