[
https://issues.apache.org/jira/browse/HADOOP-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hong Tang updated HADOOP-3315:
------------------------------
Status: Patch Available (was: Open)
The failed test case is due to the missing of native library. I believe it is
caused by the missing -Dcompile.native=true in the "ant jar" command.
The audit warning is caused by the changed findBugs exclusion xml file.
Following are the output of "ant test-patch" and "ant run-test-core" commands
(excerpt):
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 43 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 Eclipse classpath. The patch retains Eclipse classpath
integrity.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.
% ant run-test-core "-Dtest.include=TestTFile*"
run-test-core:
[delete] Deleting directory
/export/crawlspace/tmp/htang/hadoop/build/test/data
[mkdir] Created dir: /export/crawlspace/tmp/htang/hadoop/build/test/data
[delete] Deleting directory
/export/crawlspace/tmp/htang/hadoop/build/test/logs
[mkdir] Created dir: /export/crawlspace/tmp/htang/hadoop/build/test/logs
[junit] Running org.apache.hadoop.io.file.tfile.TestTFile
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.321 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileByteArrays
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 3.692 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileComparators
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.407 sec
[junit] Running
org.apache.hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 3.621 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileLzoCodecsStreams
[junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.09 sec
[junit] Running
org.apache.hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1.704 sec
[junit] Running
org.apache.hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1.764 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileNoneCodecsStreams
[junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2.03 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileSeek
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.186 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileSeqFileComparison
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.562 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileSplit
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.163 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileStreams
[junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2.038 sec
[junit] Running org.apache.hadoop.io.file.tfile.TestTFileUnsortedByteArrays
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.591 sec
checkfailure:
BUILD SUCCESSFUL
Total time: 46 seconds
> New binary file format
> ----------------------
>
> Key: HADOOP-3315
> URL: https://issues.apache.org/jira/browse/HADOOP-3315
> Project: Hadoop Core
> Issue Type: New Feature
> Components: io
> Reporter: Owen O'Malley
> Assignee: Hong Tang
> Fix For: 0.21.0
>
> Attachments: hadoop-3315-0507.patch, hadoop-3315-0509-2.patch,
> hadoop-3315-0509.patch, hadoop-3315-0513.patch, hadoop-3315-0514.patch,
> hadoop-3315-0601.patch, hadoop-3315-0602.patch, hadoop-3315-0605.patch,
> hadoop-3315-0612.patch,
> HADOOP-3315_20080908_TFILE_PREVIEW_WITH_LZO_TESTS.patch,
> HADOOP-3315_20080915_TFILE.patch, hadoop-trunk-tfile.patch,
> hadoop-trunk-tfile.patch, TFile Specification 20081217.pdf
>
>
> SequenceFile's block compression format is too complex and requires 4 codecs
> to compress or decompress. It would be good to have a file format that only
> needs
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.