[
https://issues.apache.org/jira/browse/PHOENIX-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334735#comment-17334735
]
ASF GitHub Bot commented on PHOENIX-6351:
-----------------------------------------
richardantal opened a new pull request #1214:
URL: https://github.com/apache/phoenix/pull/1214
…ails on pseudodistributed cluster
Change-Id: Id6c2382a6bac888c65900e8f0327d07c8a9e6fd0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> PhoenixMRJobUtil getActiveResourceManagerAddress logic fails on
> pseudodistributed cluster
> -----------------------------------------------------------------------------------------
>
> Key: PHOENIX-6351
> URL: https://issues.apache.org/jira/browse/PHOENIX-6351
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Reporter: Istvan Toth
> Priority: Minor
>
> In
> org.apache.phoenix.util.PhoenixMRJobUtil.getActiveResourceManagerAddress(Configuration,
> String)
> We first check if YarnConfiguration.DEFAULT_RM_WEBAPP_ADDRESS is changed from
> the default, and if it isn't, we try to get the HA RM from ZK.
> This fails with the default config on a pseudo-distributed cluster.
> We should probably try to get the HA RM first, and fall back to
> YarnConfiguration.RM_WEBAPP_ADDRESS if that one is not available.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)