Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 44 (0.12s).
Loading phrases to help you
refine your search...
[HADOOP-9439] JniBasedUnixGroupsMapping: fix some crash bugs - Hadoop - [issue]
...JniBasedUnixGroupsMapping has some issues. sometimes on error paths variables are freed prior to being initialized re-allocate buffers less frequently (can reuse the same buffer for multiple...
http://issues.apache.org/jira/browse/HADOOP-9439    Author: Colin Patrick McCabe, 2013-05-15, 20:18
[HADOOP-9485] No default value in the code for hadoop.rpc.socket.factory.class.default - Hadoop - [issue]
...In core-default.xml, hadoop.rpc.socket.factory.class.default defaults to org.apache.hadoop.net.StandardSocketFactory.  However, in CommonConfigurationKeysPublic.java, there is no defaul...
http://issues.apache.org/jira/browse/HADOOP-9485    Author: Colin Patrick McCabe, 2013-05-11, 15:06
[HADOOP-9318] when exiting on a signal, print the signal name first - Hadoop - [issue]
...On UNIX, it would be nice to know when a Hadoop daemon had exited on a signal.  For example, if a daemon exited because the system administrator sent SIGTERM (i.e. killall java), it wou...
http://issues.apache.org/jira/browse/HADOOP-9318    Author: Colin Patrick McCabe, 2013-03-16, 14:05
[HADOOP-8569] CMakeLists.txt: define _GNU_SOURCE and _LARGEFILE_SOURCE - Hadoop - [issue]
...In the native code, we should define _GNU_SOURCE and _LARGEFILE_SOURCE so that all of the functions on Linux are available._LARGEFILE enables fseeko and ftello; _GNU_SOURCE enables a variety...
http://issues.apache.org/jira/browse/HADOOP-8569    Author: Colin Patrick McCabe, 2013-02-26, 14:04
[HADOOP-9329] document native build dependencies in BUILDING.txt - Hadoop - [issue]
...BUILDING.txt describes -Pnative, but it does not specify what native libraries are needed for the build.  We should address this....
http://issues.apache.org/jira/browse/HADOOP-9329    Author: Colin Patrick McCabe, 2013-02-22, 23:17
[HADOOP-8756] Fix SEGV when libsnappy is in java.library.path but not LD_LIBRARY_PATH - Hadoop - [issue]
...We use System.loadLibrary("snappy") from the Java side.  However in libhadoop, we use dlopen to open libsnappy.so dynamically.  System.loadLibrary uses java.library.path to resolve...
http://issues.apache.org/jira/browse/HADOOP-8756    Author: Colin Patrick McCabe, 2013-02-14, 21:20
[HADOOP-9286] documentation in NativeLibraries.apt.vm is out of date for branch-2 and later - Hadoop - [issue]
...The documentation for the native libraries in branch-2 and later is out of date.  It refers to building with ant and autotools, which we no longer do in these branches (we use Maven and...
http://issues.apache.org/jira/browse/HADOOP-9286    Author: Colin Patrick McCabe, 2013-02-06, 05:35
[HADOOP-9135] JniBasedUnixGroupsMappingWithFallback should log at debug rather than info during fallback - Hadoop - [issue]
...JniBasedUnixGroupsMappingWithFallback should log at debug rather than info during fallback.  Otherwise, every time an HDFS client does something (like DFSShell), the message about fallb...
http://issues.apache.org/jira/browse/HADOOP-9135    Author: Colin Patrick McCabe, 2012-12-13, 14:26
[HADOOP-9042] Add a test for umask in FileSystemContractBaseTest - Hadoop - [issue]
...Add a unit test to make sure umask is working correctly in FileSystemContractBaseTest....
http://issues.apache.org/jira/browse/HADOOP-9042    Author: Colin Patrick McCabe, 2012-11-21, 13:21
[HADOOP-8887] Use a Maven plugin to build the native code using CMake - Hadoop - [issue]
...Currently, we build the native code using ant-build invocations.  Although this works, it has some limitations: compiler warning messages are hidden, which can cause people to check in ...
http://issues.apache.org/jira/browse/HADOOP-8887    Author: Colin Patrick McCabe, 2012-11-17, 01:06
Sort:
project
HDFS (128)
Hadoop (44)
MapReduce (5)
Zookeeper (3)
type
issue (44)
date
last 7 days (1)
last 30 days (2)
last 90 days (5)
last 6 months (8)
last 9 months (44)
author
Harsh J (1373)
Steve Loughran (930)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (574)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Colin Patrick McCabe