| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
127 (0.065s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-3479] backport HDFS-3335 (check for edit log corruption at the end of the log) to branch-1 - HDFS - [issue]
|
|
...backport HDFS-3335 (check for edit log corruption at the end of the log) to branch-1...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3479
Author: Colin Patrick McCabe,
2012-08-28, 05:26
|
|
|
[HDFS-3853] Port MiniDFSCluster enableManagedDfsDirsRedundancy option to branch-2 - HDFS - [issue]
|
|
...MiniDFSCluster's enabledManagedDfsDirsRedunancy flag should be ported to branch-2. Certain tests rely on it to get full coverage-- for example, TestNameNodeRecovery and TestFSEdi...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3853
Author: Colin Patrick McCabe,
2012-08-27, 13:40
|
|
|
[HDFS-3304] fix fuse_dfs build - HDFS - [issue]
|
|
...The fuse_dfs build is broken in several ways. If you run:mvn compile -DskipTests -Pnativemvn compile -DskipTests -PfuseYou get the following error message:[exec] /usr/lib64/gcc/x86_64-...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3304
Author: Colin Patrick McCabe,
2012-08-26, 01:18
|
|
|
[HDFS-3624] fuse_dfs: improve user and group translation - HDFS - [issue]
|
|
...In fuse_dfs, we should translate HDFS unknown user names to the UNIX UID or GID for 'nobody' or 'nogroup' by default. This should also be configurable for systems that want to use a di...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3624
Author: Colin Patrick McCabe,
2012-08-24, 23:20
|
|
|
[HDFS-3830] test_libhdfs_threaded: use forceNewInstance - HDFS - [issue]
|
|
...test_libhdfs_threaded should create new FileSystem instances with newInstance, to make sure that the test doesn't break because of interference between the different threads....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3830
Author: Colin Patrick McCabe,
2012-08-24, 15:31
|
|
|
[HDFS-3707] TestFSInputChecker: improper use of skip - HDFS - [issue]
|
|
...TestFSInputChecker assumes that FSDataInputStream#skip always skips the full amount of bytes. However, FSDataInputStream inherits this method from InputStream. InputStream#skip s...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3707
Author: Colin Patrick McCabe,
2012-08-22, 00:55
|
|
|
[HDFS-2967] unit tests which alter persistent state should call cleanup before running - HDFS - [issue]
|
|
...I did a little test, and found that aborting unit tests halfway through (for example, with the stop button in Eclipse) will NOT invoke the @After functions.Needless to say, this could have b...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2967
Author: Colin Patrick McCabe,
2012-08-18, 09:36
|
|
|
[HDFS-3808] fuse_dfs: postpone libhdfs intialization until after fork - HDFS - [issue]
|
|
...libhdfs may create threads or initialize internal JNI data structures when it is used. So we should be careful to daemonize() before initializing libhdfs, not after.Unfortunately, fuse...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3808
Author: Colin Patrick McCabe,
2012-08-18, 00:56
|
|
|
[HDFS-3790] test_fuse_dfs.c doesn't compile on centos 5 - HDFS - [issue]
|
|
...test_fuse_dfs.c uses execvpe, which doesn't exist in the version of glibc shipped on CentOS 5....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3790
Author: Colin Patrick McCabe,
2012-08-16, 00:20
|
|
|
[HDFS-3742] libhdfs symbol visibility issues - HDFS - [issue]
|
|
...libhdfs symbols should be hidden unless they're part of the API. If we don't hide symbols, they could conflict with symbols in a library user's program.This can be accomplished with _a...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3742
Author: Colin Patrick McCabe,
2012-08-15, 18:40
|
|
|
|