[
https://issues.apache.org/jira/browse/BIGTOP-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120909#comment-14120909
]
Guo Ruijing commented on BIGTOP-1373:
-------------------------------------
download.sh example:
case $1 in
hadoop)
cd components; wget
http://apache.osuosl.org/hadoop/common/hadoop-2.5.0/hadoop-2.5.0-src.tar.gz;
tar xzvf hadoop-2.5.0-src.tar.gz
;;
zookeeper)
cd components/; git clone https://github.com/apache/zookeeper.git; cd
zookeeper; git checkout -b branch-3.5
;;
hbase)
cd components/hbase; wget https://github.com/apache/hbase/archive/0.98.zip;
unzip 0.98.zip
;;
*)
echo Componnet Not Found
;;
esac
> Add a mechanism of obtaining source for components from SCM
> -----------------------------------------------------------
>
> Key: BIGTOP-1373
> URL: https://issues.apache.org/jira/browse/BIGTOP-1373
> Project: Bigtop
> Issue Type: Improvement
> Reporter: Julien Eid
> Attachments: BIGTOP-1373-extrafile.patch,
> BIGTOP-1373-noextrafile.patch, BIGTOP-1373.patch
>
>
> This was brought up here (https://issues.apache.org/jira/browse/BIGTOP-1363)
> as a much wanted feature for our build system so we can build against
> branches. I have two approaches to doing this that I'll be posting up Patch
> files for and seeing which approach everyone likes better.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)