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

Guo Ruijing commented on BIGTOP-1363:
-------------------------------------

+1 on Sean's proposal.

Bigtop may use repo to manage source code branches

a. repo: https://source.android.com/source/using-repo.html

b. default.xml example:

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
    <remote  name="origin"
        fetch="https://github.com/apache />
    <default revision="master"
        remote="origin"/>
    <project path="zookeeper" name="zookeeper.git" groups="stack"  
revision="branch-3.4"/>
    <project path="hadoop" name="hadoop.git" groups="stack"  
revision="branch-2.2.0"/>
    <project path="hbase" name="hbase.git" groups="stack"  
revision="branch-0.96"/>
    <project path="hive" name="hive.git" groups="stack"  
revision="branch-0.12"/>
    <project path="pig" name="pig.git" groups="stack"  revision="branch-0.12"/>
    <project path="sqoop" name="sqoop.git" groups="stack"  
revision="branch-1.4.2"/>
    <project path="mahout" name="mahout.git" groups="stack"  
revision="branch-0.7"/>
    <project path="flume" name="flume.git" groups="stack"  
revision="flume-1.4"/>       
    <project path="oozie" name="oozie.git" groups="stack"  
revision="branch-4.0.0"/>
</manifest>

> (Discussion) Bigtop may manage apache patches
> ---------------------------------------------
>
>                 Key: BIGTOP-1363
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1363
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Guo Ruijing
>
> Bigtop may manage apache patches.
> Motivation 1: component build fails due to some apache patches. bigtop don't 
> need to wait for component rebase to workaround component build failure.
> Example 1) Hadoop build fails in bigtop-0.6.0/bigtop-0.7.0 build fails due to 
> HADOOP-10110.patch missing.
> Example 2) flume 1.4.0 build fails due to Flume-2172
> Motivation 2: third party can use bigtop to manage apache or vendor patches 
> (Not bigtop goal, but if more people use bigtop to do distribution, bigtop is 
> more stable)



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

Reply via email to