[
https://issues.apache.org/jira/browse/HIVE-19969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522241#comment-16522241
]
Hive QA commented on HIVE-19969:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12929019/HIVE-19969.2.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14603 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/12096/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12096/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12096/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12929019 - PreCommit-HIVE-Build
> Dependency order (dirlist) assessment fails in yetus run
> --------------------------------------------------------
>
> Key: HIVE-19969
> URL: https://issues.apache.org/jira/browse/HIVE-19969
> Project: Hive
> Issue Type: Bug
> Reporter: Adam Szita
> Assignee: Adam Szita
> Priority: Major
> Attachments: HIVE-19969.0.patch, HIVE-19969.1.patch,
> HIVE-19969.2.patch
>
>
> As seen here, the dirlist step of yetus fails to determine order of modules
> to be built. It silently falls back to alphabetical order which may or may
> not work depending on the patch.
> {code:java}
> Thu Jun 21 02:43:04 UTC 2018
> cd /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958
> mvn -q exec:exec -Dexec.executable=pwd -Dexec.args=''
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/storage-api
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/upgrade-acid
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/classification
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/shims/common
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/shims/0.23
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/shims/scheduler
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/shims/aggregator
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/common
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/service-rpc
> /data/hiveptest/working/yetus_PreCommit-HIVE-Build-11958/serde
> Usage: java [-options] class [args...]
> (to execute a class)
> or java [-options] -jar jarfile [args...]
> (to execute a jar file)
> where options include:{code}
> The problem is in standalone-metastore module: maven plugin 'exec' has a
> global config set {{executable=java}} disregarding the dirlist task's
> {{-Dexec.executable=pwd}} and causing the above error.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)