Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 50 (0.104s).
Loading phrases to help you
refine your search...
[HDFS-4329] DFSShell issues with directories with spaces in name - HDFS - [issue]
...This bug was discovered by Casey Ching.The command dfs -put /foo/hello.txt dir is supposed to create dir/hello.txt on HDFS.  It doesn't work right if "dir" has a space in it:[adi@haus01...
http://issues.apache.org/jira/browse/HDFS-4329    Author: Andy Isaacson, 2012-12-20, 19:46
[HDFS-4140] fuse-dfs handles open(O_TRUNC) poorly - HDFS - [issue]
...fuse-dfs handles open(O_TRUNC) poorly.It is converted to multiple fuse operations.  Those multiple fuse operations often fail (for example, calling fuse_truncate_impl() while a file is ...
http://issues.apache.org/jira/browse/HDFS-4140    Author: Andy Isaacson, 2012-12-19, 23:50
Re: New to Hadoop - HDFS - [mail # dev]
...On Fri, Dec 14, 2012 at 10:43 AM, Joseph Kniest  wrote:  Look for JIRAs with the "newbie" label: https://issues.apache.org/jira/issues/?jql=labels%20%3D%20newbie%20AND%20project%20...
   Author: Andy Isaacson, 2012-12-14, 19:25
[HDFS-4211] failed volume causes DataNode#getVolumeInfo NPEs on multi-BP DN - HDFS - [issue]
...On a DN with failed.volumes.tolerated=0 a disk went bad. After restarting the DN, the following backtrace was observed when accessing /jmx:2012-06-12 16:21:43,248 ERROR org.apache.hadoop.jmx...
http://issues.apache.org/jira/browse/HDFS-4211    Author: Andy Isaacson, 2012-12-11, 19:25
Re: Strange machine behavior - HDFS - [mail # user]
...What kernel did you see this on? Was there significant swap traffic (si/so in vmstat output) during the high-system-time period?  BTW, you don't need to nor do you want to run sync(1) w...
   Author: Andy Isaacson, 2012-12-10, 19:23
[HDFS-4205] fsck fails with symlinks - HDFS - [issue]
...I created a symlink using...    FileContext fc = FileContext.getFileContext(dst.fs.getUri());    for (PathData src : srcs) {      fc.createS...
http://issues.apache.org/jira/browse/HDFS-4205    Author: Andy Isaacson, 2012-12-07, 21:40
[HDFS-4284] BlockReaderLocal not notified of failed disks - HDFS - [issue]
...When a DN marks a disk as bad, it stops using replicas on that disk.However a long-running BlockReaderLocal instance will continue to access replicas on the failing disk.Somehow we should le...
http://issues.apache.org/jira/browse/HDFS-4284    Author: Andy Isaacson, 2012-12-07, 18:44
Re: profiling hdfs write path - HDFS - [mail # dev]
...On Wed, Dec 5, 2012 at 6:02 PM, Radim Kolar  wrote:  I don't really know the YARN or MAPREDUCE code bases so I'm going to pass on those ones...   Todd asked a pretty reasonabl...
   Author: Andy Isaacson, 2012-12-06, 23:06
Re: profiling hdfs write path - HDFS - [mail # dev]
...On Tue, Dec 4, 2012 at 6:00 PM, Radim Kolar  wrote:  Could you share a list of Jiras you're concerned about? I've seen a few patches you provided that got committed just fine, and ...
   Author: Andy Isaacson, 2012-12-05, 22:21
[HDFS-4178] shell scripts should not close stderr - HDFS - [issue]
...The start-dfs.sh and stop-dfs.sh scripts close stderr for some subprocesses using the construct2>&-This is dangerous because child processes started up under this scenario will re-use...
http://issues.apache.org/jira/browse/HDFS-4178    Author: Andy Isaacson, 2012-11-20, 13:21
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 (449)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (127)
Mohammad Tariq (125)
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