You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2013/04/16 06:59:16 UTC

[jira] [Commented] (AMBARI-1944) All Service Smoke tests fail when run with service start

    [ https://issues.apache.org/jira/browse/AMBARI-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632563#comment-13632563 ] 

Mahadev konar commented on AMBARI-1944:
---------------------------------------

Sid,
 The patch looks good. One minor nit, why do we have the following diff (formant changes?):

{code}
-            if ((!scHost.getHostName().equals(jobtrackerHost))
+             if ((!scHost.getHostName().equals(jobtrackerHost))
{code}

                
> All Service Smoke tests fail when run with service start
> --------------------------------------------------------
>
>                 Key: AMBARI-1944
>                 URL: https://issues.apache.org/jira/browse/AMBARI-1944
>             Project: Ambari
>          Issue Type: Bug
>          Components: controller
>    Affects Versions: 1.3.0
>            Reporter: Siddharth Wagle
>            Assignee: Siddharth Wagle
>            Priority: Blocker
>             Fix For: 1.3.0
>
>         Attachments: AMBARI-1944.patch
>
>
> has_key(): expects the first argument to be a hash, got "" which is of type String at /var/lib/ambari-agent/puppet/modules/hdp/manifests/init.pp:38 on node ip-10-38-25-227.ec2.internal
> site-pp
> {noformat}
> #12.04.2013 03:16:38
> import '/var/lib/ambari-agent/puppet/modules/hdp/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-hadoop/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-hbase/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-zookeeper/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-oozie/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-pig/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-sqoop/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-templeton/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-hive/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-hcat/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-mysql/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-monitor-webserver/manifests/*.pp'
> import '/var/lib/ambari-agent/puppet/modules/hdp-repos/manifests/*.pp'
> $ambari_db_rca_password= ['mapred']
> $nagios_server_host= ['ip-10-38-25-227.ec2.internal']
> $ambari_db_rca_url= ['jdbc:postgresql://ip-10-38-25-227.ec2.internal/ambarirca']
> $webhcat_server_host= ['ip-10-38-25-227.ec2.internal']
> $hbase_rs_hosts= ['ip-10-38-25-227.ec2.internal']
> $slave_hosts= ['ip-10-38-25-227.ec2.internal']
> $namenode_host= ['ip-10-38-25-227.ec2.internal']
> $ganglia_server_host= ['ip-10-38-25-227.ec2.internal']
> $hbase_master_hosts= ['ip-10-38-25-227.ec2.internal']
> $hive_mysql_host= ['ip-10-38-25-227.ec2.internal']
> $oozie_server= ['ip-10-38-25-227.ec2.internal']
> $ambari_db_rca_driver= ['org.postgresql.Driver']
> $zookeeper_hosts= ['ip-10-38-25-227.ec2.internal']
> $jtnode_host= ['ip-10-38-25-227.ec2.internal']
> $ambari_db_rca_username= ['mapred']
> $hive_server_host= ['ip-10-38-25-227.ec2.internal']
> node /default/ {
>  stage{1 :} -> stage{2 :}
> class {'hdp': stage => 1}
> class {'hdp-zookeeper::quorum::service_check': stage => 2}
> }
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira