<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: ATS hbase does not seem to start in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235164#M196984</link>
    <description>&lt;P&gt;This did not make any difference. I still get this critical alert:&lt;/P&gt;&lt;P&gt;The HBase application reported a 'STARTED' state.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 02:03:52 GMT</pubDate>
    <dc:creator>massoudm</dc:creator>
    <dc:date>2019-01-11T02:03:52Z</dc:date>
    <item>
      <title>ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235155#M196975</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I installed a new (not an update) HDP 3.0.1 and seem to have many issues with the timeline server.&lt;/P&gt;&lt;P&gt;1) The first weird thing is that the Yarn tab in ambari keeps showing this error:&lt;/P&gt;&lt;PRE&gt;ATSv2 HBase Application The HBase application reported a 'STARTED' state. Check took 2.125s&lt;/PRE&gt;&lt;P&gt;2) The second issue seems to be with oozie. Running a job, it starts but stalls with the following log repeated hundreds of times&lt;/P&gt;&lt;PRE&gt;2018-11-01 11:15:37,842 INFO [Thread-82] org.apache.hadoop.yarn.event.AsyncDispatcher: Waiting for AsyncDispatcher to drain. Thread state is :WAITING
&lt;/PRE&gt;&lt;P&gt;Then with:&lt;/P&gt;&lt;PRE&gt;2018-11-01 11:15:37,888 ERROR [Job ATS Event Dispatcher] org.apache.hadoop.mapreduce.jobhistory.JobHistoryEventHandler: Exception while publishing configs on JOB_SUBMITTED Event  for the job : job_1541066376053_0066
org.apache.hadoop.yarn.exceptions.YarnException: Failed while publishing entity
	at org.apache.hadoop.yarn.client.api.impl.TimelineV2ClientImpl$TimelineEntityDispatcher.dispatchEntities(TimelineV2ClientImpl.java:548)
	at org.apache.hadoop.yarn.client.api.impl.TimelineV2ClientImpl.putEntities(TimelineV2ClientImpl.java:149)
	at org.apache.hadoop.mapreduce.jobhistory.JobHistoryEventHandler.publishConfigsOnJobSubmittedEvent(JobHistoryEventHandler.java:1254)
	at org.apache.hadoop.mapreduce.jobhistory.JobHistoryEventHandler.processEventForNewTimelineService(JobHistoryEventHandler.java:1414)
	at org.apache.hadoop.mapreduce.jobhistory.JobHistoryEventHandler.handleTimelineEvent(JobHistoryEventHandler.java:742)
	at org.apache.hadoop.mapreduce.jobhistory.JobHistoryEventHandler.access$1200(JobHistoryEventHandler.java:93)
	at org.apache.hadoop.mapreduce.jobhistory.JobHistoryEventHandler$ForwardingEventHandler.handle(JobHistoryEventHandler.java:1795)
	at org.apache.hadoop.mapreduce.jobhistory.JobHistoryEventHandler$ForwardingEventHandler.handle(JobHistoryEventHandler.java:1791)
	at org.apache.hadoop.yarn.event.AsyncDispatcher.dispatch(AsyncDispatcher.java:197)
	at org.apache.hadoop.yarn.event.AsyncDispatcher$1.run(AsyncDispatcher.java:126)
	at java.lang.Thread.run(Thread.java:745)
Caused by: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketTimeoutException: Read timed out&lt;/PRE&gt;&lt;P&gt;3) In hadoop-yarn-&lt;STRONG&gt;timelineserver&lt;/STRONG&gt;-${hostname}.log &lt;/P&gt;&lt;P&gt;I see, repeated many times:&lt;/P&gt;&lt;PRE&gt;2018-11-01 11:32:47,715 WARN timeline.EntityGroupFSTimelineStore (LogInfo.java:doParse(208)) - Error putting entity: dag_1541066376053_0144_2 (TEZ_DAG_ID): 6&lt;/PRE&gt;&lt;P&gt;4) In hadoop-yarn-&lt;STRONG&gt;timelinereader&lt;/STRONG&gt;-${hostname}.log&lt;/P&gt;&lt;P&gt;I see, repeated many times:&lt;/P&gt;&lt;PRE&gt;Thu Nov 01 11:34:10 CET 2018, RpcRetryingCaller{globalStartTime=1541068444076, pause=1000, maxAttempts=4}, java.net.ConnectException: Call to /192.168.x.x:17020 failed on connection exception: org.apache.hbase.thirdparty.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /192.168.x.x:17020
        at org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithRetries(RpcRetryingCallerImpl.java:145)
        at org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:80)
        ... 3 more
Caused by: java.net.ConnectException: Call to /192.168.x.x:17020 failed on connection exception: org.apache.hbase.thirdparty.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /192.168.x.x:17020
        at org.apache.hadoop.hbase.ipc.IPCUtil.wrapException(IPCUtil.java:165)&lt;/PRE&gt;&lt;P&gt;and indeed, there is nothing listening to port 17020 on 192.168.x.x.&lt;/P&gt;&lt;P&gt;5) I cannot find on any server a process named ats-hbase, this might be the reason for everything else.&lt;/P&gt;&lt;P&gt;The queue set is just yarn_hbase_system_service_queue_name=default, which has no limit which would prevent Hbase to start.&lt;/P&gt;&lt;P&gt;I am sure that something is very wrong here, and any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:57:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235155#M196975</guid>
      <dc:creator>guillaume_roger</dc:creator>
      <dc:date>2018-11-01T17:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235156#M196976</link>
      <description>&lt;P&gt;I see the same Ambari alert "The HBase application reported a 'STARTED' state". &lt;/P&gt;&lt;P&gt;Why dose Ambari alert on "STARTED" state?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 02:41:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235156#M196976</guid>
      <dc:creator>massoudm</dc:creator>
      <dc:date>2018-11-13T02:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235157#M196977</link>
      <description>&lt;P&gt;Eventually, after a restart of everything (not only the services seen as requiring a restart) it went OK.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 14:55:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235157#M196977</guid>
      <dc:creator>guillaume_roger</dc:creator>
      <dc:date>2018-11-13T14:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235158#M196978</link>
      <description>&lt;P&gt;Same problem here. "The HBase application reported a 'STARTED' state". Still there after restarting the cluster. Should we care about it?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 10:12:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235158#M196978</guid>
      <dc:creator>juan_jorda</dc:creator>
      <dc:date>2018-11-16T10:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235159#M196979</link>
      <description>&lt;P&gt;same thing here ,even after restart everything the "The HBase application reported a 'STARTED' state" is there.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 05:40:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235159#M196979</guid>
      <dc:creator>dblive</dc:creator>
      <dc:date>2019-01-08T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235161#M196981</link>
      <description>&lt;P&gt;hi Geoffrey, I tried by the problem still there .though it's not a big problem for my yarn application .&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 08:36:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235161#M196981</guid>
      <dc:creator>dblive</dc:creator>
      <dc:date>2019-01-08T08:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235162#M196982</link>
      <description>&lt;P&gt;It worked for me eventually after cleaning up *everything*:&lt;/P&gt;&lt;P&gt;- destroying the app and cleaning hdfs as explained there: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/data-operating-system/content/remove_ats_hbase_before_switching_between_clusters.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/data-operating-system/content/remove_ats_hbase_before_switching_between_clusters.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- cleaning zookeeper:&lt;/P&gt;&lt;PRE&gt;zookeeper-client rmr /atsv2-hbase-unsecure&lt;/PRE&gt;&lt;P&gt;and finally restarting *all* yarn services from ambari should did the trick.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 16:50:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235162#M196982</guid>
      <dc:creator>guillaume_roger</dc:creator>
      <dc:date>2019-01-10T16:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235163#M196983</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/13690/guillaumeroger.html"&gt;@Guillaume Roger&lt;/A&gt; Thanks for providing a solution. Is this safe to do on a running cluster? Will it cause any loss of data?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 01:21:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235163#M196983</guid>
      <dc:creator>massoudm</dc:creator>
      <dc:date>2019-01-11T01:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235164#M196984</link>
      <description>&lt;P&gt;This did not make any difference. I still get this critical alert:&lt;/P&gt;&lt;P&gt;The HBase application reported a 'STARTED' state.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 02:03:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235164#M196984</guid>
      <dc:creator>massoudm</dc:creator>
      <dc:date>2019-01-11T02:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235165#M196985</link>
      <description>&lt;P&gt;You will lose some job history, but nothing else and certainly no data, so it should not be an issue.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:24:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235165#M196985</guid>
      <dc:creator>guillaume_roger</dc:creator>
      <dc:date>2019-01-11T13:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235166#M196986</link>
      <description>&lt;P&gt;In addition to these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;restart ambari server (we had one instance where it looked like the application was OK but the alert was cached and keep being displayed),&lt;/LI&gt;&lt;LI&gt;check your yarn logs. If there is not enough memory for yarn, the service will not be able to start.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:26:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235166#M196986</guid>
      <dc:creator>guillaume_roger</dc:creator>
      <dc:date>2019-01-11T13:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235167#M196987</link>
      <description>&lt;P&gt;Let me clarify, Yarn service does start and everything seems to be working, but this critical alert keeps appearing in the Ambari UI.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 02:26:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235167#M196987</guid>
      <dc:creator>massoudm</dc:creator>
      <dc:date>2019-01-12T02:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235168#M196988</link>
      <description>&lt;P&gt;my final solution is install hbase and my the real base as storage for both ats and ambari metrics .error cleared&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 03:11:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235168#M196988</guid>
      <dc:creator>dblive</dc:creator>
      <dc:date>2019-01-12T03:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235169#M196989</link>
      <description>&lt;P&gt;Thanks, based on your feedback, I followed instruction on &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.1.0/data-operating-system/content/configure_hbase_for_timeline_service_2.0.html"&gt;this page&lt;/A&gt; to use main hbase service and alert is gone.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 06:44:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/235169#M196989</guid>
      <dc:creator>massoudm</dc:creator>
      <dc:date>2019-01-12T06:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/286355#M212390</link>
      <description>&lt;P&gt;Thanks&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/62253"&gt;@guillaume_roger&lt;/a&gt;&amp;nbsp; &amp;nbsp;, That worked for me&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 01:35:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/286355#M212390</guid>
      <dc:creator>Viraj_Wannige</dc:creator>
      <dc:date>2019-12-26T01:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: ATS hbase does not seem to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/297818#M218855</link>
      <description>&lt;P&gt;Excuse me, how did you solve it？&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 01:20:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ATS-hbase-does-not-seem-to-start/m-p/297818#M218855</guid>
      <dc:creator>inspur</dc:creator>
      <dc:date>2020-06-11T01:20:09Z</dc:date>
    </item>
  </channel>
</rss>

