| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
128 (0.443s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-3610] fuse_dfs: Provide a way to use the default (configured) NN URI - HDFS - [issue]
|
|
...It shouldn't be necessary to explictly spell out the NameNode you want to connect to when launching fuse_dfs. libhdfs can read the configuration files and use the default URI. Ho...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3610
Author: Colin Patrick McCabe,
2012-10-11, 18:46
|
|
|
[HDFS-3691] UserGroupInformation#spawnAutoRenewalThreadForUserCreds tries to renew even if the kerberos ticket cache is non-renewable - HDFS - [issue]
|
|
...UserGroupInformation#spawnAutoRenewalThreadForUserCreds tries to renew user credentials. However, it does this even if the kerberos ticket cache in question is non-renewable.This leads...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3691
Author: Colin Patrick McCabe,
2012-10-11, 18:33
|
|
|
[HDFS-3592] libhdfs should expose ClientProtocol::mkdirs2 - HDFS - [issue]
|
|
...It would be nice if libhdfs exposed mkdirs2. This version of mkdirs is much more verbose about any errors that occur-- it throws AccessControlException, FileAlreadyExists, FileNotFound...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3592
Author: Colin Patrick McCabe,
2012-10-11, 18:33
|
|
|
[HDFS-4021] Misleading error message when resources are low on the NameNode - HDFS - [issue]
|
|
...When resources are low on the namenode, it enters SafeMode with a message like this:14:00:10,666 WARN NameNodeResourceChecker:89 - Space available onvolume '/dev/hda1' is 104357888, wh...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4021
Author: Colin Patrick McCabe,
2012-10-11, 14:21
|
|
|
[HDFS-4007] Rehabilitate bit-rotted unit tests under hadoop-hdfs-project/hadoop-hdfs/src/test/unit/ - HDFS - [issue]
|
|
...There are a bunch of unit tests under hadoop-hdfs-project/hadoop-hdfs/src/test/unit/ that did not get Mavenized, and have bit-rotted over time.It looks like TestDataDirs and TestINodeFile sh...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4007
Author: Colin Patrick McCabe,
2012-10-09, 15:00
|
|
|
[HDFS-3994] misleading comment in CommonConfigurationKeysPublic - HDFS - [issue]
|
|
...CommonConfigurationKeysPublic contains a potentially misleading comment:/** * This class contains constants for configuration keys used * in the common code. * * It incl...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3994
Author: Colin Patrick McCabe,
2012-10-01, 20:02
|
|
|
[HDFS-3510] Improve FSEditLog pre-allocation - HDFS - [issue]
|
|
...It is good to avoid running out of space in the middle of writing a batch of edits, because when it happens, we often get partial edits at the end of the log.Edit log preallocation can solve...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3510
Author: Colin Patrick McCabe,
2012-09-10, 21:25
|
|
|
[HDFS-3335] check for edit log corruption at the end of the log - HDFS - [issue]
|
|
...Even after encountering an OP_INVALID, we should check the end of the edit log to make sure that it contains no more edits.This will catch things like rare race conditions or log corruptions...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3335
Author: Colin Patrick McCabe,
2012-09-07, 22:09
|
|
|
[HDFS-3889] distcp overwrites files even when there are missing checksums - HDFS - [issue]
|
|
...If distcp can't read the checksum files for the source and destination files-- for any reason-- it ignores the checksums and overwrites the destination file. It does produce a log mess...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3889
Author: Colin Patrick McCabe,
2012-09-06, 22:39
|
|
|
[HDFS-3865] TestDistCp is @ignored - HDFS - [issue]
|
|
...We should fix TestDistCp so that it actually runs, rather than being ignored.@ignorepublic class TestDistCp { private static final Log LOG = LogFactory.getLog(TestDistCp.class);&n...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3865
Author: Colin Patrick McCabe,
2012-08-29, 22:37
|
|
|
|