[
https://issues.apache.org/jira/browse/HIVE-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924736#comment-13924736
]
Hive QA commented on HIVE-6572:
-------------------------------
{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/12633249/HIVE-6572.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5373 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_infer_bucket_sort_merge
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
{noformat}
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1654/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1654/console
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: 12633249
> Use shimmed version of hadoop conf names for mapred.{min,max}.split.size{.*}
> ----------------------------------------------------------------------------
>
> Key: HIVE-6572
> URL: https://issues.apache.org/jira/browse/HIVE-6572
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.13.0, 0.14.0
> Reporter: Sushanth Sowmyan
> Assignee: Sushanth Sowmyan
> Attachments: HIVE-6572.patch
>
>
> HadoopShims has a method to fetch config parameters by name so that they
> return the appropriate config param name for the appropriate hadoop version.
> We need to be consistent about using these versions.
> For eg:. mapred.min.split.size is deprecated with hadoop 2.x, and is instead
> called mapreduce.input.fileinputformat.split.minsize .
> Also, there is a bug in Hadoop23Shims, Hadoop20SShims and Hadoop20Shims that
> defines MAPREDMINSPLITSIZEPERNODE as mapred.min.split.size.per.rack and
> MAPREDMINSPLITSIZEPERRACK as mapred.min.split.size.per.node. This is wrong
> and confusing.
--
This message was sent by Atlassian JIRA
(v6.2#6252)