Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 32 (0.386s).
Loading phrases to help you
refine your search...
[HDFS-4626] Fix NullPointerException in getLinkTarget - HDFS - [issue]
...HdfsFileStatus#getLinkTarget can throw a NPE in DFSUtil#bytes2String if symlink is null. Better to instead return null and propagate this to the client....
http://issues.apache.org/jira/browse/HDFS-4626    Author: Andrew Wang, 2013-03-22, 04:26
[HDFS-4596] Shutting down namenode during checkpointing can lead to md5sum error - HDFS - [issue]
...This is a really rare error that can hit if a NN shutdown happens during the checkpointing process.Checkpointing and restarting nominally looks like this: FSImage is written to a tmp file an...
http://issues.apache.org/jira/browse/HDFS-4596    Author: Andrew Wang, 2013-03-15, 13:20
[HDFS-4599] TestGridmixSummary#testExecutionSummarizer is broken - HDFS - [issue]
...HADOOP-9252 changed how human readable numbers are printed, and required updating a number of test cases. This one was missed because the Jenkins precommit job apparently isn't running the t...
http://issues.apache.org/jira/browse/HDFS-4599    Author: Andrew Wang, 2013-03-14, 16:03
[HDFS-4570] Increase default dfs.image.transfer.timeout value from 1 minute - HDFS - [issue]
...The default dfs.image.transfer.timeout is currently 60000 (1 minute). We've seen the NN / SNN hit this timeout with fsimages in the 2GB+ range. This default should probably be increased....
http://issues.apache.org/jira/browse/HDFS-4570    Author: Andrew Wang, 2013-03-08, 21:34
[HDFS-4569] Small image transfer related cleanups. - HDFS - [issue]
...The initial patch in HDFS-1490 has a couple small errors. It missed adding the new configuration key "dfs.image.transfer.timeout" to the hdfs-default.xml, and kept an explanatory comment fro...
http://issues.apache.org/jira/browse/HDFS-4569    Author: Andrew Wang, 2013-03-08, 14:03
[HDFS-3719] Re-enable append-related tests in TestFileConcurrentReader - HDFS - [issue]
...Both of these tests are disabled. We should figure out what append functionality we need to make the tests work again, and reenable them.  // fails due to issue w/append, disable &...
http://issues.apache.org/jira/browse/HDFS-3719    Author: Andrew Wang, 2013-03-05, 23:38
[HDFS-4547] Fallback to default authority if not specified in FileContext - HDFS - [issue]
...Currently, FileContext adheres rather strictly to RFC2396 when it comes to parsing absolute URIs (URIs with a scheme). If a user asks for a URI like "hdfs:///tmp", FileContext will error whi...
http://issues.apache.org/jira/browse/HDFS-4547    Author: Andrew Wang, 2013-03-04, 18:40
Re: are the HDFS javadocs published on the website? - HDFS - [mail # dev]
...Taking silence here to mean we aren't that concerned with the javadocs.  Are we okay with Doug's proposed fix for the broken links?  Thanks, Andrew   On Thu, Feb 14, 2013 at 4...
   Author: Andrew Wang, 2013-02-24, 02:11
are the HDFS javadocs published on the website? - HDFS - [mail # dev]
...Hi all,  I think something changed recently regarding the online HDFS javadocs. I'm fairly sure they used to be available online, since it's indexed by google:  https://www.google....
   Author: Andrew Wang, 2013-02-14, 23:48
[HDFS-4483] Refactor NN WebUI to no longer pass IP addresses in the URL - HDFS - [issue]
...Right now, the namenode passes its RPC address in WebUI URLs when it redirects to datanodes for things like browsing the filesystem. This is brittle and fails in different ways when wildcard...
http://issues.apache.org/jira/browse/HDFS-4483    Author: Andrew Wang, 2013-02-08, 18:13
Sort:
project
HDFS (32)
Hadoop (23)
HBase (5)
MapReduce (1)
type
issue (28)
mail # dev (4)
date
last 7 days (2)
last 30 days (10)
last 90 days (18)
last 6 months (24)
last 9 months (32)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (87)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Andrew Wang