<?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: Error while installing component on a host via Ambari REST API in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94306#M7581</link>
    <description>&lt;P&gt;Customer does not want Blueprint. &lt;/P&gt;&lt;P&gt;I will check regarding smoke user. &lt;/P&gt;&lt;P&gt;Good tips -- thanks &lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2015 01:03:35 GMT</pubDate>
    <dc:creator>wgonzalez</dc:creator>
    <dc:date>2015-09-30T01:03:35Z</dc:date>
    <item>
      <title>Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94298#M7573</link>
      <description>&lt;P&gt;I am trying to install a component on a host via API:&lt;/P&gt;&lt;PRE&gt;$ curl -u admin -i -H "X-Requested-By:ambari" -X PUT \
  -d '{"HostRoles": {"state": "INSTALLED"}}' \
  &lt;A href="http://&amp;lt;ambari&amp;gt;:8080/api/v1/clusters/clustername/hosts/node1.hortonworks.com/host_components/ZOOKEEPER" target="_blank"&gt;http://&amp;lt;ambari&amp;gt;:8080/api/v1/clusters/clustername/hosts/node1.hortonworks.com/host_components/ZOOKEEPER&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;...
getting error:&lt;/P&gt;&lt;PRE&gt;Caused by: java.lang.NullPointerException
at org.apache.ambari.server.state.ConfigHelper.getPropertyValuesWithPropertyType(ConfigHelper.java:489)
at org.apache.ambari.server.controller.AmbariManagementControllerImpl.createHostAction(AmbariManagementControllerImpl.java:1934)
at org.apache.ambari.server.controller.AmbariManagementControllerImpl.doStageCreation(AmbariManagementControllerImpl.java:2336)
at org.apache.ambari.server.controller.AmbariManagementControllerImpl.addStages(AmbariManagementControllerImpl.java:2593)
at org.apache.ambari.server.controller.internal.HostComponentResourceProvider.updateHostComponents(HostComponentResourceProvider.java:612)
at org.apache.ambari.server.controller.internal.HostComponentResourceProvider$4.invoke(HostComponentResourceProvider.java:753)&lt;/PRE&gt;&lt;P&gt;The operation fails with "Server Error"&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2015 00:34:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94298#M7573</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2015-09-26T00:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94299#M7574</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/228/wgonzalez.html" nodeid="228"&gt;@wgonzalez@hortonworks.com&lt;/A&gt; there are usually a number of steps to follow when trying to add a service via API. Have you already run the initial steps? See wiki for more details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/Adding+a+New+Service+to+an+Existing+Cluster" target="_blank"&gt;https://cwiki.apache.org/confluence/display/AMBARI/Adding+a+New+Service+to+an+Existing+Cluster&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2015 00:37:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94299#M7574</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2015-09-26T00:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94300#M7575</link>
      <description>&lt;P&gt;Yes. This is on step 6 of that page. I already did 1-5. &lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2015 00:41:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94300#M7575</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2015-09-26T00:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94301#M7576</link>
      <description>&lt;P&gt;Have you tried to create the component first, before attempting the installation?&lt;/P&gt;&lt;P&gt;IE:&lt;/P&gt;&lt;P&gt;curl -i -X -H "X-Requested-By: ambari" POST -u admin:admin &lt;A href="http://&amp;lt;ambari-host&amp;gt;:8080/api/v1/clusters/&amp;lt;clustername&amp;gt;/hosts/&amp;lt;host_name&amp;gt;/host_components/ZOOKEEPER" target="_blank"&gt;http://&amp;lt;ambari-host&amp;gt;:8080/api/v1/clusters/&amp;lt;clustername&amp;gt;/hosts/&amp;lt;host_name&amp;gt;/host_components/ZOOKEEPER&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2015 01:02:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94301#M7576</guid>
      <dc:creator>dstreev</dc:creator>
      <dc:date>2015-09-26T01:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94302#M7577</link>
      <description>&lt;P&gt;Yes Sir. 
According to the aforementioned website, these are the steps I used: &lt;/P&gt;&lt;P&gt;
Step 1 - Add a Service to the cluster &lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H "X-Requested-By: ambari" -X POST -d '{"ServiceInfo":{"service_name":"ZOOKEEPER"}}' &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/services" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/services&lt;/A&gt; &lt;/PRE&gt;&lt;P&gt;Step 2 - Add Components to the service &lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H "X-Requested-By: ambari" -X POST &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER/components/ZOOKEEPER_SERVER" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER/components/ZOOKEEPER_SERVER&lt;/A&gt;
curl -u admin:admin -i -H "X-Requested-By: ambari" -X POST &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER/components/ZOOKEEPER_CLIENT" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER/components/ZOOKEEPER_CLIENT&lt;/A&gt; &lt;/PRE&gt;&lt;P&gt;Step 3 &amp;amp; 4 - Create and apply configuration &lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H "X-Requested-By: ambari" -X PUT -d '{"Clusters" : {"desired_configs": {"type": "zoo.cfg","tag": "20150924","properties": {"autopurge.purgeInterval" : "24","autopurge.snapRetainCount" : "30",          "clientPort" : "2181","dataDir" : "/hadoop/zookeeper","initLimit" : "10","syncLimit" : "5","tickTime" : "2000"}}}}'  &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox&lt;/A&gt; 

curl -u admin:admin -i -H "X-Requested-By: ambari" -X PUT -d '{"Clusters" : {"desired_configs": {"type": "zookeeper-env","tag": "20150924","properties": {"content" : "\nexport JAVA_HOME={{java64_home}}\nexport ZOOKEEPER_HOME={{zk_home}}\nexport ZOO_LOG_DIR={{zk_log_dir}}\nexport ZOOPIDFILE={{zk_pid_file}}\nexport SERVER_JVMFLAGS={{zk_server_heapsize}}\nexport JAVA=$JAVA_HOME/bin/java\nexport CLASSPATH=$CLASSPATH:/usr/share/zookeeper/*\n\n{% if security_enabled %}\nexport SERVER_JVMFLAGS=\"$SERVER_JVMFLAGS -Djava.security.auth.login.config={{zk_server_jaas_file}}\"\nexport CLIENT_JVMFLAGS=\"$CLIENT_JVMFLAGS -Djava.security.auth.login.config={{zk_client_jaas_file}}\"\n{% endif %}", "zk_log_dir" : "/var/log/zookeeper","zk_pid_dir" : "/var/run/zookeeper","zk_user" : "zookeeper"}}}}'  &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox&lt;/A&gt; 

curl -u admin:admin -i -H "X-Requested-By: ambari" -X PUT -d '{"Clusters" : {"desired_configs": {"type": "zookeeper-log4j","tag": "20150924","properties": {"content" : "\n#\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements.  See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership.  The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License.  You may obtain a copy of the License at\n#\n#   &lt;A href="http://www.apache.org/licenses/LICENSE-2.0\n#\n#" target="_blank"&gt;http://www.apache.org/licenses/LICENSE-2.0\n#\n#&lt;/A&gt; Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n# KIND, either express or implied.  See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n#\n#\n\n#\n# ZooKeeper Logging Configuration\n#\n\n# DEFAULT: console appender only\nlog4j.rootLogger=INFO, CONSOLE\n\n# Example with rolling log file\n#log4j.rootLogger=DEBUG, CONSOLE, ROLLINGFILE\n\n# Example with rolling log file and tracing\n#log4j.rootLogger=TRACE, CONSOLE, ROLLINGFILE, TRACEFILE\n\n#\n# Log INFO level and above messages to the console\n#\nlog4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender\nlog4j.appender.CONSOLE.Threshold=INFO\nlog4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout\nlog4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n\n\n#\n# Add ROLLINGFILE to rootLogger to get log file output\n#    Log DEBUG level and above messages to a log file\nlog4j.appender.ROLLINGFILE=org.apache.log4j.RollingFileAppender\nlog4j.appender.ROLLINGFILE.Threshold=DEBUG\nlog4j.appender.ROLLINGFILE.File=zookeeper.log\n\n# Max log file size of 10MB\nlog4j.appender.ROLLINGFILE.MaxFileSize=10MB\n# uncomment the next line to limit number of backup files\n#log4j.appender.ROLLINGFILE.MaxBackupIndex=10\n\nlog4j.appender.ROLLINGFILE.layout=org.apache.log4j.PatternLayout\nlog4j.appender.ROLLINGFILE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n\n\n\n#\n# Add TRACEFILE to rootLogger to get log file output\n#    Log DEBUG level and above messages to a log file\nlog4j.appender.TRACEFILE=org.apache.log4j.FileAppender\nlog4j.appender.TRACEFILE.Threshold=TRACE\nlog4j.appender.TRACEFILE.File=zookeeper_trace.log\n\nlog4j.appender.TRACEFILE.layout=org.apache.log4j.PatternLayout\n### Notice we are including log4js NDC here (%x)\nlog4j.appender.TRACEFILE.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L][%x] - %m%n"}}}}'  &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox&lt;/A&gt; &lt;/PRE&gt;&lt;P&gt;Step 5 - Create host components &lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H "X-Requested-By: ambari" -X POST -d '{"host_components" : [{"HostRoles":{"component_name":"ZOOKEEPER_SERVER"}}] }' &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/hosts?Hosts/host_name=sandbox.hortonworks.com" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/hosts?Hosts/host_name=sandbox.hortonworks.com&lt;/A&gt; &lt;/PRE&gt;&lt;PRE&gt;curl -u admin:admin -i -H "X-Requested-By: ambari" -X POST -d '{"host_components" : [{"HostRoles":{"component_name":"ZOOKEEPER_CLIENT"}}] }' &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/hosts?Hosts/host_name=sandbox.hortonworks.com" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/hosts?Hosts/host_name=sandbox.hortonworks.com&lt;/A&gt; &lt;/PRE&gt;&lt;P&gt;Step 6 - Install &amp;amp; Start the service &lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H "X-Requested-By: ambari" -X PUT -d '{"ServiceInfo": {"state" : "INSTALLED"}}' &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER&lt;/A&gt; 

curl -u admin:admin -i -H "X-Requested-By: ambari" -X PUT -d '{"ServiceInfo": {"state" : "STARTED"}}' &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;** INSTALLED is where this is failing &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2015 01:50:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94302#M7577</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2015-09-26T01:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94303#M7578</link>
      <description>&lt;P&gt;Please let me know if anyone has any ideas regarding this. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 22:20:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94303#M7578</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2015-09-28T22:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94304#M7579</link>
      <description>&lt;P&gt;according to the place, where error appears - the problem is with the configs. Couldn't say exactly, some can be missing or wrong&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 06:42:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94304#M7579</guid>
      <dc:creator>dgrinenko</dc:creator>
      <dc:date>2015-09-29T06:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94305#M7580</link>
      <description>&lt;P&gt;1. Why not use Blueprint?  Or are you trying to add a service to an existing cluster?&lt;/P&gt;&lt;P&gt;2. Do you have cluster-env with smokeuser defined?  It looks like ZooKeeper install fails without it.&lt;/P&gt;&lt;PRE&gt;curl -u admin:admin -i -H "X-Requested-By: ambari -X PUT -d '{"Clusters" : {"desired_configs": {"type": "cluster-env","tag": "20150924","properties": {"smokeuser":"ambari-qa"}}}}' &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;should get you thru, but you might want to look at an existing working cluster and define all the standard properties that come in cluster-env.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 08:56:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94305#M7580</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2015-09-29T08:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94306#M7581</link>
      <description>&lt;P&gt;Customer does not want Blueprint. &lt;/P&gt;&lt;P&gt;I will check regarding smoke user. &lt;/P&gt;&lt;P&gt;Good tips -- thanks &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 01:03:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94306#M7581</guid>
      <dc:creator>wgonzalez</dc:creator>
      <dc:date>2015-09-30T01:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94307#M7582</link>
      <description>&lt;P&gt;I am really interested in hearing why the customer doesn't want to use blueprints.  Using the low level api's directly to provision a cluster is very hard to get right, that is one of the primary reasons that the higher level blueprint api was introduced.  &lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 23:33:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94307#M7582</guid>
      <dc:creator>jspeidel</dc:creator>
      <dc:date>2015-10-02T23:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94308#M7583</link>
      <description>&lt;P&gt;Did adding smokeuser work, &lt;A rel="user" href="https://community.cloudera.com/users/228/wgonzalez.html" nodeid="228"&gt;@wgonzalez@hortonworks.com&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2015 00:52:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94308#M7583</guid>
      <dc:creator>yusaku</dc:creator>
      <dc:date>2015-10-03T00:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing component on a host via Ambari REST API</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94309#M7584</link>
      <description>&lt;P&gt;Are you getting an error when trying to install a component or service?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;$ curl -u admin -i -H "X-Requested-By:ambari"-X PUT -d '{"HostRoles": {"state": "INSTALLED"}}' &lt;A href="http://&amp;lt;ambari&amp;gt;:8080/api/v1/clusters/clustername/hosts/node1.hortonworks.com/host_components/ZOOKEEPER" target="_blank"&gt;http://&amp;lt;ambari&amp;gt;:8080/api/v1/clusters/clustername/hosts/node1.hortonworks.com/host_components/ZOOKEEPER&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The above API will fail because ZOOKEEPER is not the name of a host component. It should either be ZOOKEEPER_CLIENT or ZOOKEEPEER_SERVER. On the trunk build I get a NoSuchResourceException when using ZOOKEEPER as the component name. With the correct component name, the API succeeded.&lt;/P&gt;&lt;P&gt;The API to install the ZOOKEEPER service was successful:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;curl -u admin:admin -i -H "X-Requested-By: ambari"-X PUT -d '{"ServiceInfo": {"state" : "INSTALLED"}}' &lt;A href="http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER" target="_blank"&gt;http://127.0.0.1:8080/api/v1/clusters/Sandbox/services/ZOOKEEPER&lt;/A&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 00:31:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-while-installing-component-on-a-host-via-Ambari-REST/m-p/94309#M7584</guid>
      <dc:creator>nsomasundaram</dc:creator>
      <dc:date>2015-10-23T00:31:41Z</dc:date>
    </item>
  </channel>
</rss>

