[ https://issues.apache.org/jira/browse/HIVE-20165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544219#comment-16544219 ]
Hive QA commented on HIVE-20165: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12931623/HIVE-20165.2.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 14602 tests executed *Failed tests:* {noformat} TestBeeLineHistory - did not produce a TEST-*.xml file (likely timed out) (batchId=198) TestBeelineArgParsing - did not produce a TEST-*.xml file (likely timed out) (batchId=198) TestHiveSchemaTool - did not produce a TEST-*.xml file (likely timed out) (batchId=198) TestIncrementalRows - did not produce a TEST-*.xml file (likely timed out) (batchId=198) TestShutdownHook - did not produce a TEST-*.xml file (likely timed out) (batchId=198) TestTableOutputFormat - did not produce a TEST-*.xml file (likely timed out) (batchId=198) org.apache.hadoop.hive.ql.exec.tez.TestDynamicPartitionPruner.testSingleSourceMultipleFiltersOrdering1 (batchId=304) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/12608/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12608/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12608/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12931623 - PreCommit-HIVE-Build > Enable ZLIB for streaming ingest > -------------------------------- > > Key: HIVE-20165 > URL: https://issues.apache.org/jira/browse/HIVE-20165 > Project: Hive > Issue Type: Bug > Components: Streaming, Transactions > Affects Versions: 4.0.0, 3.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Major > Attachments: HIVE-20165.1.patch, HIVE-20165.2.patch > > > Per [~gopalv]'s recommendation tried running streaming ingest with and > without zlib. Following are the numbers > > *Compression: NONE* > Total rows committed: 93800000 > Throughput: *1563333* rows/second > $ hdfs dfs -du -s -h /apps/hive/warehouse/prasanth.db/culvert > *14.1 G* /apps/hive/warehouse/prasanth.db/culvert > > *Compression: ZLIB* > Total rows committed: 92100000 > Throughput: *1535000* rows/second > $ hdfs dfs -du -s -h /apps/hive/warehouse/prasanth.db/culvert > *7.4 G* /apps/hive/warehouse/prasanth.db/culvert > > ZLIB is getting us 2x compression and only 2% lesser throughput. We should > enable ZLIB by default for streaming ingest. -- This message was sent by Atlassian JIRA (v7.6.3#76005)