[ 
https://issues.apache.org/jira/browse/HIVE-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490497#comment-14490497
 ] 

Siddharth Seth commented on HIVE-10012:
---------------------------------------

Glanced over. Mostly looks good to me. This removes some of the log messages 
when a host is selected for locality, which may be useful for debugging.
Also there's a check for local addresses which needs to be added back to the 
FixedRegistryImpl.
{code}
inetAddress = InetAddress.getByName(host);
          if (NetUtils.isLocalAddress(inetAddress)) {
{code}
Required to match the hostname reported by a daemon and the one used by the 
scheduler.

> LLAP: Hive sessions run before Slider registers to YARN registry fail to 
> launch
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-10012
>                 URL: https://issues.apache.org/jira/browse/HIVE-10012
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: llap
>            Reporter: Gopal V
>            Assignee: Gopal V
>             Fix For: llap
>
>         Attachments: HIVE-10012.1.patch, HIVE-10012.wip1.patch
>
>
> The LLAP YARN registry only registers entries after at least one daemon is up.
> Any Tez session starting before that will end up with an error listing 
> zookeeper directories.
> {code}
> 2015-03-18 16:54:21,392 FATAL [main] app.DAGAppMaster: Error starting 
> DAGAppMaster
> org.apache.hadoop.service.ServiceStateException: 
> org.apache.hadoop.fs.PathNotFoundException: 
> `/users/sershe/services/org-apache-hive/llap0/components/workers':
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to