You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/06/09 08:52:52 UTC

Build failed in Jenkins: Phoenix | Master | Hadoop1 #251

See <https://builds.apache.org/job/Phoenix-master-hadoop1/251/changes>

Changes:

[jtaylor] PHOENIX-1028 Prevent declaration of non PK columns as NOT NULL (Ravi)

------------------------------------------
[...truncated 521 lines...]
testKeyProjectionWithDecimalValue(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.034 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

testKeyFilterWithDoubleValue(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.032 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

testNonKeyFilterWithDoubleValue(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.035 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

testNonKeyFilterWithIntegerValue(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.035 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

testDateFilterWithoutPattern(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.037 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

testNonKeyProjectionWithDecimalValue(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.033 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

testNonKeyFilterWithPatternParam(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.034 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

testKeyFilterWithIntegerValue(org.apache.phoenix.end2end.ToNumberFunctionIT)  Time elapsed: 0.031 sec  <<< ERROR!
java.sql.SQLException: ERROR 517 (42895): Invalid not null constraint on non primary key column columnName=B_STRING
	at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:310)
	at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:133)
	at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:948)
	at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:422)
	at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:183)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:246)
	at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:237)
	at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:54)
	at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:236)
	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:952)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:636)
	at org.apache.phoenix.query.BaseTest.createTestTable(BaseTest.java:610)
	at org.apache.phoenix.end2end.ToNumberFunctionIT.initTable(ToNumberFunctionIT.java:93)

Running org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
Tests run: 152, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 857.405 sec <<< FAILURE! - in org.apache.phoenix.end2end.GroupByIT
testSplitWithCachedMeta[](org.apache.phoenix.end2end.GroupByIT)  Time elapsed: 33.225 sec  <<< FAILURE!
java.lang.AssertionError: Values should be different. Actual: 7
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failEquals(Assert.java:185)
	at org.junit.Assert.assertNotEquals(Assert.java:161)
	at org.junit.Assert.assertNotEquals(Assert.java:198)
	at org.junit.Assert.assertNotEquals(Assert.java:209)
	at org.apache.phoenix.end2end.QueryIT.testSplitWithCachedMeta(QueryIT.java:892)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeLazy(JUnitCoreWrapper.java:94)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:58)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Build timed out (after 120 minutes). Marking the build as failed.
Build was aborted
Archiving artifacts
Sending artifact delta relative to Phoenix | Master | Hadoop1 #250
ERROR: Failed to archive {phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DerivedTableIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DerivedTableIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.LikeExpressionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.txt, build.txt=build.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.txt, phoenix-flume/target/failsafe-reports/failsafe-summary.xml=phoenix-flume/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryCompilerTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ValueBitSetTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.ValueBitSetTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeySchemaTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeySchemaTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.SpoolingResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.SpoolingResultIteratorTest.xml, phoenix-flume/target/phoenix-flume-5.0.0-SNAPSHOT-sources.jar=phoenix-flume/target/phoenix-flume-5.0.0-SNAPSHOT-sources.jar, phoenix-pig/target/phoenix-pig-5.0.0-SNAPSHOT.jar=phoenix-pig/target/phoenix-pig-5.0.0-SNAPSHOT.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest.txt, bin/hbase-site.xml=bin/hbase-site.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ValueBitSetTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.ValueBitSetTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SortOrderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SortOrderTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PropertiesUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PropertiesUtilTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryMetaDataTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryMetaDataTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.StringUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.StringUtilTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ColumnExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.ColumnExpressionTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IsNullIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IsNullIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.txt, phoenix-flume/target/phoenix-flume-5.0.0-SNAPSHOT-tests.jar=phoenix-flume/target/phoenix-flume-5.0.0-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TopNIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.TopNIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.Base62EncoderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.Base62EncoderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ColumnExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.ColumnExpressionTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.DateUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.DateUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.QueryUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.QueryUtilTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestFamilyOnlyFilter.xml, phoenix-core/target/surefire/surefirebooter9202029747061730986.jar=phoenix-core/target/surefire/surefirebooter9202029747061730986.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereOptimizerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereOptimizerTest.xml, phoenix-assembly/target/phoenix-5.0.0-SNAPSHOT-client-minimal.jar=phoenix-assembly/target/phoenix-5.0.0-SNAPSHOT-client-minimal.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToNumberFunctionIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ToNumberFunctionIT.xml, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.MergeSortResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.MergeSortResultIteratorTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.StringToArrayConverterTest.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryCompilerTest.xml, phoenix-assembly/target/phoenix-5.0.0-SNAPSHOT-client.jar=phoenix-assembly/target/phoenix-5.0.0-SNAPSHOT-client.jar, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.RegexEventSerializerIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.RegexEventSerializerIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CoerceExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.CoerceExpressionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PDataTypeForArraysTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PDataTypeForArraysTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PDataTypeForArraysTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PDataTypeForArraysTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.memory.MemoryManagerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.memory.MemoryManagerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest-output.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GroupByIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.GroupByIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixRuntimeTest.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultParallelIteratorsRegionSplitterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultParallelIteratorsRegionSplitterIT.txt, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest.xml, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT.txt, phoenix-hadoop1-compat/target/phoenix-hadoop1-compat-5.0.0-SNAPSHOT-sources.jar=phoenix-hadoop1-compat/target/phoenix-hadoop1-compat-5.0.0-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeyValueAccessorTest.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.PhoenixPigConfigurationTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.PhoenixPigConfigurationTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkLoadToolTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvBulkLoadToolTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ByteUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ByteUtilTest.xml, phoenix-core/target/phoenix-core-5.0.0-SNAPSHOT-tests.jar=phoenix-core/target/phoenix-core-5.0.0-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.util.TestIndexManagementUtil-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ColumnInfoTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ColumnInfoTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestCachingHTableFactory.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestCachingHTableFactory.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.AggregateResultScannerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.TenantSpecificViewIndexCompileTest-output.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionlessUpsertTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.ConnectionlessUpsertTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.RowKeySchemaTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QueryUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.QueryUtilTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.ConcatResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.ConcatResultIteratorTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PDataTypeTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PDataTypeTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SortOrderExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.SortOrderExpressionTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestLocalTableState.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestLocalTableState.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SchemaUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SchemaUtilTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixEmbeddedDriverTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsManagerIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsManagerIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.KeyOnlyIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.KeyOnlyIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.HBaseFactoryProviderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.HBaseFactoryProviderTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.memory.MemoryManagerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsManagerIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StatsManagerIT.txt, phoenix-core/target/failsafe-reports/null-output.txt=phoenix-core/target/failsafe-reports/null-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.util.TestIndexManagementUtil.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CoerceExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.CoerceExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT.txt, phoenix-flume/target/failsafe-reports/null-output.txt=phoenix-flume/target/failsafe-reports/null-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryMetaDataTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.StringUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.StringUtilTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkLoadToolTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkLoadToolTest-output.txt, bin/readme.txt=bin/readme.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.MetaDataUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.MetaDataUtilTest.txt, phoenix-hadoop1-compat/target/phoenix-hadoop1-compat-5.0.0-SNAPSHOT.jar=phoenix-hadoop1-compat/target/phoenix-hadoop1-compat-5.0.0-SNAPSHOT.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.MetaDataUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.MetaDataUtilTest.xml, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterIntersectTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterIntersectTest.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseStorerIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipRangeParallelIteratorRegionSplitterIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipRangeParallelIteratorRegionSplitterIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExtendedQueryExecIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ExtendedQueryExecIT.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertValuesIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertValuesIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ColumnInfoTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ColumnInfoTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SortOrderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.SortOrderTest.xml, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.TableSchemaParserFunctionTest.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest.txt, phoenix-hadoop-compat/target/phoenix-hadoop-compat-5.0.0-SNAPSHOT-sources.jar=phoenix-hadoop-compat/target/phoenix-hadoop-compat-5.0.0-SNAPSHOT-sources.jar, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseStorerIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseStorerIT.xml, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixPigConfigurationIT-output.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixPigConfigurationIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestApplyAndFilterDeletesFilter.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterIntersectTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterIntersectTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.jdbc.PhoenixDriverTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SelectStatementRewriterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.SelectStatementRewriterTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestWALRecoveryCaching.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec.xml, phoenix-flume/target/phoenix-flume-5.0.0-SNAPSHOT.jar=phoenix-flume/target/phoenix-flume-5.0.0-SNAPSHOT.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestCachingHTableFactory.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestCachingHTableFactory.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleIndexWriter-output.txt, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.parse.QueryParserTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.parse.QueryParserTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.QueryOptimizerTest.txt, phoenix-assembly/target/phoenix-5.0.0-SNAPSHOT-client-without-hbase.jar=phoenix-assembly/target/phoenix-5.0.0-SNAPSHOT-client-without-hbase.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ViewCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ViewCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkLoadToolTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkLoadToolTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipRangeParallelIteratorRegionSplitterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SkipRangeParallelIteratorRegionSplitterIT.xml, phoenix-protocol/README.txt=phoenix-protocol/README.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestCachingHTableFactory-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestCachingHTableFactory-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.JoinQueryCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.JoinQueryCompilerTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.QueryDatabaseMetaDataIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolManager-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PDataTypeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PDataTypeTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.UpsertValuesIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LikeExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.LikeExpressionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter-output.txt, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereOptimizerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixRuntimeTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixRuntimeTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.ConcatResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.ConcatResultIteratorTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.DateUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.DateUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ScanRangesTest.txt, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest.xml, phoenix-core/target/phoenix-core-5.0.0-SNAPSHOT-sources.jar=phoenix-core/target/phoenix-core-5.0.0-SNAPSHOT-sources.jar, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StddevIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StddevIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleIndexWriter.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.update.TestIndexUpdateManager.xml, phoenix-hadoop-compat/target/phoenix-hadoop-compat-5.0.0-SNAPSHOT.jar=phoenix-hadoop-compat/target/phoenix-hadoop-compat-5.0.0-SNAPSHOT.jar, phoenix-pig/target/phoenix-pig-5.0.0-SNAPSHOT-sources.jar=phoenix-pig/target/phoenix-pig-5.0.0-SNAPSHOT-sources.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.arithmetic.ArithmeticOperationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.arithmetic.ArithmeticOperationTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PMetaDataImplTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.PMetaDataImplTest.xml, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixHBaseLoaderIT.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DefaultParallelIteratorsRegionSplitterIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DefaultParallelIteratorsRegionSplitterIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.WhereCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.WhereCompilerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.StringToArrayConverterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.StringToArrayConverterTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.MergeSortResultIteratorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.MergeSortResultIteratorTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.index.IndexMaintainerTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.Base62EncoderTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.Base62EncoderTest.txt, phoenix-hadoop1-compat/target/phoenix-hadoop1-compat-5.0.0-SNAPSHOT-tests.jar=phoenix-hadoop1-compat/target/phoenix-hadoop1-compat-5.0.0-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ExtendedQueryExecIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredIndexSpecifierBuilder.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TenantSpecificTablesDDLIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.LikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.LikeExpressionTest.txt, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixPigConfigurationIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixPigConfigurationIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ByteUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ByteUtilTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.KeyOnlyIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestIndexWriter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestIndexWriter.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.recovery.TestPerRegionIndexWriteCache-output.txt, phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.PhoenixSinkIT.xml=phoenix-flume/target/failsafe-reports/TEST-org.apache.phoenix.flume.PhoenixSinkIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.filter.SkipScanFilterTest.xml, phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseLoaderIT.xml=phoenix-pig/target/failsafe-reports/TEST-org.apache.phoenix.pig.PhoenixHBaseLoaderIT.xml, phoenix-core/target/surefire/surefirebooter3841756649166654307.jar=phoenix-core/target/surefire/surefirebooter3841756649166654307.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.SpoolingResultIteratorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.iterate.SpoolingResultIteratorTest.txt, phoenix-pig/target/failsafe-reports/null-output.txt=phoenix-pig/target/failsafe-reports/null-output.txt, phoenix-pig/target/phoenix-pig-5.0.0-SNAPSHOT-tests.jar=phoenix-pig/target/phoenix-pig-5.0.0-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.expression.LikeExpressionTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.StddevIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.QueryParserTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.parse.QueryParserTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.HavingCompilerTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SortOrderExpressionTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.expression.SortOrderExpressionTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.mapreduce.CsvBulkImportUtilTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestCoveredColumns.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.TestCoveredColumns.xml, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.ColumnInfoToStringEncoderDecoderTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.util.ColumnInfoToStringEncoderDecoderTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessUpsertTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.query.ConnectionlessUpsertTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.ScanRangesTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixDriverTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.jdbc.PhoenixDriverTest.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest-output.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.ViewCompilerTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeyValueAccessorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.schema.RowKeyValueAccessorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.mapreduce.CsvToKeyValueMapperTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.AggregateResultScannerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.iterate.AggregateResultScannerTest.xml, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatsManagerIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.StatsManagerIT.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.StatementHintsCompilationTest-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipRangeParallelIteratorRegionSplitterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SkipRangeParallelIteratorRegionSplitterIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.data.TestIndexMemStore-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DerivedTableIT-output.txt, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.RegexEventSerializerIT-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.LimitCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.LimitCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestCoveredColumns.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestCoveredColumns.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SchemaUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.SchemaUtilTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.IndexMaintainerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.index.IndexMaintainerTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.SequenceIT-output.txt, phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.PhoenixPigConfigurationTest.xml=phoenix-pig/target/surefire-reports/TEST-org.apache.phoenix.pig.PhoenixPigConfigurationTest.xml, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultParallelIteratorsRegionSplitterIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DefaultParallelIteratorsRegionSplitterIT-output.txt, phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixPigConfigurationIT.txt=phoenix-pig/target/failsafe-reports/org.apache.phoenix.pig.PhoenixPigConfigurationIT.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.GroupByIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PropertiesUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PropertiesUtilTest.txt, phoenix-core/target/surefire/surefirebooter5587839539587519979.jar=phoenix-core/target/surefire/surefirebooter5587839539587519979.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.example.TestCoveredColumnIndexCodec-output.txt, phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT-output.txt=phoenix-flume/target/failsafe-reports/org.apache.phoenix.flume.PhoenixSinkIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.IsNullIT.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PMetaDataImplTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.schema.PMetaDataImplTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.example.TestColumnTracker.xml, phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.ColumnInfoToStringEncoderDecoderTest.txt=phoenix-pig/target/surefire-reports/org.apache.phoenix.pig.util.ColumnInfoToStringEncoderDecoderTest.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState.txt, phoenix-pig/target/failsafe-reports/failsafe-summary.xml=phoenix-pig/target/failsafe-reports/failsafe-summary.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.write.TestIndexWriter-output.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.StatementHintsCompilationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.StatementHintsCompilationTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ScanUtilTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.ScanUtilTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryOptimizerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.QueryOptimizerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.util.ScanUtilTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.ScanUtilTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.ToNumberFunctionIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixContextExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.PhoenixContextExecutorTest.txt, phoenix-core/target/phoenix-core-5.0.0-SNAPSHOT.jar=phoenix-core/target/phoenix-core-5.0.0-SNAPSHOT.jar, phoenix-assembly/target/phoenix-assembly-5.0.0-SNAPSHOT-tests.jar=phoenix-assembly/target/phoenix-assembly-5.0.0-SNAPSHOT-tests.jar, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.TopNIT.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.HBaseFactoryProviderTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.query.HBaseFactoryProviderTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixContextExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.PhoenixContextExecutorTest.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.HavingCompilerTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.compile.HavingCompilerTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.filter.SkipScanFilterTest.txt, phoenix-core/target/surefire/surefirebooter514485046148141703.jar=phoenix-core/target/surefire/surefirebooter514485046148141703.jar, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.CsvUpsertExecutorTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.util.csv.CsvUpsertExecutorTest.xml, bin/log4j.properties=bin/log4j.properties, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.LimitCompilerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT.txt, target/phoenix-5.0.0-SNAPSHOT-tests.jar=target/phoenix-5.0.0-SNAPSHOT-tests.jar, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.JoinQueryCompilerTest.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.DynamicColumnIT-output.txt, phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT-output.txt=phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.util.csv.CsvUpsertExecutorTest.txt, phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicColumnIT.xml=phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DynamicColumnIT.xml, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.arithmetic.ArithmeticOperationTest.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.arithmetic.ArithmeticOperationTest.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.parallel.TestThreadPoolBuilder.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.covered.filter.TestNewerTimestampFilter.xml, phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState-output.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.hbase.index.covered.TestLocalTableState-output.txt, phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest.txt=phoenix-core/target/surefire-reports/org.apache.phoenix.compile.SelectStatementRewriterTest.txt, phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.xml=phoenix-core/target/surefire-reports/TEST-org.apache.phoenix.hbase.index.write.TestParalleWriterIndexCommitter.xml, phoenix-hadoop-compat/target/phoenix-hadoop-compat-5.0.0-SNAPSHOT-tests.jar=phoenix-hadoop-compat/target/phoenix-hadoop-compat-5.0.0-SNAPSHOT-tests.jar} due to internal error; falling back to full archiving
java.lang.IllegalStateException: checksum mismatch after transfer (3616444600944703021 vs. 153216091); /x1/jenkins/jenkins-home/jobs/Phoenix-master-hadoop1/builds/2014-06-09_04-51-16/archive/phoenix-core/target/failsafe-reports/org.apache.phoenix.end2end.CaseStatementIT-output.txt may be corrupted
	at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:45)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:134)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:67)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:725)
	at hudson.model.Run.execute(Run.java:1701)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
ERROR: Failed to archive artifacts: **/surefire-reports/*,**/failsafe-reports/*.xml,**/*.txt,**/*.jar,**/bin/*.sh,**/bin/*.sh,**/bin/*.xml,**/bin/*.properties
java.io.IOException: java.util.concurrent.ExecutionException: hudson.os.PosixException: native error calling stat: No such file or directory <https://builds.apache.org/job/Phoenix-master-hadoop1/251/artifact/phoenix-core/target/surefire/surefirebooter9202029747061730986.jar> ENOENT
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2017)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:70)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:725)
	at hudson.model.Run.execute(Run.java:1701)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.util.concurrent.ExecutionException: hudson.os.PosixException: native error calling stat: No such file or directory <https://builds.apache.org/job/Phoenix-master-hadoop1/251/artifact/phoenix-core/target/surefire/surefirebooter9202029747061730986.jar> ENOENT
	at hudson.remoting.Channel$3.adapt(Channel.java:755)
	at hudson.remoting.Channel$3.adapt(Channel.java:750)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2015)
	... 12 more
Caused by: hudson.os.PosixException: native error calling stat: No such file or directory <https://builds.apache.org/job/Phoenix-master-hadoop1/251/artifact/phoenix-core/target/surefire/surefirebooter9202029747061730986.jar> ENOENT
	at hudson.os.PosixAPI$1.error(PosixAPI.java:35)
	at jnr.posix.LinuxPOSIX.stat(LinuxPOSIX.java:117)
	at jnr.posix.CheckedPOSIX.stat(CheckedPOSIX.java:265)
	at jnr.posix.LazyPOSIX.stat(LazyPOSIX.java:267)
	at hudson.util.IOUtils.mode(IOUtils.java:128)
	at hudson.util.io.TarArchiver.visit(TarArchiver.java:101)
	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2541)
	at hudson.FilePath.writeToTar(FilePath.java:2053)
	at hudson.FilePath.access$1000(FilePath.java:172)
	at hudson.FilePath$41.invoke(FilePath.java:1994)
	at hudson.FilePath$41.invoke(FilePath.java:1990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2462)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Updating PHOENIX-1028
Recording test results

Jenkins build is back to normal : Phoenix | Master | Hadoop1 #252

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Phoenix-master-hadoop1/252/changes>