Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Adding support to the float kind aggregator.
Use LLAP as test Driver to reduce execution time of tests from about 2 hours to 15 min:
Although this patches unveiling an issue with timezone, maybe it is fixed by [~jcamachorodriguez] upcoming set of patches.
Before
[INFO] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ hive-it-qfile --- [INFO] Compiling 21 source files to /Users/sbouguerra/Hdev/hive/itests/qtest/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ hive-it-qfile --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hive.cli.TestMiniDruidCliDriver [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6,654.117 s - in org.apache.hadoop.hive.cli.TestMiniDruidCliDriver [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:51 h [INFO] Finished at: 2018-05-04T12:43:19-07:00 [INFO] ------------------------------------------------------------------------
After
INFO] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ hive-it-qfile --- [INFO] Compiling 22 source files to /Users/sbouguerra/Hdev/hive/itests/qtest/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ hive-it-qfile --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hive.cli.TestMiniDruidCliDriver [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 907.167 s - in org.apache.hadoop.hive.cli.TestMiniDruidCliDriver [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:31 min [INFO] Finished at: 2018-05-04T13:15:11-07:00 [INFO] ------------------------------------------------------------------------
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-19443 Issue with Druid timestamp with timezone handling
- Resolved
- links to