[
https://issues.apache.org/jira/browse/HIVE-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14346789#comment-14346789
]
Hive QA commented on HIVE-9848:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12702363/HIVE-9848.1.patch
{color:green}SUCCESS:{color} +1 7589 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2940/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2940/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2940/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12702363 - PreCommit-HIVE-TRUNK-Build
> readlink -f is GNU coreutils only (used in bin/hive)
> ----------------------------------------------------
>
> Key: HIVE-9848
> URL: https://issues.apache.org/jira/browse/HIVE-9848
> Project: Hive
> Issue Type: Bug
> Components: Clients
> Affects Versions: 1.2.0
> Reporter: Gopal V
> Assignee: Gopal V
> Priority: Trivial
> Attachments: HIVE-9848.1.patch
>
>
> {code}
> bin=`dirname "$0"`
> # many hadoop installs are in dir/{spark,hive,hadoop,..}
> sparkHome=$(readlink -f $bin/../../spark)
> {code}
> uses -f which means {{canonicalize}} in GNU coreutils and {{format}} in BSD
> coreutils.
> This needs a wrap-around {{test -e}} to prevent invocation against
> non-existent spark installs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)