| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
44 (0.138s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HADOOP-7803] The first put to a non-existing current directory doesn't work correctly - Hadoop - [issue]
|
|
...Steps to reproduce: Format the dfs. Start it. Put a file without specifying the destination.$ hadoop fs -lsls: `.': No such file or directory$ hadoop fs -put /etc/passwd$ hadoop fs -lsFound ...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-7803
Author: Kihwal Lee,
2013-05-23, 19:31
|
|
|
[HADOOP-9563] Fix incompatibility introduced by HADOOP-9523 - Hadoop - [issue]
|
|
...HADOOP-9523 changed the output format of the platform name util, so hbase won't start unless platform name is specifically set.We could add a command line option to output in the new extende...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-9563
Author: Kihwal Lee,
2013-05-16, 07:12
|
|
|
[HADOOP-9549] WebHdfsFileSystem hangs on close() - Hadoop - [issue]
|
|
...When close() is called via fs shoutdown hook, the synchronized method, removeRenewAction() hangs. This is because DelegationTokenRenewer calls DelayQueue.take() inside a synchronized block. ...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-9549
Author: Kihwal Lee,
2013-05-11, 15:06
|
|
|
[HADOOP-8611] Allow fall-back to the shell-based implementation when JNI-based users-group mapping fails - Hadoop - [issue]
|
|
...When the JNI-based users-group mapping is enabled, the process/command will fail if the native library, libhadoop.so, cannot be found. This mostly happens at client-side where users may use ...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8611
Author: Kihwal Lee,
2013-05-06, 04:30
|
|
|
Re: How to test patch - Hadoop - [mail # dev]
|
|
...Amit, The branch-1 test-patch works fine on my Fedora 17 box. The only difference is that I have Forrest v.0.8. Kihwal On 4/29/13 4:20 PM, "Amit Sela" wrote: ...
|
|
|
Author: Kihwal Lee,
2013-04-30, 21:00
|
|
|
[HADOOP-8240] Allow users to specify a checksum type on create() - Hadoop - [issue]
|
|
...Per discussion in HADOOP-8060, a way for users to specify a checksum type on create() is needed. The way FileSystem cache works makes it impossible to use dfs.checksum.type to achieve this. ...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8240
Author: Kihwal Lee,
2013-04-25, 15:00
|
|
|
[HADOOP-9476] Some test cases in TestUserGroupInformation fail if ran after testSetLoginUser. - Hadoop - [issue]
|
|
...HADOOP-9352 added a new test case testSetLoginUser. If it runs prior to other test cases, some of them fail....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-9476
Author: Kihwal Lee,
2013-04-22, 22:52
|
|
|
[HADOOP-9436] NetgroupCache does not refresh membership correctly - Hadoop - [issue]
|
|
...NetgroupCache is used to get around the problem of inability to obtain a single user-to-groups mapping from netgroup. For example, the ACL code pre-populates this cache, so that any user-gro...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-9436
Author: Kihwal Lee,
2013-03-29, 16:55
|
|
|
[HADOOP-9136] Support per-server IPC configuration - Hadoop - [issue]
|
|
...Currently different IPC servers in Hadoop use the same config variables names starting with "ipc.server". This makes it difficult and confusing to maintain configuration for different IPC se...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-9136
Author: Kihwal Lee,
2013-02-27, 05:27
|
|
|
[HADOOP-8932] JNI-based user-group mapping modules can be too chatty on lookup failures - Hadoop - [issue]
|
|
...On a user/group lookup failure, JniBasedUnixGroupsMapping and JniBasedUnixGroupsNetgroupMapping are logging thefull stack trace at WARN level. Since the caller of these methods is alre...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8932
Author: Kihwal Lee,
2013-02-06, 17:05
|
|
|
|