| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
128 (0.123s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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
|
|
|
[HDFS-3757] libhdfs: improve native stack traces - HDFS - [issue]
|
|
...When libhdfs crashes, we often don't get very good stack traces. It would be nice to get a better stack trace for the thread that crashed....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3757
Author: Colin Patrick McCabe,
2012-08-15, 18:40
|
|
|
[HDFS-3758] TestFuseDFS test failing - HDFS - [issue]
|
|
...TestFuseDFS.java has two bugs: there is a race condition between mounting the filesystem and testing it it doesn't clear the mount directory before it tries to mount there...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3758
Author: Colin Patrick McCabe,
2012-08-10, 14:58
|
|
|
[HDFS-3634] Add self-contained, mavenized fuse_dfs test - HDFS - [issue]
|
|
...We should have a self-contained, mavenized FUSE unit test which runs as part of the normal build and can detect problems. Of course, because FUSE is an optional build component, the un...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3634
Author: Colin Patrick McCabe,
2012-08-10, 02:37
|
|
|
[HDFS-3759] NNBench creates files with io.bytes.per.checksum = 1 - HDFS - [issue]
|
|
...For some reason, NNBench is creating files with io.bytes.per.checksum = 1. This happens during the validation phase of the test, after the map-reduce jobs have finished. It's not...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3759
Author: Colin Patrick McCabe,
2012-08-03, 21:03
|
|
|
[HDFS-3732] fuse_dfs: incorrect configuration value checked for connection expiry timer period - HDFS - [issue]
|
|
...In fuse_dfs, we check an incorrect hdfs configuration value checked for the connection expiry timer period.gTimerPeriod = FUSE_CONN_DEFAULT_TIMER_PERIOD;ret = hdfsConfGetInt(HADOOP_FUSE_CONN...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3732
Author: Colin Patrick McCabe,
2012-07-30, 23:10
|
|
|
[HDFS-3720] hdfs.h must get packaged - HDFS - [issue]
|
|
...hdfs.h should be packaged, but it currently is not. This was broken when some header files got renamed by HDFS-3537....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3720
Author: Colin Patrick McCabe,
2012-07-26, 14:03
|
|
|
[HDFS-3537] Move libhdfs and fuse-dfs source to native subdirectories - HDFS - [issue]
|
|
...Move libhdfs source files from main/native to main/native/libhdfs. Rename hdfs_read to libhdfs_test_read; rename hdfs_write to libhdfs_test_write.The rationale is that we'd like to add...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3537
Author: Colin Patrick McCabe,
2012-07-25, 07:27
|
|
|
[HDFS-3675] libhdfs: follow documented return codes - HDFS - [issue]
|
|
...libhdfs should follow its own documentation for return codes. This means always setting errno, and in most cases returning -1 (not some other value) on error....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3675
Author: Colin Patrick McCabe,
2012-07-20, 14:05
|
|
|
[HDFS-3673] libhdfs: fix some compiler warnings - HDFS - [issue]
|
|
...Fix some compiler warnings. Some of these are misuses of fprintf (forgetting the FILE* parameter), const mismatch warnings, format specifier warnings....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3673
Author: Colin Patrick McCabe,
2012-07-20, 14:05
|
|
|
|