| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
450 (0.131s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-4257] The ReplaceDatanodeOnFailure policies could have a forgiving option - HDFS - [issue]
|
|
...Similar question has previously come over HDFS-3091 and friends, but the essential problem is: "Why can't I write to my cluster of 3 nodes, when I just have 1 node available at a point in ti...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4257
Author: Harsh J,
2012-12-02, 04:31
|
|
|
Re: Assigning reduce tasks to specific nodes - HDFS - [mail # user]
|
|
...Yes, scheduling is done on a Tasktracker heartbeat basis, so it is certainly possible to do absolutely strict scheduling (although be aware of the condition of failing/unavailable tasktracke...
|
|
|
Author: Harsh J,
2012-12-01, 12:27
|
|
|
Re: how to rebuild hadoop-core-0.20.2-cdh3u4.jar - HDFS - [mail # user]
|
|
...Hi, Since this is a CDH build specific question, I am moving the post to [EMAIL PROTECTED] [https://groups.google.com/a/cloudera.org/forum/?fromgroups=#!forum/cdh-user] To answer...
|
|
|
Author: Harsh J,
2012-12-01, 10:34
|
|
|
Re: Mapper outputs an empty file - HDFS - [mail # user]
|
|
...The lack of conditional logic suggests that an empty file should never occur for a _successful_ parse. So the question boils down to successful parsing. What exactly is your RecordRead...
|
|
|
Author: Harsh J,
2012-11-30, 12:57
|
|
|
Re: Clarifications on excludedNodeList in DFSClient - HDFS - [mail # dev]
|
|
...Hi Inder, I didn't see a relevant JIRA on this yet, so I went ahead and filed one at https://issues.apache.org/jira/browse/HDFS-4246 as it seems to affect HBase WALs too (when their bl...
|
|
|
Author: Harsh J,
2012-11-30, 11:50
|
|
|
[HDFS-4224] The dncp_block_verification log can be compressed - HDFS - [issue]
|
|
...On some systems, I noticed that when the scanner runs, the dncp_block_verification.log.curr file under the block pool gets quite large (several GBs). Although this is rolled away, we could a...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4224
Author: Harsh J,
2012-11-26, 14:37
|
|
|
Re: FileNotFoundExcepion when getting files from DistributedCache - HDFS - [mail # user]
|
|
...DistributedCache files in tasks are located locally (not on HDFS), so use the LocalFileSystem or java.io.File if you prefer that, to read them from within tasks. On Fri, Nov 23, 2012 a...
|
|
|
Author: Harsh J,
2012-11-22, 20:50
|
|
|
Re: FileNotFoundExcepion when getting files from DistributedCache - HDFS - [mail # user]
|
|
...You pointed that you use: FSDataInputStream fs = FileSystem.get( context.getConfiguration() ).open( path ) Note that this (FileSystem.get) will return back a HDFS FileSystem by d...
|
|
|
Author: Harsh J,
2012-11-22, 20:38
|
|
|
Re: adding new datanode into cluster needs restarting the namenode? - HDFS - [mail # user]
|
|
...Hi, Topologies are unfortunately cached in Hadoop today and not refreshed until restart. So if you add a DN before properly configuring its topology, its improper default will st...
|
|
|
Author: Harsh J,
2012-11-22, 14:03
|
|
|
Re: Clarifications on excludedNodeList in DFSClient - HDFS - [mail # dev]
|
|
...The excludeNode list is initialized for each output stream created under a DFSClient instance. That is, it is empty for every new FS.create() returned DFSOutputStream initially and is mainta...
|
|
|
Author: Harsh J,
2012-11-20, 18:19
|
|
|
|