You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on 10.2-RELEASE-p7 amd64. After replacing make with gmake and deleting erroneous FreeBSD detection I have built hadoop-lzo, but it fails test:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.hadoop.compression.lzo.TestLzopInputStream
2016-05-27 09:57:29,000 ERROR lzo.GPLNativeCodeLoader (GPLNativeCodeLoader.java:<clinit>(63)) - Could not load native gpl library
java.lang.UnsatisfiedLinkError: no gplcompression in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.hadoop.compression.lzo.GPLNativeCodeLoader.<clinit>(GPLNativeCodeLoader.java:54)
at com.hadoop.compression.lzo.TestLzopInputStream.runTest(TestLzopInputStream.java:111)
at com.hadoop.compression.lzo.TestLzopInputStream.testBigFile(TestLzopInputStream.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
2016-05-27 09:57:29,015 WARN lzo.TestLzopInputStream (TestLzopInputStream.java:runTest(112)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:29,018 WARN lzo.TestLzopInputStream (TestLzopInputStream.java:runTest(112)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:29,020 WARN lzo.TestLzopInputStream (TestLzopInputStream.java:runTest(112)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:29,021 WARN lzo.TestLzopInputStream (TestLzopInputStream.java:runTest(112)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:29,022 WARN lzo.TestLzopInputStream (TestLzopInputStream.java:runTest(112)) - Cannot run this test without the native lzo libraries
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running com.hadoop.compression.lzo.TestLzoCodec
2016-05-27 09:57:29,432 ERROR lzo.GPLNativeCodeLoader (GPLNativeCodeLoader.java:<clinit>(63)) - Could not load native gpl library
java.lang.UnsatisfiedLinkError: no gplcompression in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.hadoop.compression.lzo.GPLNativeCodeLoader.<clinit>(GPLNativeCodeLoader.java:54)
at com.hadoop.compression.lzo.LzoCodec.<clinit>(LzoCodec.java:71)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:129)
at com.hadoop.compression.lzo.TestLzoCodec.testCodecPoolReuseWithoutConf(TestLzoCodec.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
2016-05-27 09:57:29,439 ERROR lzo.LzoCodec (LzoCodec.java:<clinit>(81)) - Cannot load native-lzo without native-hadoop
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.29 sec <<< FAILURE!
testCodecPoolReuseWithoutConf(com.hadoop.compression.lzo.TestLzoCodec) Time elapsed: 0.271 sec <<< ERROR!
java.lang.RuntimeException: native-lzo library not available
at com.hadoop.compression.lzo.LzoCodec.getCompressorType(LzoCodec.java:155)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:148)
at com.hadoop.compression.lzo.TestLzoCodec.testCodecPoolReuseWithoutConf(TestLzoCodec.java:73)
testCodecPoolChangeBufferSize(com.hadoop.compression.lzo.TestLzoCodec) Time elapsed: 0 sec <<< ERROR!
java.lang.RuntimeException: native-lzo library not available
at com.hadoop.compression.lzo.LzoCodec.getCompressorType(LzoCodec.java:155)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:148)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:163)
at com.hadoop.compression.lzo.TestLzoCodec.testCodecPoolChangeBufferSize(TestLzoCodec.java:48)
testCodecPoolReinit(com.hadoop.compression.lzo.TestLzoCodec) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: native-lzo library not available
at com.hadoop.compression.lzo.LzoCodec.getCompressorType(LzoCodec.java:155)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:148)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:163)
at com.hadoop.compression.lzo.TestLzoCodec.testCodecPoolReinit(TestLzoCodec.java:22)
Running com.hadoop.compression.lzo.TestLzoRandData
2016-05-27 09:57:29,983 ERROR lzo.GPLNativeCodeLoader (GPLNativeCodeLoader.java:<clinit>(63)) - Could not load native gpl library
java.lang.UnsatisfiedLinkError: no gplcompression in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.hadoop.compression.lzo.GPLNativeCodeLoader.<clinit>(GPLNativeCodeLoader.java:54)
at com.hadoop.compression.lzo.LzoCodec.<clinit>(LzoCodec.java:71)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:129)
at com.hadoop.compression.lzo.TestLzoRandData.runTest(TestLzoRandData.java:52)
at com.hadoop.compression.lzo.TestLzoRandData.testLzoRandDataHugeChunks(TestLzoRandData.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
2016-05-27 09:57:29,990 ERROR lzo.LzoCodec (LzoCodec.java:<clinit>(81)) - Cannot load native-lzo without native-hadoop
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.32 sec <<< FAILURE!
testLzoRandDataHugeChunks(com.hadoop.compression.lzo.TestLzoRandData) Time elapsed: 0.243 sec <<< ERROR!
java.lang.RuntimeException: native-lzo library not available
at com.hadoop.compression.lzo.LzoCodec.getCompressorType(LzoCodec.java:155)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:148)
at com.hadoop.compression.lzo.LzopCodec.getCompressor(LzopCodec.java:171)
at com.hadoop.compression.lzo.LzopCodec.createOutputStream(LzopCodec.java:72)
at com.hadoop.compression.lzo.TestLzoRandData.runTest(TestLzoRandData.java:62)
at com.hadoop.compression.lzo.TestLzoRandData.testLzoRandDataHugeChunks(TestLzoRandData.java:48)
testLzoRandDataLargeChunks(com.hadoop.compression.lzo.TestLzoRandData) Time elapsed: 0.035 sec <<< ERROR!
java.lang.RuntimeException: native-lzo library not available
at com.hadoop.compression.lzo.LzoCodec.getCompressorType(LzoCodec.java:155)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:148)
at com.hadoop.compression.lzo.LzopCodec.getCompressor(LzopCodec.java:171)
at com.hadoop.compression.lzo.LzopCodec.createOutputStream(LzopCodec.java:72)
at com.hadoop.compression.lzo.TestLzoRandData.runTest(TestLzoRandData.java:62)
at com.hadoop.compression.lzo.TestLzoRandData.testLzoRandDataLargeChunks(TestLzoRandData.java:44)
testLzoRandData(com.hadoop.compression.lzo.TestLzoRandData) Time elapsed: 0.023 sec <<< ERROR!
java.lang.RuntimeException: native-lzo library not available
at com.hadoop.compression.lzo.LzoCodec.getCompressorType(LzoCodec.java:155)
at org.apache.hadoop.io.compress.CodecPool.getCompressor(CodecPool.java:148)
at com.hadoop.compression.lzo.LzopCodec.getCompressor(LzopCodec.java:171)
at com.hadoop.compression.lzo.LzopCodec.createOutputStream(LzopCodec.java:72)
at com.hadoop.compression.lzo.TestLzoRandData.runTest(TestLzoRandData.java:62)
at com.hadoop.compression.lzo.TestLzoRandData.testLzoRandData(TestLzoRandData.java:40)
Running com.hadoop.compression.lzo.TestLzopOutputStream
2016-05-27 09:57:30,941 WARN util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2016-05-27 09:57:31,306 ERROR lzo.GPLNativeCodeLoader (GPLNativeCodeLoader.java:<clinit>(63)) - Could not load native gpl library
java.lang.UnsatisfiedLinkError: no gplcompression in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.hadoop.compression.lzo.GPLNativeCodeLoader.<clinit>(GPLNativeCodeLoader.java:54)
at com.hadoop.compression.lzo.TestLzopOutputStream.runTest(TestLzopOutputStream.java:121)
at com.hadoop.compression.lzo.TestLzopOutputStream.testBigFile(TestLzopOutputStream.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
2016-05-27 09:57:31,313 WARN lzo.TestLzopOutputStream (TestLzopOutputStream.java:runTest(122)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:31,350 WARN lzo.TestLzopOutputStream (TestLzopOutputStream.java:runTest(122)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:31,382 WARN lzo.TestLzopOutputStream (TestLzopOutputStream.java:runTest(122)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:31,412 WARN lzo.TestLzopOutputStream (TestLzopOutputStream.java:runTest(122)) - Cannot run this test without the native lzo libraries
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 sec
Running com.hadoop.mapreduce.TestLzoTextInputFormat
2016-05-27 09:57:32,027 ERROR lzo.GPLNativeCodeLoader (GPLNativeCodeLoader.java:<clinit>(63)) - Could not load native gpl library
java.lang.UnsatisfiedLinkError: no gplcompression in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.hadoop.compression.lzo.GPLNativeCodeLoader.<clinit>(GPLNativeCodeLoader.java:54)
at com.hadoop.compression.lzo.LzoCodec.<clinit>(LzoCodec.java:71)
at com.hadoop.mapreduce.TestLzoTextInputFormat.<init>(TestLzoTextInputFormat.java:67)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at junit.framework.TestSuite.createTest(TestSuite.java:61)
at junit.framework.TestSuite.addTestMethod(TestSuite.java:294)
at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:150)
at junit.framework.TestSuite.<init>(TestSuite.java:129)
at org.junit.internal.runners.JUnit38ClassRunner.<init>(JUnit38ClassRunner.java:71)
at org.junit.internal.builders.JUnit3Builder.runnerForClass(JUnit3Builder.java:14)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
2016-05-27 09:57:32,042 ERROR lzo.LzoCodec (LzoCodec.java:<clinit>(81)) - Cannot load native-lzo without native-hadoop
2016-05-27 09:57:32,096 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTest(152)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,097 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTest(152)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,100 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTest(152)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,100 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTest(152)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,110 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,110 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,111 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,111 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,113 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,113 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,114 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
2016-05-27 09:57:32,114 WARN mapreduce.TestLzoTextInputFormat (TestLzoTextInputFormat.java:runTestIgnoreNonLzo(293)) - Cannot run this test without the native lzo libraries
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 sec
Results :
Tests in error:
TestLzoCodec.testCodecPoolReuseWithoutConf:73 ? Runtime native-lzo library not...
TestLzoCodec.testCodecPoolChangeBufferSize:48 ? Runtime native-lzo library not...
TestLzoCodec.testCodecPoolReinit:22 ? Runtime native-lzo library not available
TestLzoRandData.testLzoRandDataHugeChunks:48->runTest:62 ? Runtime native-lzo ...
TestLzoRandData.testLzoRandDataLargeChunks:44->runTest:62 ? Runtime native-lzo...
TestLzoRandData.testLzoRandData:40->runTest:62 ? Runtime native-lzo library no...
Tests run: 20, Failures: 0, Errors: 6, Skipped: 0
The text was updated successfully, but these errors were encountered:
I'm on 10.2-RELEASE-p7 amd64. After replacing make with gmake and deleting erroneous FreeBSD detection I have built hadoop-lzo, but it fails test:
The text was updated successfully, but these errors were encountered: