<?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: Cloudbreak 2.4 Cluster creation failed in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225937#M75135</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/48272/mmolnar.html" nodeid="48272"&gt;@mmolnar&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/10146/dbialek.html" nodeid="10146"&gt;@Dominika Bialek&lt;/A&gt;&lt;P&gt;Thank you for your response. Its now working.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tok&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 19:20:26 GMT</pubDate>
    <dc:creator>tokluo2010</dc:creator>
    <dc:date>2018-03-01T19:20:26Z</dc:date>
    <item>
      <title>Cloudbreak 2.4 Cluster creation failed</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225934#M75132</link>
      <description>&lt;P&gt;Hello, Im trying to create a HDP 2.6.1.3 cluster using the latest cloudbreak 2.4 GA on AWS.&lt;/P&gt;&lt;P&gt;Repository details&lt;/P&gt;&lt;P&gt;Ambari Version: 2.6.1.0&lt;/P&gt;&lt;P&gt;Stack Repository Version: 2.6.4.0-91&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Its failing on Hive Metastore Start with the following error. &lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py", line 203, in &amp;lt;module&amp;gt;
    HiveMetastore().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 375, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py", line 54, in start
    self.configure(env)
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 120, in locking_configure
    original_configure(obj, *args, **kw)
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py", line 72, in configure
    hive(name = 'metastore')
  File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in thunk
    return fn(*args, **kwargs)
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py", line 310, in hive
    jdbc_connector(params.hive_jdbc_target, params.hive_previous_jdbc_jar)
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py", line 527, in jdbc_connector
    content = DownloadSource(params.driver_curl_source))
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 166, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 123, in action_create
    content = self._get_content()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 160, in _get_content
    return content()
  File "/usr/lib/python2.6/site-packages/resource_management/core/source.py", line 52, in __call__
    return self.get_content()
  File "/usr/lib/python2.6/site-packages/resource_management/core/source.py", line 197, in get_content
    raise Fail("Failed to download file from {0} due to HTTP error: {1}".format(self.url, str(ex)))
resource_management.core.exceptions.Fail: Failed to download file from &lt;A href="http://ip-10-4-1-126.eu-west-1.compute.internal:8080/resources//mysql-connector-java.jar" target="_blank"&gt;http://ip-10-4-1-126.eu-west-1.compute.internal:8080/resources//mysql-connector-java.jar&lt;/A&gt; due to HTTP error: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py", line 203, in &amp;lt;module&amp;gt;
    HiveMetastore().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 375, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py", line 54, in start
    self.configure(env)
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 120, in locking_configure&lt;/PRE&gt;&lt;P&gt;I have tried this on number of blueprints eg. &lt;A href="https://ec2-34-245-69-9.eu-west-1.compute.amazonaws.com/blueprints/4"&gt;Data Science: Apache Spark 1.6, Apache Zeppelin 0.7.0&lt;/A&gt; and its have the same issue.&lt;/P&gt;&lt;P&gt;Has anyone else seen this issue, or have a suggestion on how to work around this?&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;TL&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 21:51:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225934#M75132</guid>
      <dc:creator>tokluo2010</dc:creator>
      <dc:date>2018-02-28T21:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak 2.4 Cluster creation failed</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225935#M75133</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/questions/174586/cloudbreak-24-cluster-creation-failed.html#"&gt;@Tok Luo&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Could
 you check please that you have no MYSQL_SERVER component in the 
Blueprint? If you want to use MySQL you have to install the connector 
manually (eg. with a recipe) as it's support has been removed from 
Ambari: 
&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-release-notes/content/ambari_relnotes-2.6.1.0-behavioral-changes.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-release-notes/content/ambari_relnotes-2.6.1.0-behavioral-changes.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If no MYSQL_SERVER is included then Cloudbreak should install and use PostgreSQL for Hive.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 22:01:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225935#M75133</guid>
      <dc:creator>mmolnar</dc:creator>
      <dc:date>2018-02-28T22:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak 2.4 Cluster creation failed</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225936#M75134</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/69308/tokluo2010.html" nodeid="69308"&gt;@Tok Luo&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;If you would like to us Ambari 2.6 with Cloudbreak, you should use 2.6.1.3 at this point. See &lt;A href="https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.0/content/releasenotes/index.html#new-features" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.0/content/releasenotes/index.html#new-features&lt;/A&gt; &amp;gt; "Support for Ambari 2.6 (2.6.1.3+)"&lt;/P&gt;&lt;P&gt;This link also explains what you need to consider when using 2.6.1.3:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Ambari 2.6.1 or newer does not install the mysqlconnector; therefore, when creating a blueprint for Ambari 2.6.1 or newer &lt;STRONG&gt;you should not include the MYSQL_SERVER component&lt;/STRONG&gt; for Hive Metastore in your blueprint. Instead, you have two options:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Configure an external RDBMS instance for Hive Metastore and include the JDBC connection information in your blueprint. If you choose to use an external database that is not PostgreSQL (such as Oracle, mysql) you must also set up Ambari with the appropriate connector; to do this, create a pre-ambari-start recipe and pass it when creating a cluster.&lt;/LI&gt;&lt;LI&gt;If a remote Hive RDBMS is not provided, Cloudbreak installs a Postgres instance and configures it for Hive Metastore during the cluster launch.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For information on how to configure an external database and pass your external database connection parameters, refer to &lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/Blueprints"&gt;Ambari blueprint&lt;/A&gt; documentation.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;If you would like to use Oozie, you must manually install Ext JS. The steps are described in &lt;A href="https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.0/content/trouble-cluster/index.html#cannot-access-oozie-web-ui"&gt;Cannot Access Oozie Web UI&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;To enable LZO compression in your HDP cluster, you must check the "Enable Ambari Server to download and install GPL Licensed LZO packages?" during cluster creation. The option is available under &lt;STRONG&gt;Security&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Prewarmed and Base Images&lt;/STRONG&gt;. &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 01 Mar 2018 02:23:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225936#M75134</guid>
      <dc:creator>Dominika</dc:creator>
      <dc:date>2018-03-01T02:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak 2.4 Cluster creation failed</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225937#M75135</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/48272/mmolnar.html" nodeid="48272"&gt;@mmolnar&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/10146/dbialek.html" nodeid="10146"&gt;@Dominika Bialek&lt;/A&gt;&lt;P&gt;Thank you for your response. Its now working.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tok&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 19:20:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudbreak-2-4-Cluster-creation-failed/m-p/225937#M75135</guid>
      <dc:creator>tokluo2010</dc:creator>
      <dc:date>2018-03-01T19:20:26Z</dc:date>
    </item>
  </channel>
</rss>

