You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "KWON BYUNGCHANG (JIRA)" <ji...@apache.org> on 2017/07/04 05:40:00 UTC

[jira] [Created] (HIVE-17016) ATSHook does not check yarn.timeline-service.enabled

KWON BYUNGCHANG created HIVE-17016:
--------------------------------------

             Summary: ATSHook does not check yarn.timeline-service.enabled
                 Key: HIVE-17016
                 URL: https://issues.apache.org/jira/browse/HIVE-17016
             Project: Hive
          Issue Type: Bug
            Reporter: KWON BYUNGCHANG
            Priority: Minor


timeline enabled flag check with in the TimelineCliemtImpl removed at YARN-2375
but ATSHook does not check timeline enabled.

in the cluster that does not use timeline,
hive cli and hiveserver2 emit timeline retry log. 

{code}

2017-07-04 13:31:07,835 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 23 more time(s).
Message: java.net.ConnectException: Connection refused
2017-07-04 13:31:08,842 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 22 more time(s).
Message: java.net.ConnectException: Connection refused
2017-07-04 13:31:09,851 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 21 more time(s).
Message: java.net.ConnectException: Connection refused
2017-07-04 13:31:10,858 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 20 more time(s).
Message: java.net.ConnectException: Connection refused
2017-07-04 13:31:11,865 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 19 more time(s).
Message: java.net.ConnectException: Connection refused
2017-07-04 13:31:12,870 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 18 more time(s).
Message: java.net.ConnectException: Connection refused
2017-07-04 13:31:13,872 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 17 more time(s).
Message: java.net.ConnectException: Connection refused
2017-07-04 13:31:14,877 INFO  [ATS Logger 0]: impl.TimelineClientImpl (TimelineClientImpl.java:logException(213)) - Exception caught by TimelineClientConnectionRetry, will try 16 more time(s).
Message: java.net.ConnectException: Connection refused
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)