| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
131 (0.126s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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
|
|
|
[HDFS-3606] libhdfs: create self-contained unit test - HDFS - [issue]
|
|
...We should have a self-contained unit test for libhdfs and also for FUSE.We do have hdfs_test, but it is not self-contained (it requires a cluster to already be running before it can be used....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3606
Author: Colin Patrick McCabe,
2012-07-19, 18:50
|
|
|
[HDFS-3676] handleSaslConnection failure doesn't try to renew the correct UGI - HDFS - [issue]
|
|
...Client.java has this code:private synchronized void handleSaslConnectionFailure( final int currRetries, final int maxRetries, final Exception ex, ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3676
Author: Colin Patrick McCabe,
2012-07-19, 18:27
|
|
|
[HDFS-3681] libhdfs: implement direct-reads optimization for hdfsPread - HDFS - [issue]
|
|
...In libhdfs, we should implement the direct reads optimization for pread as well as read....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3681
Author: Colin Patrick McCabe,
2012-07-19, 06:49
|
|
|
[HDFS-3674] Add method(s) which could test for the presence of an HDFS filesystem without authentication - HDFS - [issue]
|
|
...It would be nice to have a method or methods in the HDFS client that could test for the presence of an HDFS filesystem without requiring authentication. For example, in fuse_dfs, there...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3674
Author: Colin Patrick McCabe,
2012-07-18, 13:11
|
|
|
[HDFS-3609] libhdfs: don't force the URI to look like hdfs://hostname:port - HDFS - [issue]
|
|
...Currently, libhdfs forces the URI to look like hdfs://<hostname>:port.For configurations like HA or federation this is not ideal....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3609
Author: Colin Patrick McCabe,
2012-07-14, 14:04
|
|
|
[HDFS-3539] libhdfs code cleanups - HDFS - [issue]
|
|
...Fix some compiler warnings, improperly exposed private data types, and extraneous includes in libhdfs....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3539
Author: Colin Patrick McCabe,
2012-07-14, 14:04
|
|
|
[HDFS-3492] fix some misuses of InputStream#skip - HDFS - [issue]
|
|
...It seems that we have a few cases where programmers are calling InputStream#skip and not handling "short skips." Unfortunately, the skip method is documented and implemented so that it...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3492
Author: Colin Patrick McCabe,
2012-07-14, 14:04
|
|
|
|