[
https://issues.apache.org/jira/browse/HIVE-12443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15012708#comment-15012708
]
Hive QA commented on HIVE-12443:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12772846/HIVE-12443.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 9849 tests executed
*Failed tests:*
{noformat}
TestHWISessionManager - did not produce a TEST-*.xml file
TestMiniTezCliDriver-update_orig_table.q-mapreduce2.q-load_dyn_part3.q-and-12-more
- did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6070/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6070/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-6070/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12772846 - PreCommit-HIVE-TRUNK-Build
> Hive Streaming should expose encoding and serdes for testing
> ------------------------------------------------------------
>
> Key: HIVE-12443
> URL: https://issues.apache.org/jira/browse/HIVE-12443
> Project: Hive
> Issue Type: Improvement
> Components: Testing Infrastructure, Transactions
> Affects Versions: 2.0.0
> Reporter: Alan Gates
> Assignee: Alan Gates
> Attachments: HIVE-12443.patch
>
>
> Currently how records are passed into the hive streaming RecordWriter are
> converted from the inbound format to Hive format is opaque. The encoding and
> writing are done in a single call to RecordWriter.write(). This is
> problematic for test tools that want to intercept the record stream and write
> it to a benchmark in addition to Hive.
> All existing RecordWriters have an encode and getSerDe methods. I propose to
> expose these by making them public in AbstractRecordWriter, and making
> AbstractRecordWriter a public class (it is currently package private). This
> keeps the RecordWriter interface clean (stream writers will not need to
> directly call these methods) and avoids any backwards incompatible changes.
> Having AbstractRecordWriter public is also desirable for anyone who wants to
> write their own RecordWriter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)