Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 93 (0.342s).
Loading phrases to help you
refine your search...
[HADOOP-8785] Remove security conditionals from FileSystems - Hadoop - [issue]
...Streamline FileSystem classes by removing UGI.isSecurityEnabled() conditionals....
http://issues.apache.org/jira/browse/HADOOP-8785    Author: Daryn Sharp, 2012-09-11, 00:25
Re: FileSystem.get(Uri,Configuration,String) caching issue - Hadoop - [mail # user]
...Yes, the sample code demonstrates what happens when you use a new UGI for e very FileSystem.get.  If possible you should avoid the variant of fs.get th at accepts the user as a string s...
   Author: Daryn Sharp, 2012-09-10, 19:19
[HADOOP-8633] Interrupted FsShell copies may leave tmp files - Hadoop - [issue]
...Interrupting a copy, ex. via SIGINT, may cause tmp files to not be removed.  If the user is copying large files then the remnants will eat into the user's quota....
http://issues.apache.org/jira/browse/HADOOP-8633    Author: Daryn Sharp, 2012-09-07, 22:01
[HADOOP-8634] Ensure FileSystem#close doesn't squawk for deleteOnExit paths - Hadoop - [issue]
...FileSystem#deleteOnExit doesn't check if the path exists before attempting to delete.  Errors may cause unnecessary INFO log squawks....
http://issues.apache.org/jira/browse/HADOOP-8634    Author: Daryn Sharp, 2012-09-07, 22:01
[HADOOP-8334] HttpServer sometimes returns incorrect port - Hadoop - [issue]
...HttpServer is not always returning the correct listening port....
http://issues.apache.org/jira/browse/HADOOP-8334    Author: Daryn Sharp, 2012-09-07, 22:01
[HADOOP-8014] ViewFileSystem does not correctly implement getDefaultBlockSize, getDefaultReplication, getContentSummary - Hadoop - [issue]
...ViewFileSystem incorrectly returns the FileSystem default values for getDefaultBlockSize() and getDefaultReplication().  This causes files to be created with incorrect values.  The...
http://issues.apache.org/jira/browse/HADOOP-8014    Author: Daryn Sharp, 2012-09-07, 22:01
[HADOOP-8635] Cannot cancel paths registered deleteOnExit - Hadoop - [issue]
...FileSystem#deleteOnExit does not have a symmetric method to unregister files.  Since it's used to register temporary files during a copy operation, this can lead to a lot of unnecessary...
http://issues.apache.org/jira/browse/HADOOP-8635    Author: Daryn Sharp, 2012-09-07, 22:01
Re: [VOTE] 0.23.3 release - Hadoop - [mail # general]
...-0 non-binding.  HDFS-3905 should strongly be considered since its a regres sion.  Daryn  On Sep 7, 2012, at 2:56 PM, Bobby Evans wrote:  p 14th....
   Author: Daryn Sharp, 2012-09-07, 21:35
[HADOOP-8772] RawLocalFileStatus shells out for permission info - Hadoop - [issue]
...RawLocalFileStatus shells out to run "ls" to get permissions info.  This very inefficient.More importantly, mixing mulithreading and forking is risky.  Some version of glibc in RHE...
http://issues.apache.org/jira/browse/HADOOP-8772    Author: Daryn Sharp, 2012-09-05, 21:52
[HADOOP-8725] MR is broken when security is off - Hadoop - [issue]
...HADOOP-8225 broke MR when security is off.  MR was changed to stop re-reading the credentials that UGI had already read, and to stop putting those tokens back into the UGI where they al...
http://issues.apache.org/jira/browse/HADOOP-8725    Author: Daryn Sharp, 2012-08-25, 15:00
Sort:
project
Hadoop (93)
HDFS (72)
MapReduce (36)
type
issue (72)
mail # general (10)
mail # dev (8)
mail # user (3)
date
last 7 days (1)
last 30 days (8)
last 90 days (19)
last 6 months (31)
last 9 months (93)
author
Harsh J (1373)
Steve Loughran (930)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (574)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Daryn Sharp