Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 50 (0.088s).
Loading phrases to help you
refine your search...
[HDFS-3580] incompatible types; no instance(s) of type variable(s) V exist so that V conforms to boolean compiling HttpFSServer.java with OpenJDK - HDFS - [issue]
...[ERROR] /home/lars/dev/hadoop-2/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSServer.java:[407,36] incompatible types; no instan...
http://issues.apache.org/jira/browse/HDFS-3580    Author: Andy Isaacson, 2012-06-30, 14:06
Re: Hadoop-2 generics compilation error - HDFS - [mail # dev]
...Thanks everybody!  Good to get this resolved.  -andy  On Fri, Jun 29, 2012 at 3:53 PM, Alejandro Abdelnur wrote:  ...
   Author: Andy Isaacson, 2012-06-30, 00:12
Re: Hadoop-2 generics compilation error - HDFS - [mail # dev]
...I've filed https://issues.apache.org/jira/browse/HDFS-3580 and attached the patch.  I'd really appreciate it if someone could explain what the problem is, why the patch fixes it, and wh...
   Author: Andy Isaacson, 2012-06-29, 21:43
Re: Hadoop-2 generics compilation error - HDFS - [mail # dev]
...I ran into this as well, and am prepping a patch. Lars, if you could file the Jira explaining why s/boolean/Boolean/ is the right fix, I'll test and submit the patch.  -andy  On Fr...
   Author: Andy Isaacson, 2012-06-29, 19:01
[HDFS-3535] Audit logging should log denied accesses - HDFS - [issue]
...FSNamesystem.java logs an audit log entry when a user successfully accesses the filesystem:logAuditEvent(UserGroupInformation.getLoginUser(),             &...
http://issues.apache.org/jira/browse/HDFS-3535    Author: Andy Isaacson, 2012-06-27, 14:23
[HDFS-3569] clean up isInfoEnabled usage re logAuditEvent - HDFS - [issue]
...From HDFS-3535 we have    Normally the checks are used before the method invocation if we're doing expensive things to create the args (eg lots of string concatenation) not to...
http://issues.apache.org/jira/browse/HDFS-3569    Author: Andy Isaacson, 2012-06-26, 20:55
[HDFS-3542] chmod does not parse ugo+rwx,+t correctly - HDFS - [issue]
...The -chmod command should either parse the string properly, or provide an error message.  Currently it discards the first part of the provided pattern.$ hdfs dfs -chmod ugo+rwx,+t /tmp$...
http://issues.apache.org/jira/browse/HDFS-3542    Author: Andy Isaacson, 2012-06-18, 18:00
[HDFS-3485] DataTransferThrottler will over-throttle when currentTimeMillis jumps - HDFS - [issue]
...When the system clock is set backwards, DataTransferThrottler will simply pause until the clock reaches the end of the previously calculated transfer period:this.curPeriodStart = System.curr...
http://issues.apache.org/jira/browse/HDFS-3485    Author: Andy Isaacson, 2012-06-08, 13:23
[HDFS-3489] hdfs fsck usage message is outdated - HDFS - [issue]
...The help message from "hdfs fsck" is misleading in several ways.Usage: DFSck <path> [-list-corruptfileblocks | [-move | -delete | -openforwrite] [-files [-blocks [-locations | -racks]]...
http://issues.apache.org/jira/browse/HDFS-3489    Author: Andy Isaacson, 2012-06-02, 22:00
[HDFS-3473] DN logs backtrace when running under jsvc and /jmx is loaded - HDFS - [issue]
...Running the data node under jsvc and requesting /jmx falls victim to a kernel bug http://marc.info/?l=linux-kernel&m=133788505209725&w=2 which results in EACCES when open()ing /proc/...
http://issues.apache.org/jira/browse/HDFS-3473    Author: Andy Isaacson, 2012-05-30, 17:52
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 (19)
last 9 months (50)
author
Todd Lipcon (488)
Harsh J (454)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (149)
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)
Andy Isaacson