You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2014/08/20 20:02:26 UTC

[jira] [Commented] (AMBARI-6928) Remove the restriction for minimum one filesystem check.

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

Yusaku Sako commented on AMBARI-6928:
-------------------------------------

+1 for the patch.

> Remove the restriction for minimum one filesystem check.
> --------------------------------------------------------
>
>                 Key: AMBARI-6928
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6928
>             Project: Ambari
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 1.7.0
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-6928.patch
>
>
> amabri-web code has the validation logic on select services page to minimum select one filesystem service. This needs to be removed and along with this service dependencies on HDFS should be added.
> service dependency map:
> {code}
> HDP-1: {
>     HDFS: ['MAPREDUCE', ''HBASE', SQOOP'],
>     MAPREDUCE: ['PIG', 'OOZIE', 'HIVE'],
>     ZOOKEEPER: ['HBASE', 'HIVE', 'WEBHCAT']
>   },
>   HDP-2: {
>     ZOOKEEPER: ['HDFS', 'HBASE', 'HIVE', 'WEBHCAT', 'STORM']
>     HDFS: ['YARN', 'HBASE', 'FLUME', 'SQOOP'],
>     YARN: [ 'MAPREDUCE2', 'PIG', 'OOZIE', 'HIVE', 'TEZ'],
>     TEZ: ['YARN', 'HIVE'],
>     OOZIE: ['FALCON']
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)