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

[jira] [Updated] (AMBARI-4840) Metrics sink for both Hadoop1 and Hadoop2 versions

     [ https://issues.apache.org/jira/browse/AMBARI-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Artem Baranchuk updated AMBARI-4840:
------------------------------------

    Summary: Metrics sink for both Hadoop1 and Hadoop2 versions  (was: Metrics sink for both HDP1 and HDP2 versions)

> Metrics sink for both Hadoop1 and Hadoop2 versions
> --------------------------------------------------
>
>                 Key: AMBARI-4840
>                 URL: https://issues.apache.org/jira/browse/AMBARI-4840
>             Project: Ambari
>          Issue Type: Task
>          Components: Ambari-SCOM
>    Affects Versions: 1.4.2
>            Reporter: Artem Baranchuk
>            Assignee: Artem Baranchuk
>             Fix For: 1.4.2
>
>
> To build *metric-sink* module for HDP1 and HDP2 we should use maven profiles. To build *metric-sink* for HDP1 we have to use
> {noformat}
> mvn install -Pscom1
> or
> mvn install -Dscom1
> {noformat}
> To build *metric-sink* for HDP2 we can just run maven build without any profiles or point scom2 profiles which active by default
> {noformat}
> mvn install
> or
> mvn install -Pscom2
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)