<?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: Atlas UI not working on Docker HDP 2.5 Sandbox after container crash in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116243#M42860</link>
    <description>&lt;P&gt;You have to login to HBase and remove master table atlas_titan as below&lt;/P&gt;&lt;P&gt;And restart service.&lt;/P&gt;&lt;P&gt;hbase(main):003:0&amp;gt; list&lt;/P&gt;&lt;P&gt;TABLE&lt;/P&gt;&lt;P&gt;ATLAS_ENTITY_AUDIT_EVENTS&lt;/P&gt;&lt;P&gt;atlas_titan&lt;/P&gt;&lt;P&gt;2 row(s) in 0.0070 seconds&lt;/P&gt;&lt;P&gt;=&amp;gt; ["ATLAS_ENTITY_AUDIT_EVENTS", "atlas_titan"]&lt;/P&gt;&lt;P&gt;hbase(main):005:0&amp;gt; disable 'atlas_titan'&lt;/P&gt;&lt;P&gt;0 row(s) in 2.5060 seconds&lt;/P&gt;&lt;P&gt;hbase(main):006:0&amp;gt; drop 'atlas_titan'&lt;/P&gt;&lt;P&gt;0 row(s) in 1.2730 seconds&lt;/P&gt;&lt;P&gt;hbase(main):007:0&amp;gt; exit&lt;/P&gt;&lt;P&gt;Restart Atlas service from Ambari UI&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 22:03:23 GMT</pubDate>
    <dc:creator>Jay</dc:creator>
    <dc:date>2017-08-29T22:03:23Z</dc:date>
    <item>
      <title>Atlas UI not working on Docker HDP 2.5 Sandbox after container crash</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116237#M42854</link>
      <description>&lt;P&gt;I'm using the Docker version of the HDP 2.5 Sandbox.  The Atlas UI was working fine as I completed this tutorial &lt;A target="_blank" href="http://hortonworks.com/hadoop-tutorial/tag-based-policies-atlas-ranger/" rel="nofollow noopener noreferrer"&gt;http://hortonworks.com/hadoop-tutorial/tag-based-policies-atlas-ranger/&lt;/A&gt; and this tutorial &lt;A target="_blank" href="http://hortonworks.com/hadoop-tutorial/cross-component-lineage-apache-atlas/http://hortonworks.com/hadoop-tutorial/cross-component-lineage-apache-atlas/" rel="nofollow noopener noreferrer"&gt;http://hortonworks.com/hadoop-tutorial/cross-component-lineage-apache-atlas/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;However my Docker container crashed unexpectedly while I was doing some things in Hive.  I restarted my Sandbox and now the Atlas UI won't come back up.  This is what I see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8301-screen-shot-2016-10-05-at-92515-pm.png" style="width: 928px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23058iD45F9BA501D8C0A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8301-screen-shot-2016-10-05-at-92515-pm.png" alt="8301-screen-shot-2016-10-05-at-92515-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Looking at /var/log/atlas/application.log I see this:&lt;/P&gt;&lt;PRE&gt;7) Error injecting constructor, org.apache.atlas.typesystem.exception.TypeExistsException: Cannot redefine type TaxonomyTerm
  at org.apache.atlas.services.DefaultMetadataService.&amp;lt;init&amp;gt;(DefaultMetadataService.java:117)
  at org.apache.atlas.services.DefaultMetadataService.class(DefaultMetadataService.java:93)
  while locating org.apache.atlas.services.DefaultMetadataService
  at org.apache.atlas.RepositoryMetadataModule.configure(RepositoryMetadataModule.java:83)
  while locating org.apache.atlas.services.MetadataService
    for parameter 0 at org.apache.atlas.web.resources.EntityResource.&amp;lt;init&amp;gt;(EntityResource.java:97)
  at org.apache.atlas.web.resources.EntityResource.class(EntityResource.java:80)
  while locating org.apache.atlas.web.resources.EntityResource
    for parameter 1 at org.apache.atlas.LocalAtlasClient.&amp;lt;init&amp;gt;(LocalAtlasClient.java:55)
  while locating org.apache.atlas.LocalAtlasClient
    for parameter 1 at org.apache.atlas.notification.NotificationHookConsumer.&amp;lt;init&amp;gt;(NotificationHookConsumer.java:72)
  at org.apache.atlas.notification.NotificationHookConsumer.class(NotificationHookConsumer.java:48)
  while locating org.apache.atlas.notification.NotificationHookConsumer
Caused by: org.apache.atlas.typesystem.exception.TypeExistsException: Cannot redefine type TaxonomyTerm
    at org.apache.atlas.typesystem.types.TypeSystem$TransientTypeSystem.validateAndSetupShallowTypes(TypeSystem.java:428)
    at org.apache.atlas.typesystem.types.TypeSystem$TransientTypeSystem.verifyTypes(TypeSystem.java:705)
    at org.apache.atlas.typesystem.types.TypeSystem$TransientTypeSystem.defineTypes(TypeSystem.java:622)
    at org.apache.atlas.typesystem.types.TypeSystem.defineTypes(TypeSystem.java:284)
    at org.apache.atlas.typesystem.types.TypeSystem.defineTypes(TypeSystem.java:276)
    at org.apache.atlas.services.DefaultMetadataService.restoreTypeSystem(DefaultMetadataService.java:163)
    at org.apache.atlas.services.DefaultMetadataService.&amp;lt;init&amp;gt;(DefaultMetadataService.java:152)
    at org.apache.atlas.services.DefaultMetadataService.&amp;lt;init&amp;gt;(DefaultMetadataService.java:117)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
    at com.google.inject.internal.DefaultConstructionProxyFactory$2.newInstance(DefaultConstructionProxyFactory.java:86)
    at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:105)
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
    at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
    at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
    at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
    at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
    at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
    at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
    at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
    at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:104)
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
    at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
    at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
    at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
    at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
    at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:104)
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
    at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
    at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
    at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:104)
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
    at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
    at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
    at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
    at com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:205)
    at com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:199)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
    at com.google.inject.internal.InternalInjectorCreator.loadEagerSingletons(InternalInjectorCreator.java:199)
    at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:180)
    at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
    at com.google.inject.Guice.createInjector(Guice.java:96)
    at com.google.inject.Guice.createInjector(Guice.java:84)
    at org.apache.atlas.web.listeners.GuiceServletConfig.getInjector(GuiceServletConfig.java:77)
    at com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:47)
    at org.apache.atlas.web.listeners.GuiceServletConfig.contextInitialized(GuiceServletConfig.java:131)
    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
    at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
    at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
    at org.eclipse.jetty.server.Server.start(Server.java:387)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
    at org.eclipse.jetty.server.Server.doStart(Server.java:354)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:93)
    at org.apache.atlas.Atlas.main(Atlas.java:113)

7 errors
    at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
    at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:184)
    at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
    at com.google.inject.Guice.createInjector(Guice.java:96)
    at com.google.inject.Guice.createInjector(Guice.java:84)
    at org.apache.atlas.web.listeners.GuiceServletConfig.getInjector(GuiceServletConfig.java:77)
    at com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:47)
    at org.apache.atlas.web.listeners.GuiceServletConfig.contextInitialized(GuiceServletConfig.java:131)
    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
    at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
    at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
    at org.eclipse.jetty.server.Server.start(Server.java:387)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
    at org.eclipse.jetty.server.Server.doStart(Server.java:354)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:93)
    at org.apache.atlas.Atlas.main(Atlas.java:113)&lt;/PRE&gt;&lt;P&gt;I have ensured all of the dependent services of Atlas are running (Ambari Infra, Storm, Kafka, etc).&lt;/P&gt;&lt;P&gt;I started a brand new container and I'm seeing the same behavior on a clean install, so there must be something I'm missing.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 10:55:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116237#M42854</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2019-08-19T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas UI not working on Docker HDP 2.5 Sandbox after container crash</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116238#M42855</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt;&lt;P&gt;To remove all the types/metadata from metadata store, please follow hte below steps..&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Stop Atlas&lt;/LI&gt;&lt;LI&gt;Disable hbase table 'atlas_titan' - Hope you dont have any metadata there..&lt;/LI&gt;&lt;LI&gt;Drop hbase table 'atlas_titan' &lt;/LI&gt;&lt;LI&gt;Restart Atlas&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This should actually remove all the existing types from backend store(hbase). &lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 20:41:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116238#M42855</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2016-10-07T20:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas UI not working on Docker HDP 2.5 Sandbox after container crash</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116239#M42856</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Pathan&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You are a life saver!  This worked like a charm!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 20:44:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116239#M42856</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-10-07T20:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas UI not working on Docker HDP 2.5 Sandbox after container crash</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116240#M42857</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Khan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you please tell how to disable hbase table "atlas_titan".&lt;/P&gt;&lt;P&gt;I am using ambari for managing services.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 19:40:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116240#M42857</guid>
      <dc:creator>ashis_panigrahi</dc:creator>
      <dc:date>2017-03-01T19:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas UI not working on Docker HDP 2.5 Sandbox after container crash</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116241#M42858</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16356/ashispanigrahi86.html" nodeid="16356"&gt;@Ashis Panigrahi&lt;/A&gt; You need run "disable 'atlas_titan'" command in the hbase terminal to disable to hbase table.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 19:46:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116241#M42858</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-03-01T19:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas UI not working on Docker HDP 2.5 Sandbox after container crash</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116242#M42859</link>
      <description>&lt;P&gt;Note: Dropping the hbase table results in loosing the atlas data only drop if it is a fresh installation. &lt;/P&gt;&lt;P&gt;Actual issue is fixed in ATLAS-1542&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 23:40:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116242#M42859</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-05-12T23:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Atlas UI not working on Docker HDP 2.5 Sandbox after container crash</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116243#M42860</link>
      <description>&lt;P&gt;You have to login to HBase and remove master table atlas_titan as below&lt;/P&gt;&lt;P&gt;And restart service.&lt;/P&gt;&lt;P&gt;hbase(main):003:0&amp;gt; list&lt;/P&gt;&lt;P&gt;TABLE&lt;/P&gt;&lt;P&gt;ATLAS_ENTITY_AUDIT_EVENTS&lt;/P&gt;&lt;P&gt;atlas_titan&lt;/P&gt;&lt;P&gt;2 row(s) in 0.0070 seconds&lt;/P&gt;&lt;P&gt;=&amp;gt; ["ATLAS_ENTITY_AUDIT_EVENTS", "atlas_titan"]&lt;/P&gt;&lt;P&gt;hbase(main):005:0&amp;gt; disable 'atlas_titan'&lt;/P&gt;&lt;P&gt;0 row(s) in 2.5060 seconds&lt;/P&gt;&lt;P&gt;hbase(main):006:0&amp;gt; drop 'atlas_titan'&lt;/P&gt;&lt;P&gt;0 row(s) in 1.2730 seconds&lt;/P&gt;&lt;P&gt;hbase(main):007:0&amp;gt; exit&lt;/P&gt;&lt;P&gt;Restart Atlas service from Ambari UI&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 22:03:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Atlas-UI-not-working-on-Docker-HDP-2-5-Sandbox-after/m-p/116243#M42860</guid>
      <dc:creator>Jay</dc:creator>
      <dc:date>2017-08-29T22:03:23Z</dc:date>
    </item>
  </channel>
</rss>

