[
https://issues.apache.org/jira/browse/HIVE-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481886#comment-14481886
]
Hive QA commented on HIVE-10223:
--------------------------------
{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/12723410/HIVE-10223.1.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 8700 tests executed
*Failed tests:*
{noformat}
TestMinimrCliDriver-smb_mapjoin_8.q - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_groupby3_map
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3296/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3296/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3296/
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: 12723410 - PreCommit-HIVE-TRUNK-Build
> Consolidate several redundant FileSystem API calls.
> ---------------------------------------------------
>
> Key: HIVE-10223
> URL: https://issues.apache.org/jira/browse/HIVE-10223
> Project: Hive
> Issue Type: Improvement
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Attachments: HIVE-10223.1.patch
>
>
> This issue proposes to consolidate several Hive calls to the Hadoop Common
> {{FileSystem}} API into a fewer number of calls that still accomplish the
> equivalent work. {{FileSystem}} API calls typically translate into RPCs to
> other services like the HDFS NameNode or alternative file system
> implementations. Consolidating RPCs will lower latency a bit for Hive code
> and reduce some load on these external services.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)