<?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: Manual installing of Cloudera Manager 5.3.0 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32886#M8489</link>
    <description>Hi again Gautam,&lt;BR /&gt;&lt;BR /&gt;in the end I managed to manually install Cloudera Manager 5.3.0.&lt;BR /&gt;&lt;BR /&gt;The problem was caused on by the previous manual install of Cloudera Manager 5.4.7.&lt;BR /&gt;&lt;BR /&gt;I made a full cleanup of my server, using this instructions : "&lt;A href="http://www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v5-1-x/Cloudera-Manager-Installation-Guide/cm5ig_uninstall_cm.html&amp;quot;" target="_blank"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v5-1-x/Cloudera-Manager-Installation-Guide/cm5ig_uninstall_cm.html"&lt;/A&gt; and know it works.&lt;BR /&gt;&lt;BR /&gt;Thanks for your interest,&lt;BR /&gt;Tudor</description>
    <pubDate>Mon, 12 Oct 2015 09:53:40 GMT</pubDate>
    <dc:creator>tlapusan</dc:creator>
    <dc:date>2015-10-12T09:53:40Z</dc:date>
    <item>
      <title>Manual installing of Cloudera Manager 5.3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32848#M8486</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm tring to install Cloudera Manager 5.3.0.&lt;/P&gt;&lt;P&gt;I'm using the embaded postgress database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I start the cloudera server, I receive the following error in its log file :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2015-10-09 17:35:57,593 INFO main:com.cloudera.cmon.TimeSeriesEntityType: Registered TimeSeriesEntityType HDFS_CACHE_DIRECTIVE&lt;BR /&gt;2015-10-09 17:35:57,605 INFO main:com.cloudera.cmon.MetricSchema: Schema json: jar:file:/usr/share/cmf/lib/server-5.3.0.jar!/com/cloudera/cmon/schema.json&lt;BR /&gt;2015-10-09 17:35:57,645 WARN ParcelUpdateService:com.cloudera.cmf.persist.ReadWriteDatabaseTaskCallable: Error while executing CmfEntityManager task&lt;BR /&gt;java.lang.IllegalArgumentException: Illegal character in path at index 41: &lt;A href="http://archive.cloudera.com/cdh5/parcels/{latest_supported}/manifest.json" target="_blank"&gt;http://archive.cloudera.com/cdh5/parcels/{latest_supported}/manifest.json&lt;/A&gt;&lt;BR /&gt;at java.net.URI.create(URI.java:859)&lt;BR /&gt;at com.ning.http.client.RequestBuilderBase.buildUrl(RequestBuilderBase.java:343)&lt;BR /&gt;at com.ning.http.client.RequestBuilderBase.setUrl(RequestBuilderBase.java:328)&lt;BR /&gt;at com.ning.http.client.AsyncHttpClient$BoundRequestBuilder.setUrl(AsyncHttpClient.java:336)&lt;BR /&gt;at com.ning.http.client.AsyncHttpClient.requestBuilder(AsyncHttpClient.java:589)&lt;BR /&gt;at com.ning.http.client.AsyncHttpClient.prepareGet(AsyncHttpClient.java:425)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDownloaderImpl.prepareGet(ParcelDownloaderImpl.java:558)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDownloaderImpl.getRepositoryInfoFuture(ParcelDownloaderImpl.java:511)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDownloaderImpl.getRepositoryInfo(ParcelDownloaderImpl.java:469)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDownloaderImpl.syncRemoteRepos(ParcelDownloaderImpl.java:339)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDownloaderImpl$1.run(ParcelDownloaderImpl.java:409)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDownloaderImpl$1.run(ParcelDownloaderImpl.java:404)&lt;BR /&gt;at com.cloudera.cmf.persist.ReadWriteDatabaseTaskCallable.call(ReadWriteDatabaseTaskCallable.java:36)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:262)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt;Caused by: java.net.URISyntaxException: Illegal character in path at index 41: &lt;A href="http://archive.cloudera.com/cdh5/parcels/{latest_supported}/manifest.json" target="_blank"&gt;http://archive.cloudera.com/cdh5/parcels/{latest_supported}/manifest.json&lt;/A&gt;&lt;BR /&gt;at java.net.URI$Parser.fail(URI.java:2829)&lt;BR /&gt;at java.net.URI$Parser.checkChars(URI.java:3002)&lt;BR /&gt;at java.net.URI$Parser.parseHierarchical(URI.java:3086)&lt;BR /&gt;at java.net.URI$Parser.parse(URI.java:3034)&lt;BR /&gt;at java.net.URI.&amp;lt;init&amp;gt;(URI.java:595)&lt;BR /&gt;at java.net.URI.create(URI.java:857)&lt;BR /&gt;... 16 more&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume that I have to specify somewhere the&amp;nbsp;&lt;SPAN&gt;latest_supported property, but I don't know where.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried also to install the current Cloudera Manager (5.4.7) and it works perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any suggestions to solve the problem ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tudor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:43:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32848#M8486</guid>
      <dc:creator>tlapusan</dc:creator>
      <dc:date>2022-09-16T09:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Manual installing of Cloudera Manager 5.3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32875#M8487</link>
      <description>&lt;P&gt;The {latest_supported} URL is new to CM5.4, it is used to ensure CM does not download/install a parcel that is newer than itself e.g. CM5.4 with CDH5.5 (when it is released). This URL text will not be parsed as valid in CM5.3, just replace it with &lt;A href="http://archive.cloudera.com/cdh5/parcels/5.3/" target="_blank"&gt;http://archive.cloudera.com/cdh5/parcels/5.3/&lt;/A&gt; (to use the latest 5.3.x CDH)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit: fixed URL&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2015 03:08:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32875#M8487</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2015-10-11T03:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Manual installing of Cloudera Manager 5.3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32885#M8488</link>
      <description>Hi Gautam,&lt;BR /&gt;&lt;BR /&gt;thanks for your replay.&lt;BR /&gt;&lt;BR /&gt;I have this error when I want to start Cloudera Manager Server using command "sudo service cloudera-scm-server start" . So, I don't have access to http://ip_cloudera_server:7180.&lt;BR /&gt;I would like to know where to specify the property "latest_supported" CDH version, taking in consideration that I can't access http://ip_cloudera_server:7180.&lt;BR /&gt;My first guess is that I have to specify it into the embeded postgress database, but I didn't find how until now.&lt;BR /&gt;&lt;BR /&gt;Thank,&lt;BR /&gt;Tudor&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Oct 2015 08:09:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32885#M8488</guid>
      <dc:creator>tlapusan</dc:creator>
      <dc:date>2015-10-12T08:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Manual installing of Cloudera Manager 5.3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32886#M8489</link>
      <description>Hi again Gautam,&lt;BR /&gt;&lt;BR /&gt;in the end I managed to manually install Cloudera Manager 5.3.0.&lt;BR /&gt;&lt;BR /&gt;The problem was caused on by the previous manual install of Cloudera Manager 5.4.7.&lt;BR /&gt;&lt;BR /&gt;I made a full cleanup of my server, using this instructions : "&lt;A href="http://www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v5-1-x/Cloudera-Manager-Installation-Guide/cm5ig_uninstall_cm.html&amp;quot;" target="_blank"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v5-1-x/Cloudera-Manager-Installation-Guide/cm5ig_uninstall_cm.html"&lt;/A&gt; and know it works.&lt;BR /&gt;&lt;BR /&gt;Thanks for your interest,&lt;BR /&gt;Tudor</description>
      <pubDate>Mon, 12 Oct 2015 09:53:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Manual-installing-of-Cloudera-Manager-5-3-0/m-p/32886#M8489</guid>
      <dc:creator>tlapusan</dc:creator>
      <dc:date>2015-10-12T09:53:40Z</dc:date>
    </item>
  </channel>
</rss>

