<?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: Ambari with mysql 5.6 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101067#M13750</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/191/bsaini.html" nodeid="191"&gt;@bsaini&lt;/A&gt; i think i figured out the issue...it is a bug when we upgrade ambari database from Mysql 5.1 to later...as of now only option is to upgrade ambari to 2.2 or rollback the changes.  thanks for taking time in answering my question...appreciate it!!!&lt;/P&gt;&lt;P&gt;&lt;A href="https://na9.salesforce.com/articles/en_US/Issue/Ambari-log-reports-You-have-an-error-in-your-SQL-syntax-check-the-manual-that-corresponds-to-your-MySQL-server-version-for-the-right?popup=true" target="_blank"&gt;https://na9.salesforce.com/articles/en_US/Issue/Ambari-log-reports-You-have-an-error-in-your-SQL-syntax-check-the-manual-that-corresponds-to-your-MySQL-server-version-for-the-right?popup=true&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2015 21:30:50 GMT</pubDate>
    <dc:creator>chrsvarma</dc:creator>
    <dc:date>2015-12-30T21:30:50Z</dc:date>
    <item>
      <title>Ambari with mysql 5.6</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101064#M13747</link>
      <description>&lt;P&gt;I had a tough time with Ambari 1.7 pointing to Mysql 5.6 on remote host. AS is using all the available ports on the source to make a connection to remote host to port 3306. At one time i saw 28000 ports being used by ambari to connect. this is killing us because it even used 50070 at one time, and i had tough time to figure it out. Finally i stopped ambari-server and all is well. Did anyone face this issue? if so any idea on fix? apart from downgrading Mysql or upgrade ambari to 2.1.2?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 08:26:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101064#M13747</guid>
      <dc:creator>chrsvarma</dc:creator>
      <dc:date>2015-12-30T08:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari with mysql 5.6</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101065#M13748</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/968/chrsvarma.html" nodeid="968"&gt;@Raja Sekhar Chintalapati&lt;/A&gt; - Sounds like the OS level TCP IP params are not tuned correctly. &lt;/P&gt;&lt;P&gt;What kind of OS are you using? For e.g. on Centos and RHEL, you can use these command to check the values - &lt;/P&gt;&lt;PRE&gt;sysctl net.ipv4.tcp_keepalive_time

sysctl net.ipv4.tcp_keepalive_probes

sysctl net.ipv4.tcp_keepalive_intvl &lt;/PRE&gt;&lt;P&gt;There are other params that can be tuned as well but these 3 are kind of critical. For e.g. if the tcp_keepalive_time is set to a high value then the OS holds onto that port even after the transaction is done (SQL is processed and results are obtained).. This is not Ambari specific, as you can see.&lt;/P&gt;&lt;P&gt;If this was Ambari issue, there should be a much wider impact. &lt;/P&gt;&lt;P&gt;I recommend checking the TCP WAITTIME and other params on both, the source and destination servers.&lt;/P&gt;&lt;P&gt;Here are the recommended values - &lt;/P&gt;&lt;PRE&gt;net.ipv4.tcp_keepalive_time = 600

net.ipv4.tcp_keepalive_probes = 5

net.ipv4.tcp_keepalive_intvl = 15&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Dec 2015 10:57:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101065#M13748</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-12-30T10:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari with mysql 5.6</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101066#M13749</link>
      <description>&lt;P&gt;Note: Question moved to the Operations track. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 11:23:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101066#M13749</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-12-30T11:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari with mysql 5.6</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101067#M13750</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/191/bsaini.html" nodeid="191"&gt;@bsaini&lt;/A&gt; i think i figured out the issue...it is a bug when we upgrade ambari database from Mysql 5.1 to later...as of now only option is to upgrade ambari to 2.2 or rollback the changes.  thanks for taking time in answering my question...appreciate it!!!&lt;/P&gt;&lt;P&gt;&lt;A href="https://na9.salesforce.com/articles/en_US/Issue/Ambari-log-reports-You-have-an-error-in-your-SQL-syntax-check-the-manual-that-corresponds-to-your-MySQL-server-version-for-the-right?popup=true" target="_blank"&gt;https://na9.salesforce.com/articles/en_US/Issue/Ambari-log-reports-You-have-an-error-in-your-SQL-syntax-check-the-manual-that-corresponds-to-your-MySQL-server-version-for-the-right?popup=true&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 21:30:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-with-mysql-5-6/m-p/101067#M13750</guid>
      <dc:creator>chrsvarma</dc:creator>
      <dc:date>2015-12-30T21:30:50Z</dc:date>
    </item>
  </channel>
</rss>

