You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/19 17:15:00 UTC

[jira] [Updated] (AMBARI-22817) Update backend code to handle new versioning schema

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

ASF GitHub Bot updated AMBARI-22817:
------------------------------------
    Labels: pull-request-available  (was: )

> Update backend code to handle new versioning schema
> ---------------------------------------------------
>
>                 Key: AMBARI-22817
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22817
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 3.0.0
>            Reporter: Vitaly Brodetskyi
>            Assignee: Vitaly Brodetskyi
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>
> The new module and mpack meta rpms will have be versioned as follows
> *Mpack Versioning*
> {code}
> <MAJOR>.<MINOR>.<MAINT>-b<BUILDNUM>
> <MAJOR>.<MINOR>.<MAINT>-h<HOTFIXNUM>-b<BUILDNUM>
> {code}
> *Examples*
> {code}
> hdpcore 3.0.0-b123
> hdpcore 3.0.0-h7-b111
> edw 1.0.0-b234
> edw 1.0.0-h15-b7
> {code}
> *Module Versioning*
> {code}
> <APACHE-MAJOR>.<APACHE-MINOR>.<HWX-MINOR>.<HWX-MAINT>-b<BUILDNUM>
> <APACHE-MAJOR>.<APACHE-MINOR>.<HWX-MINOR>.<HWX-MAINT>-h<HOTFIXNUM>-b<BUILDNUM>
> {code}
> *Examples*
> {code}
> hdfs 3.0.0.1-b123
> hdfs 3.0.1.0-h77-b11
> zookeeper 3.5.1.0-b111
> zookeeper 3.5.1.1-h21-b10
> {code}
> We need the BE code (java, python) to handle this versioning schema while comparing versions, formatting versions etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)