Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 37 (0.274s).
Loading phrases to help you
refine your search...
[HDFS-2492] BlockManager cross-rack replication checks only work for ScriptBasedMapping - HDFS - [issue]
...The BlockManager cross-rack replication checks only works if script files are used for replication, not if alternate plugins provide the topology information.This is because the BlockManager...
http://issues.apache.org/jira/browse/HDFS-2492    Author: Steve Loughran, 2012-07-28, 00:32
[HDFS-116] NPE if the system can't determine its own name and you go DNS.getDefaultHost(null) - HDFS - [issue]
...In a test case that I am newly writing, on my infamous "home machine with broken DNS", I cant call getByName(null) without seeing a stack trace:Testcase: testNullInterface took 0.014 sec Cau...
http://issues.apache.org/jira/browse/HDFS-116    Author: Steve Loughran, 2012-07-28, 00:06
[HDFS-566] INode.permissions should be marked as volatile to avoid synchronization problems - HDFS - [issue]
...Looking at INode, I can see that the long permissions field is updated in the synchronized updatePermissions, read in other non-synchronized contextsI believe that to avoid race conditions a...
http://issues.apache.org/jira/browse/HDFS-566    Author: Steve Loughran, 2012-05-03, 23:40
[HDFS-891] DataNode no longer needs to check for dfs.network.script - HDFS - [issue]
...Looking at the code for DataNode.instantiateDataNode())} , I see that it calls {{system.exit(-1) if it is not happy with the configurationif (conf.get("dfs.network.script") != null) { &...
http://issues.apache.org/jira/browse/HDFS-891    Author: Steve Loughran, 2012-04-19, 14:03
[HDFS-798] Exclude second Ant JAR from classpath in hdfs builds - HDFS - [issue]
...I've no evidence that this is a problem, but I have known it to be in different projects:[junit] WARNING: multiple versions of ant detected in path for junit     [junit]  ...
http://issues.apache.org/jira/browse/HDFS-798    Author: Steve Loughran, 2012-04-02, 06:16
[HDFS-554] BlockInfo.ensureCapacity may get a speedup from System.arraycopy() - HDFS - [issue]
...BlockInfo.ensureCapacity() uses a for() loop to copy the old array data into the expanded array.  System.arraycopy() is generally much faster for this, as it can do a bulk memory copy. ...
http://issues.apache.org/jira/browse/HDFS-554    Author: Steve Loughran, 2012-03-05, 02:49
HDFS tests failing on trunk for anyone but me? - HDFS - [mail # dev]
...I'm seeing HDFS tests failing on a clean trunk checked out today. Is  anyone else seeing this?   Running org.apache.hadoop.hdfs.TestConnCache Tests run: 2, Failures: 0, Errors: 2, ...
   Author: Steve Loughran, 2012-02-10, 17:52
Re: [PROPOSAL] Hadoop OSGi compliant and Apache Karaf features - HDFS - [mail # dev]
...On 08/02/12 14:25, Jean-Baptiste Onofr� wrote:  Zookeeper would be nice too, as you could bring up a very small cluster  As I mentioned in one of the JIRA comments  -there a...
   Author: Steve Loughran, 2012-02-08, 15:06
Re: Hoop & webhdfs, common HTTP API and more - HDFS - [mail # dev]
...On 17/10/11 23:12, Alejandro Abdelnur wrote:  Why jersey and not jetty?...
   Author: Steve Loughran, 2011-10-19, 10:09
Re: Long running tests failure - HDFS - [mail # dev]
...On 28/09/11 21:15, Jeff MAURY wrote:  -Because Maven knows better than you what you want......
   Author: Steve Loughran, 2011-09-29, 10:58
Sort:
project
Hadoop (931)
MapReduce (128)
HDFS (37)
Pig (2)
Avro (1)
type
mail # dev (20)
issue (16)
mail # user (1)
date
last 7 days (0)
last 30 days (3)
last 90 days (6)
last 6 months (12)
last 9 months (37)
author
Todd Lipcon (488)
Harsh J (454)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (88)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Steve Loughran