<?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: App Timeline server duplicated (sort of) after failed move in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135615#M98273</link>
    <description>&lt;P&gt;#curl -u admin:&amp;lt;&amp;gt; -k -H "X-Requested-By: ambari" -X DELETE &lt;A href="https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER" target="_blank"&gt;https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER&lt;/A&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;  "status" : 500,&lt;/P&gt;&lt;P&gt;  "message" : "org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Host Component cannot be removed, clusterName=ROGERGPFS, serviceName=YARN, componentName=APP_TIMELINE_SERVER, hostname=cg-hm09.ncsa.illinois.edu, request={ clusterName=ROGERGPFS, serviceName=YARN, componentName=APP_TIMELINE_SERVER, hostname=cg-hm09.ncsa.illinois.edu, desiredState=null, state=null, desiredStackId=null, staleConfig=null, adminState=null}"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2017 02:35:04 GMT</pubDate>
    <dc:creator>hoyenga</dc:creator>
    <dc:date>2017-01-21T02:35:04Z</dc:date>
    <item>
      <title>App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135609#M98267</link>
      <description>&lt;P&gt;I'm running ambari 2.1.0.  I tried to move the App Timeline Server (ATS) and the process failed (for various reasons).&lt;/P&gt;&lt;P&gt;I was able to bring ambari back up, but now it seems to think it has two ATS masters.  In order to get things operational, I've put one of them (the one I was trying to move the service to) in maintenance mode and started the original one.  Now I have a permanent alert on the first host that it failed to connect to the ATS on the second host.&lt;/P&gt;&lt;P&gt;From the dashboard, YARN appears to be up/operational but I'm not sure if it is or not.&lt;/P&gt;&lt;P&gt;Any suggestions on how I might be able to untangle this?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 23:09:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135609#M98267</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-18T23:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135610#M98268</link>
      <description>&lt;P&gt;Hi Wayne.&lt;/P&gt;&lt;P&gt;What's the output of /api/v1/clusters/&amp;lt;cluster_name&amp;gt;/host_components?HostRoles/component_name=APP_TIMELINE_SERVER&lt;/P&gt;&lt;P&gt;Do you see two ATS instances in the output?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 08:20:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135610#M98268</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-20T08:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135611#M98269</link>
      <description>&lt;P&gt;I cannot seem to find that command.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 23:04:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135611#M98269</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-20T23:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135612#M98270</link>
      <description>&lt;P&gt;However, I might have gotten what you want in a different manner:&lt;/P&gt;&lt;P&gt;[root@cg-hm08 ~]# curl -i -uadmin:&amp;lt;&amp;gt; -k -H "X-Requested-By: ambari" -d '{"HostRoles": { "state": "STARTED"}}' -X GET 'https://localhost:8443/api/v1/clusters/ROGERGPFS/host_components?HostRoles/component_name=APP_TIMELINE_SERVER'&lt;/P&gt;&lt;P&gt;HTTP/1.1 200 OK&lt;/P&gt;&lt;P&gt;User: admin&lt;/P&gt;&lt;P&gt;Set-Cookie: AMBARISESSIONID=1jmupkh1wyuoo8n3d84vc8zsc;Path=/;Secure;HttpOnly&lt;/P&gt;&lt;P&gt;Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;/P&gt;&lt;P&gt;Content-Type: text/plain&lt;/P&gt;&lt;P&gt;Vary: Accept-Encoding, User-Agent&lt;/P&gt;&lt;P&gt;Content-Length: 1028&lt;/P&gt;&lt;P&gt;Server: Jetty(8.1.17.v20150415)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;  "href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/host_components?HostRoles/component_name=APP_TIMELINE_SERVER",&lt;/P&gt;&lt;P&gt;  "items" : [&lt;/P&gt;&lt;P&gt;    {&lt;/P&gt;&lt;P&gt;      "href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER",&lt;/P&gt;&lt;P&gt;      "HostRoles" : {&lt;/P&gt;&lt;P&gt;        "cluster_name" : "ROGERGPFS",&lt;/P&gt;&lt;P&gt;        "component_name" : "APP_TIMELINE_SERVER",&lt;/P&gt;&lt;P&gt;        "host_name" : "cg-hm09.ncsa.illinois.edu"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      "host" : {&lt;/P&gt;&lt;P&gt;        "href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu"&lt;/P&gt;&lt;P&gt;      }&lt;/P&gt;&lt;P&gt;    },&lt;/P&gt;&lt;P&gt;    {&lt;/P&gt;&lt;P&gt;      "href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm11.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER",&lt;/P&gt;&lt;P&gt;      "HostRoles" : {&lt;/P&gt;&lt;P&gt;        "cluster_name" : "ROGERGPFS",&lt;/P&gt;&lt;P&gt;        "component_name" : "APP_TIMELINE_SERVER",&lt;/P&gt;&lt;P&gt;        "host_name" : "cg-hm11.ncsa.illinois.edu"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      "host" : {&lt;/P&gt;&lt;P&gt;        "href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm11.ncsa.illinois.edu"&lt;/P&gt;&lt;P&gt;      }&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;  ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 23:10:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135612#M98270</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-20T23:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135613#M98271</link>
      <description>&lt;P&gt;Thanks for sharing the output.  Yes, that's exactly what I meant (REST API call to get the ATS instances registered with Ambari).&lt;/P&gt;&lt;P&gt;To delete the bad ATS instance from Ambari, you can issue the following API call:&lt;/P&gt;&lt;P&gt;curl -u admin:admin -k -H "X-Requested-By: ambari" -X DELETE &lt;A href="https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/&amp;lt;hostname-with-bad-ATS&amp;gt;/host_components/APP_TIMELINE_SERVER" target="_blank"&gt;https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/&amp;lt;hostname-with-bad-ATS&amp;gt;/host_components/APP_TIMELINE_SERVER&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:15:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135613#M98271</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-21T02:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135614#M98272</link>
      <description>&lt;P&gt;Yeah.  When I screw something up, I don't seem to do it by half measures.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:29:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135614#M98272</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-21T02:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135615#M98273</link>
      <description>&lt;P&gt;#curl -u admin:&amp;lt;&amp;gt; -k -H "X-Requested-By: ambari" -X DELETE &lt;A href="https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER" target="_blank"&gt;https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER&lt;/A&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;  "status" : 500,&lt;/P&gt;&lt;P&gt;  "message" : "org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Host Component cannot be removed, clusterName=ROGERGPFS, serviceName=YARN, componentName=APP_TIMELINE_SERVER, hostname=cg-hm09.ncsa.illinois.edu, request={ clusterName=ROGERGPFS, serviceName=YARN, componentName=APP_TIMELINE_SERVER, hostname=cg-hm09.ncsa.illinois.edu, desiredState=null, state=null, desiredStackId=null, staleConfig=null, adminState=null}"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:35:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135615#M98273</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-21T02:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135616#M98274</link>
      <description>&lt;P&gt;sorry if you saw the rest of the activity on this response.  First, I posted the resultant output, but I did it as an answer.  Given that it wasn't, I deleted it noticing only too late that I could have converted it to a comment.  The next time I attempted to add the output, I managed to grab the wrong copy buffer (and wound up duplicating the original informational output from the GET command.  So, I deleted that.  Sigh.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:38:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135616#M98274</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-21T02:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135617#M98275</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  Can you get the corresponding stack trace from the server log?  It's at /var/log/ambari-server/ambari-server.log&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:38:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135617#M98275</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-21T02:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135618#M98276</link>
      <description>&lt;P&gt;No worries.  If you can provide the stack trace from the ambari-server.log file I should be able to help you further.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:48:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135618#M98276</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-21T02:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135619#M98277</link>
      <description>&lt;P&gt;Remember, you asked for it.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;20 Jan 2017 15:27:44,017 ERROR [qtp-client-37739] AbstractResourceProvider:338 - Caught AmbariException when modifying a resource&lt;/P&gt;&lt;P&gt;org.apache.ambari.server.AmbariException: Host Component cannot be removed, clusterName=ROGERGPFS, serviceName=YARN, componentName=APP_TIMELINE_SERVER, hostname=cg-hm09.ncsa.illinois.edu, request={ clusterName=ROGERGPFS, serviceName=YARN, componentName=APP_TIMELINE_SERVER, hostname=cg-hm09.ncsa.illinois.edu, desiredState=null, state=null, desiredStackId=null, staleConfig=null, adminState=null}&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.controller.AmbariManagementControllerImpl.deleteHostComponents(AmbariManagementControllerImpl.java:2731)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.controller.internal.HostComponentResourceProvider$3.invoke(HostComponentResourceProvider.java:321)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.controller.internal.HostComponentResourceProvider$3.invoke(HostComponentResourceProvider.java:318)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.controller.internal.AbstractResourceProvider.modifyResources(AbstractResourceProvider.java:331)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.controller.internal.HostComponentResourceProvider.deleteResources(HostComponentResourceProvider.java:318)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.controller.internal.ClusterControllerImpl.deleteResources(ClusterControllerImpl.java:330)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.api.services.persistence.PersistenceManagerImpl.delete(PersistenceManagerImpl.java:111)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.api.handlers.DeleteHandler.persist(DeleteHandler.java:44)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.api.handlers.BaseManagementHandler.handleRequest(BaseManagementHandler.java:72)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:135)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:105)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:74)&lt;/P&gt;&lt;P&gt;at org.apache.ambari.server.api.services.HostComponentService.deleteHostComponent(HostComponentService.java:203)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/P&gt;&lt;P&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;at java.lang.reflect.Method.invoke(Method.java:497)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:540)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:715)&lt;/P&gt;&lt;P&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)&lt;/P&gt;&lt;P&gt;at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)&lt;/P&gt;&lt;P&gt;at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)&lt;/P&gt;&lt;P&gt;{continued}&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 05:31:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135619#M98277</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-21T05:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135620#M98278</link>
      <description>&lt;P&gt;Ok, the ATS instance that you are trying to delete is in one of the states that makes it non-deletable.&lt;/P&gt;&lt;P&gt;Can you get me the output of:&lt;/P&gt;&lt;P&gt;curl -uadmin:PW -k &lt;A href="https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER" target="_blank"&gt;https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 07:37:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135620#M98278</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-21T07:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135621#M98279</link>
      <description>&lt;P&gt;{
"href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu/host_components/APP_TIMELINE_SERVER",
"HostRoles" : {
"cluster_name" : "ROGERGPFS",
"component_name" : "APP_TIMELINE_SERVER",
"desired_stack_id" : "HDP-2.3",
"desired_state" : "STARTED",
"hdp_version" : "HDP-2.3.2.0-2602",
"host_name" : "cg-hm09.ncsa.illinois.edu",
"maintenance_state" : "ON",
"service_name" : "YARN",
"stack_id" : "HDP-2.3",
"stale_configs" : false,
"state" : "STARTED",
"upgrade_state" : "NONE",
"actual_configs" : {
"accumulo-env" : {
"default" : "version1460667914523"
},
"accumulo-log4j" : {
"default" : "version1460667914523"
},
"accumulo-site" : {
"default" : "version1460667914523"
},
"ams-env" : {
"default" : "version1"
},
"ams-hbase-env" : {
"default" : "version1"
},
"ams-hbase-log4j" : {
"default" : "version1"
},
"ams-hbase-policy" : {
"default" : "version1"
},
"ams-hbase-security-site" : {
"default" : "version1"
},
"ams-hbase-site" : {
"default" : "version1467740762357"
},
"ams-log4j" : {
"default" : "version1"
},
"ams-site" : {
"default" : "version1467740762357"
},
"capacity-scheduler" : {
"default" : "version1"
},
"client" : {
"default" : "version1460667914523"
},
"cluster-env" : {
"default" : "version1"
},
"core-site" : {
"default" : "version1484279982036"
},
"falcon-env" : {
"default" : "version1"
},
"falcon-runtime.properties" : {
"default" : "version1"
},
"falcon-startup.properties" : {
"default" : "version1"
},
"gateway-log4j" : {
"default" : "version1"
},
"gateway-site" : {
"default" : "version1"
},
"hadoop-env" : {
"default" : "version1"
},
"hadoop-policy" : {
"default" : "version1"
},
"hbase-env" : {
"default" : "version1"
},
"hbase-log4j" : {
"default" : "version1"
},
"hbase-policy" : {
"default" : "version1"
},
"hbase-site" : {
"default" : "version1"
},
"hcat-env" : {
"default" : "version1"
},
"hdfs-log4j" : {
"default" : "version1"
},
"hdfs-site" : {
"default" : "version1484262327604"
},
"hive-env" : {
"default" : "version1484280941838"
},
"hive-exec-log4j" : {
"default" : "version1"
},
"hive-log4j" : {
"default" : "version1"
},
"hive-site" : {
"default" : "version1484280941838"
},
"hiveserver2-site" : {
"default" : "version1"
},
"knox-env" : {
"default" : "version1"
},
"ldap-log4j" : {
"default" : "version1"
},
"mapred-env" : {
"default" : "version1"
},
"mapred-site" : {
"default" : "version1"
},
"oozie-env" : {
"default" : "version1442008913821"
},
"oozie-log4j" : {
"default" : "version1"
},
"oozie-site" : {
"default" : "version1484271458416"
},
"pig-env" : {
"default" : "version1"
},
"pig-log4j" : {
"default" : "version1"
},
"pig-properties" : {
"default" : "version1"
},
"ranger-hbase-audit" : {
"default" : "version1"
},
"ranger-hbase-plugin-properties" : {
"default" : "version1"
},
"ranger-hbase-policymgr-ssl" : {
"default" : "version1"
},
"ranger-hbase-security" : {
"default" : "version1"
},
"ranger-hdfs-audit" : {
"default" : "version1"
},
"ranger-hdfs-plugin-properties" : {
"default" : "version1"
},
"ranger-hdfs-policymgr-ssl" : {
"default" : "version1"
},
"ranger-hdfs-security" : {
"default" : "version1"
},
"ranger-hive-audit" : {
"default" : "version1"
},
"ranger-hive-plugin-properties" : {
"default" : "version1"
},
"ranger-hive-policymgr-ssl" : {
"default" : "version1"
},
"ranger-hive-security" : {
"default" : "version1"
},
"ranger-knox-audit" : {
"default" : "version1"
},
"ranger-knox-plugin-properties" : {
"default" : "version1"
},
"ranger-knox-policymgr-ssl" : {
"default" : "version1"
},
"ranger-knox-security" : {
"default" : "version1"
},
"ranger-yarn-audit" : {
"default" : "version1"
},
"ranger-yarn-plugin-properties" : {
"default" : "version1"
},
"ranger-yarn-policymgr-ssl" : {
"default" : "version1"
},
"ranger-yarn-security" : {
"default" : "version1"
},
"spark-defaults" : {
"default" : "version1"
},
"spark-env" : {
"default" : "version1"
},
"spark-javaopts-properties" : {
"default" : "version1"
},
"spark-log4j-properties" : {
"default" : "version1"
},
"spark-metrics-properties" : {
"default" : "version1"
},
"sqoop-env" : {
"default" : "version1"
},
"ssl-client" : {
"default" : "version1"
},
"ssl-server" : {
"default" : "version1"
},
"tez-env" : {
"default" : "version1"
},
"tez-site" : {
"default" : "version1"
},
"topology" : {
"default" : "version1"
},
"users-ldif" : {
"default" : "version1"
},
"webhcat-env" : {
"default" : "version1"
},
"webhcat-log4j" : {
"default" : "version1"
},
"webhcat-site" : {
"default" : "version1484280941838"
},
"yarn-env" : {
"default" : "version1484269362684"
},
"yarn-log4j" : {
"default" : "version1"
},
"yarn-site" : {
"default" : "version1484278518158"
},
"zoo.cfg" : {
"default" : "version1"
},
"zookeeper-env" : {
"default" : "version1"
},
"zookeeper-log4j" : {
"default" : "version1"
}
}
},
"host" : {
"href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/hosts/cg-hm09.ncsa.illinois.edu"
},
"component" : [
{
"href" : "https://localhost:8443/api/v1/clusters/ROGERGPFS/services/YARN/components/APP_TIMELINE_SERVER",
"ServiceComponentInfo" : {
"cluster_name" : "ROGERGPFS",
"component_name" : "APP_TIMELINE_SERVER",
"service_name" : "YARN"
}
}
],
"processes" : [ ]
}&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 23:48:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135621#M98279</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-23T23:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135622#M98280</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15502/hoyenga.html" nodeid="15502"&gt;@Wayne Hoyenga&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Ok, you just need to issue Stop on that ATS instance on cg-hm09.  Please go to Hosts -&amp;gt; cg-hm09 and choose Stop on App Timeline Server from the component list.  Then try the delete API call again.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 02:54:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135622#M98280</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-24T02:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135623#M98281</link>
      <description>&lt;P&gt;Yea!  That worked.  Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 03:05:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135623#M98281</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-24T03:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135624#M98282</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15502/hoyenga.html" nodeid="15502"&gt;@Wayne Hoyenga&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Did the unwanted alerts disappear too?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 04:00:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135624#M98282</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-24T04:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135625#M98283</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/313/yusaku.html" nodeid="313"&gt;@yusaku&lt;/A&gt;, yes, they did.&lt;/P&gt;&lt;P&gt;At some point, when it happens again, I may start another thread regarding why my ambari metrics server keeps dying.  Its fairly annoying.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 05:20:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135625#M98283</guid>
      <dc:creator>hoyenga</dc:creator>
      <dc:date>2017-01-24T05:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: App Timeline server duplicated (sort of) after failed move</title>
      <link>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135626#M98284</link>
      <description>&lt;P&gt;Awesome.  If you could "accept" my answer, that would be great.  AMS crashing issue might be due to the version of Ambari you are using (2.1.0 is quite old and there have been numerous stability improvements on AMS since then).  If it is possible, I highly recommend you upgrade to Ambari 2.4.2.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 05:36:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/App-Timeline-server-duplicated-sort-of-after-failed-move/m-p/135626#M98284</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2017-01-24T05:36:51Z</dc:date>
    </item>
  </channel>
</rss>

