[ https://issues.apache.org/jira/browse/HIVE-9049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14238940#comment-14238940 ]
Hive QA commented on HIVE-9049: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12685922/HIVE-9049.1.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6699 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx_cbo_1 {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2002/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2002/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2002/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12685922 - PreCommit-HIVE-TRUNK-Build > Metastore should use TCompactProtocol as opposed to TBinaryProtocol > ------------------------------------------------------------------- > > Key: HIVE-9049 > URL: https://issues.apache.org/jira/browse/HIVE-9049 > Project: Hive > Issue Type: Improvement > Affects Versions: 0.15.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Minor > Attachments: HIVE-9049.1.patch > > > Hive metastore server/client uses TBinaryProtocol. Although binary protocol > is better than simple text/json protocol it is not as effective as > TCompactProtocol. TCompactProtocol is typically more efficient in terms of > space and processing (CPU). As seen from this benchmark TCompactProtocol is > better in almost all aspect when compared to TBinaryProtocol > https://code.google.com/p/thrift-protobuf-compare/wiki/BenchmarkingV2 -- This message was sent by Atlassian JIRA (v6.3.4#6332)