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

Anu Engineer commented on HDDS-2704:
------------------------------------

Apache Releases for Ozone does not do Bigtop build. So if you need Bigtop build 
should we revert this from the repo which is used in that manner ? 

If you want to support BigTop feature in Apache Ozone, I am all for it; but 
without us having visibility in the Apache; we will not even know what got 
broken and it will be a very complex to support. So I think the fix should be 
in the repo used for Bigtop builds; and not in Apache Ozone.

[~elek][~arp] [~bharat] I will like to reapply this patch. Please let me know 
if it is okay to proceed that way.

> Source tar file is not created during the relase build
> ------------------------------------------------------
>
>                 Key: HDDS-2704
>                 URL: https://issues.apache.org/jira/browse/HDDS-2704
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>            Reporter: Marton Elek
>            Assignee: Marton Elek
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.4.2
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Thanks to [~dineshchitlangia] who reported this problem.
> With a release build:
> {code:java}
> mvn clean install -Dmaven.javadoc.skip=true -DskipTests -Psign,dist,src -Dtar 
> -Dgpg.keyname=$CODESIGNINGKEY {code}
> The source package (*the* release) is not created.
> In fact it's created, but the problem with the order of clean and install:
>  * clean is executed in the root project
>  * install is executed in the root project (creates 
> hadoop-ozone/dist/target/..src.tar.gx
>  * .....
>  * clean is executed in the hadoop-ozone/dist project *(here the src package 
> is deleted)*
>  * install is executed in the hadoop-ozone/dist project
> One possible fix is to move the creation of the src package to the 
> hadoop-ozone/dist project (but do it from the project root)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to