Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.3.3
-
None
Description
I am trying to build the hive-exec jar from github source ([https://github.com/apache/hive/tree/rel/release-2.3.3)
]
mvn clean install -T 4 -q -Pitests
I am not skipping the tests, and I run into these:
Tests in error: TestTxnCommands2.testNonAcidToAcidConversion02:413->runStatementOnDriver:1838 Runtime TestTxnCommands2WithSplitUpdate>TestTxnCommands2.testNonAcidToAcidConversion02:413->TestTxnCommands2.runStatementOnDriver:1838 » Runtime TestTxnCommands2WithSplitUpdateAndVectorization>TestTxnCommands2.testNonAcidToAcidConversion02:413->TestTxnCommands2.runStatementOnDriver:1838 » Runtime
Appreciate inputs on why this could be happening and if it is safe to ignore this?