|
This patch includes changes for this issue as well as:
http://issues.apache.org/jira/browse/HADOOP-4169 rename for hadoop QA to pick it up.
resolved conflict for the commit for CREATE FUNCTION .
> ant -Dforrest.home=/XXX/forrest -Djava5.home=/usr/local/jdk1.5.0_07 -Dfindbugs.home=/XXX/findbugs -Dpatch.file=/home/zshao/
... [exec] +1 @author. The patch does not contain any @author tags. [exec] +1 tests included. The patch appears to include 700 new or modified tests. [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] ====================================================================== BUILD SUCCESSFUL Committed. svn version: 697291.
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12390545/HADOOP-4205.3.patch against trunk revision 697241. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 700 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 core tests. The patch passed core unit tests. -1 contrib tests. The patch failed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3335/testReport/ This message is automatically generated. Integrated in Hadoop-trunk #611 (See http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/611/
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
List of files added:
A src/java/org/apache/hadoop/hive/ql/io/HiveKey.java
List of classes removed (15 classes + 2 tests):
D src/test/org/apache/hadoop/hive/ql/exec/TestCompositeHiveObject.java
D src/test/org/apache/hadoop/hive/ql/exec/TestWritables.java
D src/java/org/apache/hadoop/hive/ql/exec/PrimitiveHiveObject.java
D src/java/org/apache/hadoop/hive/ql/exec/NullHiveObject.java
D src/java/org/apache/hadoop/hive/ql/exec/HiveObject.java
D src/java/org/apache/hadoop/hive/ql/exec/TableHiveObject.java
D src/java/org/apache/hadoop/hive/ql/exec/CompositeHiveObject.java
D src/java/org/apache/hadoop/hive/ql/exec/LabeledCompositeHiveObject.java
D src/java/org/apache/hadoop/hive/ql/io/NaiiveJSONSerializer.java
D src/java/org/apache/hadoop/hive/ql/io/WritableComparableHiveObject.java
D src/java/org/apache/hadoop/hive/ql/io/NoTagHiveObjectComparator.java
D src/java/org/apache/hadoop/hive/ql/io/NaiiveSerializer.java
D src/java/org/apache/hadoop/hive/ql/io/NoTagWritableHiveObject.java
D src/java/org/apache/hadoop/hive/ql/io/HiveObjectComparator.java
D src/java/org/apache/hadoop/hive/ql/io/NoTagWritableComparableHiveObject.java
D src/java/org/apache/hadoop/hive/ql/io/HiveObjectSerializer.java
D src/java/org/apache/hadoop/hive/ql/io/WritableHiveObject.java
However the map/reduce boundary part is not optimized. I will optimize that together with DynamicSerDe.