Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 44 (0.066s).
Loading phrases to help you
refine your search...
[HADOOP-8747] Syntax error on cmake version 2.6 patch 2 in JNIFlags.cmake - Hadoop - [issue]
...On SUSE Linux Enterprise Server 11 SP1, "cmake version 2.6 patch 2" is installed.It seems to have trouble parsing this "if" statement in JNIFlags.cmake:IF((NOT JAVA_JVM_LIBRARY) OR (NOT JAVA...
http://issues.apache.org/jira/browse/HADOOP-8747    Author: Colin Patrick McCabe, 2012-08-30, 00:42
[HADOOP-8742] Support compiling the native build with a different javac than the one under JAVA_HOME - Hadoop - [issue]
...Maven supports compiling software with a different javac than the one under the current JAVA_HOME.  See http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-diff...
http://issues.apache.org/jira/browse/HADOOP-8742    Author: Colin Patrick McCabe, 2012-08-28, 20:26
[HADOOP-8686] Fix warnings in native code - Hadoop - [issue]
...Fix warnings about const-correctness, improper conversion between pointers of different sizes, implicit declaration of sync_file_range, variables being used with uninitialized values, and so...
http://issues.apache.org/jira/browse/HADOOP-8686    Author: Colin Patrick McCabe, 2012-08-22, 00:55
[HADOOP-8291] jenkins: include support for binary patches - Hadoop - [issue]
...git, as well as the latest version of the GNU patch program, include support for generating binary diffs.  These are diffs between binary files.If we added support for binary diffs to J...
http://issues.apache.org/jira/browse/HADOOP-8291    Author: Colin Patrick McCabe, 2012-08-09, 15:36
[HADOOP-8480] The native build should honor -DskipTests - Hadoop - [issue]
...Currently, the native build does not honor -DskipTests.  The native unit tests will be run even when you specify:mvn compile -Pnative -DskipTests -X -eThis seems inconsistent; shouldn't...
http://issues.apache.org/jira/browse/HADOOP-8480    Author: Colin Patrick McCabe, 2012-08-02, 14:04
[HADOOP-8368] Use CMake rather than autotools to build native code - Hadoop - [issue]
...It would be good to use cmake rather than autotools to build the native (C/C++) code in Hadoop.Rationale:1. automake depends on shell scripts, which often have problems running on different ...
http://issues.apache.org/jira/browse/HADOOP-8368    Author: Colin Patrick McCabe, 2012-08-01, 18:13
[HADOOP-8600] libhdfs: fix some compiler warnings - Hadoop - [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/HADOOP-8600    Author: Colin Patrick McCabe, 2012-07-16, 21:20
[HADOOP-8499] Lower min.user.id to 500 for the tests - Hadoop - [issue]
...On Linux platforms where user IDs start at 500 rather than 1000, the build currently is broken.  This includes CentOS, RHEL, Fedora, SuSE, and probably most other Linux platforms.  ...
http://issues.apache.org/jira/browse/HADOOP-8499    Author: Colin Patrick McCabe, 2012-07-14, 14:04
[HADOOP-8585] Fix initialization circularity between UserGroupInformation and HadoopConfiguration - Hadoop - [issue]
...Fix findbugs warning about initialization circularity between UserGroupInformation and UserGroupInformation#HadoopConfiguration.From the findbugs text:Initialization circularity between org....
http://issues.apache.org/jira/browse/HADOOP-8585    Author: Colin Patrick McCabe, 2012-07-14, 00:04
[HADOOP-8584] test-patch.sh should not immediately exit when no tests are added or modified - Hadoop - [issue]
...test-patch.sh should not immediately exit when no tests are added or modified.Although it's good to note whether or not a patch introduces or modifies tests, it's not good to abort the Jenki...
http://issues.apache.org/jira/browse/HADOOP-8584    Author: Colin Patrick McCabe, 2012-07-11, 14:03
Sort:
project
HDFS (128)
Hadoop (44)
MapReduce (5)
Zookeeper (3)
type
issue (44)
date
last 7 days (0)
last 30 days (2)
last 90 days (4)
last 6 months (8)
last 9 months (44)
author
Harsh J (1379)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
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