| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
50 (0.138s).
|
|
|
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
|
|
|
|