<?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: Problem with cloudera agent in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47709#M36792</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The exception occurs when the agent is attempting to run the "alternatives" command to list out all the current alternatives. &amp;nbsp;The agent code parses the output and assigns it to variables. &amp;nbsp;The exception indicates that one of the rows returned by "alternatives" has more columns than expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We see this assignment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;path, _, _, priority_str = line.rstrip().split(" ")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have found that the OpenJDK name may have a space in the name so&amp;nbsp;it has an extra column.&lt;/P&gt;&lt;P&gt;We don't have a fix now, but you could remove OpenJDK from alternatives if that is the one with the extra column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll make sure we tighten up the code to prevent this sort of issue in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2016 17:31:40 GMT</pubDate>
    <dc:creator>bgooley</dc:creator>
    <dc:date>2016-11-21T17:31:40Z</dc:date>
    <item>
      <title>Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47698#M36791</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My System:&lt;/P&gt;&lt;P&gt;RHEL 7.2, 48GB RAM, CM 5.8, CDH 5.7.4, Kerberos Enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a problem with a cloudera&amp;nbsp;agent. I am not able to run it. It gets to some loop which looks as follow:&lt;/P&gt;&lt;PRE&gt;21/Nov/2016 15:20:17 +0000] 12974 MainThread agent        INFO     Loading last saved hb response to complete initialization: /var/lib/cloudera-scm-agent/response.avro
[21/Nov/2016 15:20:17 +0000] 12974 MainThread agent        INFO     Using parcels directory from server provided value: /opt/cloudera/parcels
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Agent does create users/groups and apply file permissions
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Loading parcel manifest for: CDH-5.7.4-1.cdh5.7.4.p0.2
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Loading parcel manifest for: KEYTRUSTEE-5.9.0-5.KEYTRUSTEE5.9.0.p0.17
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Loading parcel manifest for: ARCADIAENTERPRISE-3.2.1.0-1477612993.cdh5
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Ensuring users/groups exist for new parcel CDH-5.7.4-1.cdh5.7.4.p0.2.
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'hadoop']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'flume']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'hdfs']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'solr']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'zookeeper']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'llama']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'httpfs']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'mapred']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'sqoop']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'yarn']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'kms']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'hive']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'sqoop2']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'oozie']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'hbase']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'sentry']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'impala']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'spark']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'hue']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'flume', '-K', 'UMASK=022', '--home', '/var/lib/flume-ng', '--comment', 'Flume', '--shell', '/bin/false', 'flume']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'hdfs', '-K', 'UMASK=022', '--home', '/var/lib/hadoop-hdfs', '--comment', 'Hadoop HDFS', '--shell', '/bin/bash', '--groups', 'hadoop', 'hdfs']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'solr', '-K', 'UMASK=022', '--home', '/var/lib/solr', '--comment', 'Solr', '--shell', '/sbin/nologin', 'solr']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'zookeeper', '-K', 'UMASK=022', '--home', '/var/lib/zookeeper', '--comment', 'ZooKeeper', '--shell', '/bin/false', 'zookeeper']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'llama', '-K', 'UMASK=022', '--home', '/var/lib/llama', '--comment', 'Llama', '--shell', '/bin/bash', '--groups', 'llama', 'llama']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'httpfs', '-K', 'UMASK=022', '--home', '/var/lib/hadoop-httpfs', '--comment', 'Hadoop HTTPFS', '--shell', '/bin/bash', 'httpfs']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'mapred', '-K', 'UMASK=022', '--home', '/var/lib/hadoop-mapreduce', '--comment', 'Hadoop MapReduce', '--shell', '/bin/bash', '--groups', 'hadoop', 'mapred']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'sqoop', '-K', 'UMASK=022', '--home', '/var/lib/sqoop', '--comment', 'Sqoop', '--shell', '/bin/false', 'sqoop']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'yarn', '-K', 'UMASK=022', '--home', '/var/lib/hadoop-yarn', '--comment', 'Hadoop Yarn', '--shell', '/bin/bash', '--groups', 'hadoop', 'yarn']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'kms', '-K', 'UMASK=022', '--home', '/var/lib/hadoop-kms', '--comment', 'Hadoop KMS', '--shell', '/bin/bash', 'kms']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'hive', '-K', 'UMASK=022', '--home', '/var/lib/hive', '--comment', 'Hive', '--shell', '/bin/false', 'hive']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'sqoop2', '-K', 'UMASK=022', '--home', '/var/lib/sqoop2', '--comment', 'Sqoop 2 User', '--shell', '/sbin/nologin', '--groups', 'sqoop', 'sqoop2']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'oozie', '-K', 'UMASK=022', '--home', '/var/lib/oozie', '--comment', 'Oozie User', '--shell', '/bin/false', 'oozie']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'hbase', '-K', 'UMASK=022', '--home', '/var/lib/hbase', '--comment', 'HBase', '--shell', '/bin/false', 'hbase']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'sentry', '-K', 'UMASK=022', '--home', '/var/lib/sentry', '--comment', 'Sentry', '--shell', '/sbin/nologin', 'sentry']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'impala', '-K', 'UMASK=022', '--home', '/var/lib/impala', '--comment', 'Impala', '--shell', '/bin/bash', '--groups', 'hive', 'impala']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'spark', '-K', 'UMASK=022', '--home', '/var/lib/spark', '--comment', 'Spark', '--shell', '/sbin/nologin', 'spark']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'hue', '-K', 'UMASK=022', '--home', '/usr/lib/hue', '--comment', 'Hue', '--shell', '/bin/false', 'hue']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Ensuring correct file permissions for new parcel CDH-5.7.4-1.cdh5.7.4.p0.2.
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-yarn/bin/container-executor root yarn
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'root:yarn', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-yarn/bin/container-executor']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-yarn/bin/container-executor 6050
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '6050', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-yarn/bin/container-executor']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.dist/conf/server.xml sqoop2 sqoop
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'sqoop2:sqoop', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.dist/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.dist/conf/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.dist/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.dist/conf/server.xml solr solr
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'solr:solr', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.dist/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.dist/conf/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.dist/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop/desktop.db hue hue
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'hue:hue', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop/desktop.db']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop/desktop.db 0660
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0660', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop/desktop.db']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-0.20-mapreduce/sbin/Linux/task-controller root mapred
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'root:mapred', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-0.20-mapreduce/sbin/Linux/task-controller']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-0.20-mapreduce/sbin/Linux/task-controller 4754
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '4754', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hadoop-0.20-mapreduce/sbin/Linux/task-controller']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/ssl-server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/ssl-server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.dist/conf/server.xml httpfs httpfs
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'httpfs:httpfs', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.dist/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.dist/conf/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.dist/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/ssl-server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/ssl-server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/ssl-server.xml oozie oozie
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/ssl-server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.mr1/conf/server.xml sqoop2 sqoop
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'sqoop2:sqoop', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.mr1/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.mr1/conf/server.xml 0750
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/sqoop2/tomcat-conf.mr1/conf/server.xml']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop hue hue
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'hue:hue', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop 0755
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0755', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/lib/hue/desktop']
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.https/conf/server.xml httpfs httpfs
[21/Nov/2016 15:20:17 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'httpfs:httpfs', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.https/conf/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.https/conf/server.xml 0750
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/hadoop-httpfs/tomcat-conf.https/conf/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/server.xml oozie oozie
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/server.xml 0750
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https/conf/ssl/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/server.xml oozie oozie
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/server.xml 0750
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.https.mr1/conf/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.https/conf/server.xml solr solr
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'solr:solr', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.https/conf/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.https/conf/server.xml 0750
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/solr/tomcat-conf.https/conf/server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/ssl-server.xml oozie oozie
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'oozie:oozie', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/ssl-server.xml 0750
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0750', u'/opt/cloudera/parcels/CDH-5.7.4-1.cdh5.7.4.p0.2/etc/oozie/tomcat-conf.http.mr1/conf/ssl/ssl-server.xml']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Ensuring users/groups exist for new parcel KEYTRUSTEE-5.9.0-5.KEYTRUSTEE5.9.0.p0.17.
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Ensuring correct file permissions for new parcel KEYTRUSTEE-5.9.0-5.KEYTRUSTEE5.9.0.p0.17.
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chown: /opt/cloudera/parcels/KEYTRUSTEE-5.9.0-5.KEYTRUSTEE5.9.0.p0.17/var/lib/kms-keytrustee kms kms
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chown', 'kms:kms', u'/opt/cloudera/parcels/KEYTRUSTEE-5.9.0-5.KEYTRUSTEE5.9.0.p0.17/var/lib/kms-keytrustee']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     chmod: /opt/cloudera/parcels/KEYTRUSTEE-5.9.0-5.KEYTRUSTEE5.9.0.p0.17/var/lib/kms-keytrustee 0755
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['chmod', '0755', u'/opt/cloudera/parcels/KEYTRUSTEE-5.9.0-5.KEYTRUSTEE5.9.0.p0.17/var/lib/kms-keytrustee']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Ensuring users/groups exist for new parcel ARCADIAENTERPRISE-3.2.1.0-1477612993.cdh5.
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'arcadia']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/groupadd', '-r', 'arcadia']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Executing command ['/usr/sbin/useradd', '-r', '-m', '-g', 'arcadia', '-K', 'UMASK=022', '--home', '/var/lib/arcadia', '--comment', 'Arcadia Data', '--shell', '/bin/bash', '--groups', 'arcadia,hive,hdfs,impala', 'arcadia']
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel       INFO     Ensuring correct file permissions for new parcel ARCADIAENTERPRISE-3.2.1.0-1477612993.cdh5.
[21/Nov/2016 15:20:18 +0000] 12974 MainThread parcel_cache INFO     Using /opt/cloudera/parcel-cache for parcel cache
[21/Nov/2016 15:20:18 +0000] 12974 MainThread agent        ERROR    Caught unexpected exception in main loop.
Traceback (most recent call last):
  File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/agent.py", line 710, in start
    self._init_after_first_heartbeat_response(resp_data)
  File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/agent.py", line 840, in _init_after_first_heartbeat_response
    self.client_configs.load()
  File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 682, in load
    new_deployed.update(self._lookup_alternatives(fname))
  File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 432, in _lookup_alternatives
    return self._parse_alternatives(alt_name, out)
  File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 444, in _parse_alternatives
    path, _, _, priority_str = line.rstrip().split(" ")
ValueError: too many values to unpack&lt;/PRE&gt;&lt;P&gt;I think the line with&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ValueError: too many values to unpack&lt;/PRE&gt;&lt;P&gt;is a key here but no idea what to do with it right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I tried to run agent in DEBUG mode from:&lt;/P&gt;&lt;PRE&gt;/etc/cloudera-scm-agent/config.ini&lt;/PRE&gt;&lt;P&gt;but changing it there doesn't affect the agent at all........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One more thing, that happen only on Gateway Node. The rest of the nodes are just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrzej&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:23:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47698#M36791</guid>
      <dc:creator>andrzej_jedrzej</dc:creator>
      <dc:date>2016-11-21T16:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47709#M36792</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The exception occurs when the agent is attempting to run the "alternatives" command to list out all the current alternatives. &amp;nbsp;The agent code parses the output and assigns it to variables. &amp;nbsp;The exception indicates that one of the rows returned by "alternatives" has more columns than expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We see this assignment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;path, _, _, priority_str = line.rstrip().split(" ")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have found that the OpenJDK name may have a space in the name so&amp;nbsp;it has an extra column.&lt;/P&gt;&lt;P&gt;We don't have a fix now, but you could remove OpenJDK from alternatives if that is the one with the extra column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll make sure we tighten up the code to prevent this sort of issue in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 17:31:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47709#M36792</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2016-11-21T17:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47710#M36793</link>
      <description>&lt;P&gt;I don't have any OpenJDK packages installed.&lt;/P&gt;&lt;P&gt;Only Oracle jdk&amp;nbsp;1.8.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 17:40:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47710#M36793</guid>
      <dc:creator>andrzej_jedrzej</dc:creator>
      <dc:date>2016-11-21T17:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47712#M36794</link>
      <description>&lt;P&gt;Understood. &amp;nbsp;That was just a guess on which alternative may be causing the problem. &amp;nbsp;I'm not sure how to get alternatives to list the "--display" style output when just listing. &amp;nbsp;We may need to do some scripting to iterate over each alternative and write out the --display details for each to see which has more than 4 columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, the only option would be to make code changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 17:49:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47712#M36794</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2016-11-21T17:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47722#M36795</link>
      <description>&lt;P&gt;You might do something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# alternatives --list | awk '{print $1}' | xargs -n1 alternatives --display |grep "^/" &amp;gt; all_alternatives.txt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# awk -F ' ' -v NCOLS=4 'NF!=NCOLS{printf "Wrong number of columns at line %d\n", NR}' all_alternatives.txt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above will list out all the alternatives display information and write that to a file&lt;/P&gt;&lt;P&gt;Then, it will check to see if there are any lines with more or less than 4 columns and print out the line number.&lt;/P&gt;&lt;P&gt;You could then use that line number to reference the all_alternatives.txt file line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That should show us which alternative is tripping up the agent.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 18:57:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47722#M36795</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2016-11-21T18:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47794#M36796</link>
      <description>&lt;P&gt;I'm getting same issue. And i have removed OpenJDK from alternatives. Then i restarted the CDH server and agent, no luck. It is freeze on Activated state. Any help&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 09:31:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47794#M36796</guid>
      <dc:creator>kchaitanya</dc:creator>
      <dc:date>2016-11-22T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47798#M36797</link>
      <description>How did you fixed the fix</description>
      <pubDate>Tue, 22 Nov 2016 09:58:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47798#M36797</guid>
      <dc:creator>kchaitanya</dc:creator>
      <dc:date>2016-11-22T09:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47799#M36798</link>
      <description>&lt;P&gt;If this is related to OPenJDK you have to remove OPenJDK&amp;nbsp;from your server. Otherwise you have find out which packages make a proble. To do that you can run previously mentioned commands. As a result of the second you will &amp;nbsp;get the information of packages that make a problems.&lt;/P&gt;&lt;P&gt;I have a vanilla red hat installation so I just remove them with:&lt;/P&gt;&lt;P&gt;yum remove packageName&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 10:03:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47799#M36798</guid>
      <dc:creator>andrzej_jedrzej</dc:creator>
      <dc:date>2016-11-22T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47803#M36799</link>
      <description>After complete un-installation of OpenJDK, issue has been resolved. Thanks</description>
      <pubDate>Tue, 22 Nov 2016 10:33:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/47803#M36799</guid>
      <dc:creator>kchaitanya</dc:creator>
      <dc:date>2016-11-22T10:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/48870#M36800</link>
      <description>We applied kernel update for Dirtycow and had this problem. Removing openjdk fixed this problem.</description>
      <pubDate>Wed, 28 Dec 2016 18:31:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/48870#M36800</guid>
      <dc:creator>goldilocks</dc:creator>
      <dc:date>2016-12-28T18:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/49083#M36801</link>
      <description>&lt;P&gt;i experienced this issue also. removing open jdk resolved it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it appears open jdk add two extra columns to the output of the alternatives&amp;nbsp;call. i belive it is setting the --family when it installs the alternative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;PRE&gt;/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-2.b15.el7_3.x86_64/jre/bin/java - family java-1.8.0-openjdk.x86_64 priority 1800111&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:36:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/49083#M36801</guid>
      <dc:creator>CaseyBurns</dc:creator>
      <dc:date>2017-01-04T20:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/49084#M36802</link>
      <description>&lt;P&gt;Indeed, you are correct about the columns.&lt;/P&gt;&lt;P&gt;Please see my recent posts in the following thread for some more information:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Mismatched CDH versions: host has NONE but role expect 5" href="https://community.cloudera.com/t5/Cloudera-Manager-Installation/Mismatched-CDH-versions-host-has-NONE-but-role-expect-5/m-p/48780#U48780" target="_self"&gt;Mismatched CDH versions: host has NONE but role expect 5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I outlined a proposed fix (expiremental) if you really need the JDK. &amp;nbsp;Cloudera engineering is reviewing to decide on how we will address it in future releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:50:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/49084#M36802</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2017-01-04T20:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/49194#M36803</link>
      <description>&lt;P&gt;I had the same issue. After went through the alternative list, I found there are three more openjdk items, which are&amp;nbsp;jre_openjdk,&amp;nbsp;jre_1.8.0 and&amp;nbsp;jre_1.8.0_openjdk. After I removed these three items, CM started distributing task.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 05:29:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/49194#M36803</guid>
      <dc:creator>ChenLiangRyan</dc:creator>
      <dc:date>2017-01-09T05:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/54120#M36804</link>
      <description>&lt;P&gt;Please eloborate the fix , Using centos 7 and Cloudera Manager 5.11 . I'm not sure what can I do to resolve the issue .&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 09:44:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/54120#M36804</guid>
      <dc:creator>KingPrince</dc:creator>
      <dc:date>2017-04-26T09:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/55863#M36805</link>
      <description>I have the same issue and see the same extra columns.&lt;BR /&gt;Please can you share what exact steps you followed to completely remove OpenJDK.</description>
      <pubDate>Wed, 14 Jun 2017 14:21:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/55863#M36805</guid>
      <dc:creator>soundy</dc:creator>
      <dc:date>2017-06-14T14:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/55935#M36806</link>
      <description>Find all openjdk packages:&lt;BR /&gt;&lt;BR /&gt;rpm -qa "*jdk*"&lt;BR /&gt;&lt;BR /&gt;and remove them with:&lt;BR /&gt;&lt;BR /&gt;yum remove packageName</description>
      <pubDate>Thu, 15 Jun 2017 10:52:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/55935#M36806</guid>
      <dc:creator>andrzej_jedrzej</dc:creator>
      <dc:date>2017-06-15T10:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/59002#M36807</link>
      <description>&lt;P&gt;Is the issue fixed in a recent cloudera manager releases?&lt;/P&gt;&lt;P&gt;We are running 5.8.3 and we are experiencing the issue not for a jdk but for a custom alternatives.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm asking because is simplier for us to just upgrade the cloudera manager than fixing the alternatives name...&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 09:57:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/59002#M36807</guid>
      <dc:creator>parnigot</dc:creator>
      <dc:date>2017-08-18T09:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/60587#M36808</link>
      <description>&lt;P&gt;If anyone is interested i've updated to CM 5.12.1 and the issue has been fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:53:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/60587#M36808</guid>
      <dc:creator>parnigot</dc:creator>
      <dc:date>2017-10-04T13:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with cloudera agent</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/88851#M36809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know how to solve this issue. I'm having the same error mentioned below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/agent.py", line 710, in start&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self._init_after_first_heartbeat_response(resp_data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/agent.py", line 840, in _init_after_first_heartbeat_response&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.client_configs.load()&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 682, in load&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;new_deployed.update(self._lookup_alternatives(fname))&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 432, in _lookup_alternatives&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;return self._parse_alternatives(alt_name, out)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 444, in _parse_alternatives&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;path, _, _, priority_str = line.rstrip().split(" ")&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;ValueError: too many values to unpack&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I tried to see the jdk versions. But same jdk is present in all other servers. Not sure why am having issue only with this server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[root@ip-10-0-1-32 ~]# rpm -qa "*jdk*"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;java-1.8.0-openjdk-devel-1.8.0.144-0.b01.el7_4.x86_64&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;java-1.8.0-openjdk-headless-1.8.0.144-0.b01.el7_4.x86_64&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;jdk1.8.0_102-1.8.0_102-fcs.x86_64&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;copy-jdk-configs-2.2-3.el7.noarch&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;java-1.8.0-openjdk-1.8.0.144-0.b01.el7_4.x86_64&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 01:03:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-with-cloudera-agent/m-p/88851#M36809</guid>
      <dc:creator>Subba</dc:creator>
      <dc:date>2019-04-09T01:03:41Z</dc:date>
    </item>
  </channel>
</rss>

