| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
11 (0.102s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-2004] Enable replicating and pinning files to a data node - HDFS - [issue]
|
|
...Some HDFS applications require that a given file is on the local DataNode. The functionality created here will allow pinning the file to any DataNode....
|
|
|
http://issues.apache.org/jira/browse/HDFS-2004
Author: Jason Rutherglen,
2013-03-15, 23:28
|
|
|
Re: HDFS mvn eclipse:eclipse not working? - HDFS - [mail # dev]
|
|
...Sure here's the pastebin: http://pastebin.com/ETmCNRbe On Fri, Jul 13, 2012 at 10:32 PM, Harsh J wrote: ...
|
|
|
Author: Jason Rutherglen,
2012-07-14, 02:38
|
|
|
HDFS mvn eclipse:eclipse not working? - HDFS - [mail # dev]
|
|
...At [1] I ran 'mvn eclipse:eclipse' however it failed. Is that expected behavior? 1. http://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-hdfs-project...
|
|
|
Author: Jason Rutherglen,
2012-07-14, 01:55
|
|
|
Re: Local block placement policy, request - HDFS - [mail # user]
|
|
...Yes, good point. Also, I wonder how HDFS handles what will be over replication of the file (meaning will it try to delete the over replicated blocks, in which case we'd need to ensure ...
|
|
|
Author: Jason Rutherglen,
2011-05-26, 19:49
|
|
|
Re: Local block placement policy, request - HDFS - [mail # user]
|
|
...Todd, thanks! Right. However in the failover scenario where a node goes down (hardware failure, or either of the processes, such as the DataNode, RegionServer, etc), then I thin...
|
|
|
Author: Jason Rutherglen,
2011-05-26, 19:02
|
|
|
Local block placement policy, request - HDFS - [mail # user]
|
|
...Is there a way to send a request to the name node to replicate block(s) to a specific DataNode? If not, what would be a way to do this? -Thanks...
|
|
|
Author: Jason Rutherglen,
2011-05-26, 18:36
|
|
|
Re: HDFS + ZooKeeper - HDFS - [mail # user]
|
|
...Right and AN is not using ZK for the actual NameNode methods/functions, only for the failover election of the 'backup' NameNode? On Sun, Apr 24, 2011 at 4:06 AM, Ozcan ILIKHAN wr...
|
|
|
Author: Jason Rutherglen,
2011-04-24, 17:13
|
|
|
Re: HDFS + ZooKeeper - HDFS - [mail # user]
|
|
...This is an interesting question. AvatarNode doesn't use Zookeeper? Is there a drawback to implementing ZK for the NameNode other than the potential bugs from a newly engineered feature...
|
|
|
Author: Jason Rutherglen,
2011-04-23, 18:17
|
|
|
Re: Is DFSInputStream.read(long position,...) designed for multi threaded access? - HDFS - [mail # user]
|
|
...I wonder how much of the Android code would be used? Eg, are we passing data over domain sockets or are we only planning on using sendmsg()? On Wed, Mar 2, 2011 at 2:38 PM, Andre...
|
|
|
Author: Jason Rutherglen,
2011-03-02, 23:48
|
|
|
Re: Is DFSInputStream.read(long position,...) designed for multi threaded access? - HDFS - [mail # user]
|
|
...Todd, Thanks for the reply. I looked at HDFS-941 which seems to remove the redundant creation of BlockReaders. That and HDFS-347 will solve some of the issues, however I th...
|
|
|
Author: Jason Rutherglen,
2011-03-02, 16:17
|
|
|
|