[
https://issues.apache.org/jira/browse/HIVE-17787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16207570#comment-16207570
]
Marta Kuczora commented on HIVE-17787:
--------------------------------------
Thanks a lot [~pvary] for committing the patch.
> Apply more filters on the BeeLine test output files (follow-up on HIVE-17569)
> -----------------------------------------------------------------------------
>
> Key: HIVE-17787
> URL: https://issues.apache.org/jira/browse/HIVE-17787
> Project: Hive
> Issue Type: Improvement
> Components: Testing Infrastructure
> Affects Versions: 3.0.0
> Reporter: Marta Kuczora
> Assignee: Marta Kuczora
> Priority: Minor
> Fix For: 3.0.0
>
> Attachments: HIVE-17787.1.patch, HIVE-17787.2.patch
>
>
> When running the q tests with BeeLine, some known differences came up which
> should be filtered out if the "test.beeline.compare.portable" parameter is
> set to true.
> The result of the following commands can be different when running them via
> BeeLine then in the golden out file:
> - DESCRIBE
> - SHOW TABLES
> - SHOW FORMATTED TABLES
> - SHOW DATABASES TABLES
> Also the join warnings and the mapreduce jobtracker address can be different
> so it would make sense to filter them out.
> For example:
> {noformat}
> Warning: Map Join MAPJOIN[13][bigTable=?] in task 'Stage-3:MAPRED' is a cross
> product
> Warning: MASKED is a cross product
> {noformat}
> {noformat}
> mapreduce.jobtracker.address=local
> mapreduce.jobtracker.address=MASKED
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)