[
https://issues.apache.org/jira/browse/HIVE-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14065403#comment-14065403
]
Hive QA commented on HIVE-7433:
-------------------------------
{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/12656217/HIVE-7433.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 5740 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_optimization
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_temp_table
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_tez_join_hash
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/835/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/835/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-835/
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12656217
> ColumnMappins.ColumnMapping should expose public accessors for its fields
> -------------------------------------------------------------------------
>
> Key: HIVE-7433
> URL: https://issues.apache.org/jira/browse/HIVE-7433
> Project: Hive
> Issue Type: Bug
> Components: HBase Handler
> Affects Versions: 0.14.0
> Reporter: Andrew Mains
> Priority: Trivial
> Fix For: 0.14.0
>
> Attachments: HIVE-7433.patch
>
>
> The changes from https://issues.apache.org/jira/browse/HIVE-6411 allow users
> to write their own HBaseKeyFactory implementations in order to customize the
> serialization and predicate pushdown for composite HBase row keys.
> AbstractHBaseKeyFactory allows users to use the hive-hbase column mapping
> information through a protected ColumnMappings.ColumnMapping keyMapping
> member.
> However, ColumnMappings.ColumnMapping exposes no public members (everything
> is package private org.apache.hadoop.hive.hbase), meaning that custom
> HBaseKeyFactory implementations created outside of the package can't access
> the any attributes of the class.
> ColumnMappings.ColumnMapping should expose public getter methods for its
> attributes.
--
This message was sent by Atlassian JIRA
(v6.2#6252)