<?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: I have installed one node HDP in my Vm's machine, When i start my ambari- server the following error message is shown ,,  Help me out how to fix the issue. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172872#M42117</link>
    <description>&lt;P&gt;log file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8081-ambarilog.txt"&gt;ambarilog.txt&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 19:09:49 GMT</pubDate>
    <dc:creator>ansarifah</dc:creator>
    <dc:date>2016-09-28T19:09:49Z</dc:date>
    <item>
      <title>I have installed one node HDP in my Vm's machine, When i start my ambari- server the following error message is shown ,,  Help me out how to fix the issue.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172870#M42115</link>
      <description>&lt;P&gt;[root@hdp ~]# ambari-server start
Using python  /usr/bin/python2
Starting ambari-server
Ambari Server running with administrator privileges.
Organizing resource files at /var/lib/ambari-server/resources...
Server PID at: /var/run/ambari-server/ambari-server.pid
Server out at: /var/log/ambari-server/ambari-server.out
Server log at: /var/log/ambari-server/ambari-server.log
Waiting for server start....................
ERROR: Exiting with exit code -1.
REASON: Ambari Server java process died with exitcode 1. Check /var/log/ambari-server/ambari-server.out          for more information.
[root@hdp ~]# ambari-agent start
Verifying Python version compatibility...
Using python  /usr/bin/python2
Checking for previously running Ambari Agent...
ERROR: ambari-agent already running
Check /var/run/ambari-agent/ambari-agent.pid for PID.
[root@hdp ~]# ambari-agent status
Found ambari-agent PID: 3126
ambari-agent running.
Agent PID at: /var/run/ambari-agent/ambari-agent.pid
Agent out at: /var/log/ambari-agent/ambari-agent.out
Agent log at: /var/log/ambari-agent/ambari-agent.log&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 18:00:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172870#M42115</guid>
      <dc:creator>ansarifah</dc:creator>
      <dc:date>2016-09-28T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: I have installed one node HDP in my Vm's machine, When i start my ambari- server the following error message is shown ,,  Help me out how to fix the issue.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172871#M42116</link>
      <description>&lt;P&gt;As per the error, you need to check the logs to understand what's happening. The log is /var/log/ambari-server/ambari-server.log&lt;/P&gt;&lt;P&gt;If it doesn't make sense - don't hesitate to post them here. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 18:03:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172871#M42116</guid>
      <dc:creator>orenault</dc:creator>
      <dc:date>2016-09-28T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: I have installed one node HDP in my Vm's machine, When i start my ambari- server the following error message is shown ,,  Help me out how to fix the issue.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172872#M42117</link>
      <description>&lt;P&gt;log file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8081-ambarilog.txt"&gt;ambarilog.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 19:09:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172872#M42117</guid>
      <dc:creator>ansarifah</dc:creator>
      <dc:date>2016-09-28T19:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: I have installed one node HDP in my Vm's machine, When i start my ambari- server the following error message is shown ,,  Help me out how to fix the issue.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172873#M42118</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/3331/ansarifah.html" nodeid="3331"&gt;@ANSARI FAHEEM AHMED&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;looks like you are using MySQL as underlying db, and you need to set property 'max_allowed_packet' in mysql config file.&lt;/P&gt;&lt;P&gt;With a default installation, it would be in file &lt;STRONG&gt;/etc/my.cnf&lt;/STRONG&gt; , where you can add/set the property like e.g.:&lt;/P&gt;&lt;PRE&gt;max_allowed_packet=256M&lt;/PRE&gt;&lt;P&gt;Then &lt;EM&gt;restart mysql&lt;/EM&gt; and give the &lt;EM&gt;ambar-server start&lt;/EM&gt; another try.&lt;/P&gt;&lt;P&gt;HTH, best regards&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 01:43:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172873#M42118</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2016-09-29T01:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: I have installed one node HDP in my Vm's machine, When i start my ambari- server the following error message is shown ,,  Help me out how to fix the issue.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172874#M42119</link>
      <description>&lt;P&gt;Dear Gerd, I have set the above line in my.cnf file and restart mysqld but have same issue &lt;/P&gt;&lt;P&gt;[root@hdp etc]# vi my.cnf
[root@hdp etc]# sudo systemctl restart mysqld&lt;/P&gt;&lt;P&gt;[root@hdp /]# ambari-server start &lt;/P&gt;&lt;P&gt;Using python  /usr/bin/python2
Starting ambari-server
Ambari Server running with administrator privileges.
Organizing resource files at /var/lib/ambari-server/resources...
Server PID at: /var/run/ambari-server/ambari-server.pid
Server out at: /var/log/ambari-server/ambari-server.out
Server log at: /var/log/ambari-server/ambari-server.log
Waiting for server start....................
Ambari Server 'start' completed successfully. &lt;/P&gt;&lt;P&gt;[root@hdp /]# ambari-server status &lt;/P&gt;&lt;P&gt;Using python  /usr/bin/python2
Ambari-server status
Ambari Server not running. Stale PID File at: /var/run/ambari-server/ambari-server.pid&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:03:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-have-installed-one-node-HDP-in-my-Vm-s-machine-When-i/m-p/172874#M42119</guid>
      <dc:creator>ansarifah</dc:creator>
      <dc:date>2016-09-30T17:03:48Z</dc:date>
    </item>
  </channel>
</rss>

