Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 50 (0.216s).
Loading phrases to help you
refine your search...
[HDFS-4104] dfs -test -d prints inappropriate error on nonexistent directory - HDFS - [issue]
...Running hdfs dfs -test -d foo should return 0 or 1 as appropriate. It should not generate any output due to missing files.  Alas, it prints an error message when foo does not exist.$ hd...
http://issues.apache.org/jira/browse/HDFS-4104    Author: Andy Isaacson, 2012-11-16, 13:21
[HDFS-4139] fuse-dfs RO mode still allows file truncation - HDFS - [issue]
...Mounting a fuse-dfs in readonly mode with "-oro" still allows the user to truncate files.$ grep fuse /etc/fstabhadoop-fuse-dfs#dfs://ubu-cdh-0.local /export/hdfs fuse noauto,ro 0 0$ sudo mou...
http://issues.apache.org/jira/browse/HDFS-4139    Author: Andy Isaacson, 2012-11-14, 13:21
[HDFS-3643] hdfsJniHelper.c unchecked string pointers - HDFS - [issue]
...str = methSignature;    while (*str != ')') str++;    str++;    returnType = *str;This loop needs to check for '\0'. Also the following if/else i...
http://issues.apache.org/jira/browse/HDFS-3643    Author: Andy Isaacson, 2012-10-30, 00:06
[HDFS-4042] send Cache-Control header on JSP pages - HDFS - [issue]
...We should send a Cache-Control header on JSP pages so that HTTP/1.1 compliant caches can properly manage cached data.Currently our JSPs send:% curl -v http://nn1:50070/dfshealth.jsp...< H...
http://issues.apache.org/jira/browse/HDFS-4042    Author: Andy Isaacson, 2012-10-23, 00:13
Re: Is there a way to mount HAR the same way HDFS can be mounted with FUSE? - HDFS - [mail # dev]
...we deprecated the *-user@hadoop lists in favor of a general-purpose user@hadoop list, back in August.  https://issues.apache.org/jira/browse/INFRA-5123  So Peter, you may find more...
   Author: Andy Isaacson, 2012-10-17, 21:42
[HDFS-3828] Block Scanner rescans blocks too frequently - HDFS - [issue]
...BlockPoolSliceScanner#scan calls cleanUp every time it's invoked from DataBlockScanner#run via scanBlockPoolSlice.  But cleanUp unconditionally roll()s the verificationLogs, so after tw...
http://issues.apache.org/jira/browse/HDFS-3828    Author: Andy Isaacson, 2012-10-11, 18:33
[HDFS-3597] SNN can fail to start on upgrade - HDFS - [issue]
...When upgrading from 1.x to 2.0.0, the SecondaryNameNode can fail to start up:2012-06-16 09:52:33,812 ERROR org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode: Exception in doCheckpoint...
http://issues.apache.org/jira/browse/HDFS-3597    Author: Andy Isaacson, 2012-10-01, 10:22
[HDFS-3991] NN webui should mention safemode more clearly - HDFS - [issue]
...The dfshealth.jsp page saysSafe mode is ON. The reported blocks 0 needs additional 308 blocks to reach the threshold 0.9990 of total blocks 308. Safe mode will be turned off automatically.wh...
http://issues.apache.org/jira/browse/HDFS-3991    Author: Andy Isaacson, 2012-09-28, 19:25
[HDFS-3982] report failed replications in DN heartbeat - HDFS - [issue]
...From HDFS-3931: The test corrupts 2/3 replicas. client reports a bad block. NN asks a DN to re-replicate, and randomly picks the other corrupt replica. DN notices the incoming replica is cor...
http://issues.apache.org/jira/browse/HDFS-3982    Author: Andy Isaacson, 2012-09-27, 18:56
[HDFS-3902] TestDatanodeBlockScanner#testBlockCorruptionPolicy is broken - HDFS - [issue]
...Since HDFS-3828 fixed the block scanner to not repeatedly rescan small blockpools, TestDatanodeBlockScanner times out after 13 minutes in waitReplication....
http://issues.apache.org/jira/browse/HDFS-3902    Author: Andy Isaacson, 2012-09-13, 14:59
Sort:
project
HDFS (50)
MapReduce (28)
Hadoop (19)
type
issue (38)
mail # dev (8)
mail # user (4)
date
last 7 days (1)
last 30 days (2)
last 90 days (4)
last 6 months (20)
last 9 months (50)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (127)
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)
Andy Isaacson