You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "jun aoki (JIRA)" <ji...@apache.org> on 2015/11/04 23:26:27 UTC

[jira] [Created] (AMBARI-13724) PHD Ambari out of base2.1 plus HAWQ/PXF patch won't bring the services in

jun aoki created AMBARI-13724:
---------------------------------

             Summary: PHD Ambari out of base2.1 plus HAWQ/PXF patch won't bring the services in
                 Key: AMBARI-13724
                 URL: https://issues.apache.org/jira/browse/AMBARI-13724
             Project: Ambari
          Issue Type: Bug
            Reporter: jun aoki


We've built an ambari-server.rpm from branch-2.1 + a patch that consolidates all our recent work for HAWQ and PXF described https://issues.apache.org/jira/browse/AMBARI-13665

That installation, however, does not provide HAWQ and PXF service definitions at all. [1] not even in its common-services [2]

There are 2 things
1. common-services should have all the open source has, regardless of what are actually enabled.
2. HAWQ and PXF should be enabled on PHD stack.

1. I am guessing copy_common_services() [3] filters services but I believe it won't be necessary as HDP does not filter anything.
For HDP, all services show up in common-services but some of them are just not enabled (e.g. HAWQ and PXF not enabled by default)
GenerateStackDefinition.py should not filter any services in common-services so that all distribution can be aligned

2. This probably is rather simple. HAWQ and PXF should be enabled for PHD stack.





[1] HAWQ and PXF are not shown up in PHD/2.0.6/srvices
[root@ip-10-32-36-173 stacks]# find /var/lib/ambari-server/resources/stacks -name services | xargs ls
/var/lib/ambari-server/resources/stacks/PHD/2.0.6/services:
AMBARI_METRICS  GANGLIA  HBASE  HDFS  HIVE  KERBEROS  OOZIE  PIG  stack_advisor.py  YARN  ZOOKEEPER

/var/lib/ambari-server/resources/stacks/PHD/2.1/services:
HBASE  HDFS  HIVE  KERBEROS  OOZIE  PIG  stack_advisor.py  TEZ  YARN  ZOOKEEPER

/var/lib/ambari-server/resources/stacks/PHD/3.0/services:
HBASE  HDFS  HIVE  KERBEROS  KNOX  OOZIE  PIG  RANGER  SPARK  stack_advisor.py  TEZ  YARN  ZOOKEEPER

/var/lib/ambari-server/resources/stacks/PHD/3.3/services:
HBASE  HDFS  HIVE  KERBEROS  KNOX  OOZIE  PIG  RANGER  RANGER_KMS  SPARK  stack_advisor.py  TEZ  YARN  ZOOKEEPER


[2] HAWQ and PXF do not exist even in common-services
ls /var/lib/ambari-server/resources/common-services/
AMBARI_METRICS  GANGLIA  HBASE  HDFS  HIVE  KERBEROS  KNOX  OOZIE  PIG  RANGER  RANGER_KMS  SPARK  TEZ  YARN  ZOOKEEPER

[3] copy_common_services()
https://github.com/apache/ambari/blob/branch-2.1/ambari-common/src/main/python/pluggable_stack_definition/GenerateStackDefinition.py#L542




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)