| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
44 (0.07s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HADOOP-8901] GZip and Snappy support may not work without unversioned libraries - Hadoop - [issue]
|
|
...Currently, we use dlopen to open libz.so and libsnappy.so, to get Gzip and Snappy support, respectively.However, this is not correct; we should be dlopening libsnappy.so.1 instead. The...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8901
Author: Colin Patrick McCabe,
2012-10-23, 18:23
|
|
|
[HADOOP-8488] test-patch.sh gives +1 even if the native build fails. - Hadoop - [issue]
|
|
...It seems that Jenkins doesn't fail the build if the native part of the build doesn't succeed. This should be fixed!...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8488
Author: Colin Patrick McCabe,
2012-10-16, 17:48
|
|
|
[HADOOP-8620] Add -Drequire.fuse and -Drequire.snappy - Hadoop - [issue]
|
|
...We have some optional build components which don't get built if they are not installed on the build machine. One of those components is fuse_dfs. Another is the snappy support in...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8620
Author: Colin Patrick McCabe,
2012-10-11, 18:45
|
|
|
[HADOOP-8450] Remove src/test/system - Hadoop - [issue]
|
|
...runAs is a binary in the hadoop-common project. It seems to allow you to run a hadoop daemon as another user. However, it requires setuid privileges in order to do this. Do we st...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8450
Author: Colin Patrick McCabe,
2012-10-11, 18:45
|
|
|
[HADOOP-8737] cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h - Hadoop - [issue]
|
|
...We should always use the libjvm.so, jni.h, and jni_md.h under JAVA_HOME, rather than trying to look for them in system paths. Since we compile with Maven, we know that we'll have a val...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8737
Author: Colin Patrick McCabe,
2012-09-25, 00:26
|
|
|
[HADOOP-8806] libhadoop.so: dlopen should be better at locating libsnappy.so, etc. - Hadoop - [issue]
|
|
...libhadoop calls dlopen to load libsnappy.so and libz.so. These libraries can be bundled in the $HADOOP_ROOT/lib/native directory. For example, the -Dbundle.snappy build option co...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8806
Author: Colin Patrick McCabe,
2012-09-18, 14:59
|
|
|
[HADOOP-8768] TestDistCp is @ignored - Hadoop - [issue]
|
|
...We should fix TestDistCp so that it actually runs, rather than being ignored.@ignorepublic class TestDistCp { private static final Log LOG = LogFactory.getLog(TestDistCp.class);&n...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8768
Author: Colin Patrick McCabe,
2012-09-13, 18:19
|
|
|
[HADOOP-8242] AbstractDelegationTokenIdentifier: add getter methods for owner and realuser - Hadoop - [issue]
|
|
...AbstractDelegationTokenIdentifier: add getter methods for owner and realuser. This is needed for another change in HDFS....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8242
Author: Colin Patrick McCabe,
2012-09-07, 22:01
|
|
|
[HADOOP-8614] IOUtils#skipFully hangs forever on EOF - Hadoop - [issue]
|
|
...IOUtils#skipFully contains this code:public static void skipFully(InputStream in, long len) throws IOException { while (len > 0) { long ret = in...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8614
Author: Colin Patrick McCabe,
2012-09-07, 22:01
|
|
|
[HADOOP-8648] libhadoop: native CRC32 validation crashes when io.bytes.per.checksum=1 - Hadoop - [issue]
|
|
...The native CRC32 code, found in pipelined_crc32c, crashes when chunksize is set to 1.12:27:14,886 INFO NativeCodeLoader:50 - Loaded the native-hadoop library## A fatal error has been d...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8648
Author: Colin Patrick McCabe,
2012-09-06, 14:40
|
|
|
|