You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "DOYUNG YOON (JIRA)" <ji...@apache.org> on 2018/06/18 07:06:00 UTC

[jira] [Updated] (S2GRAPH-224) Modify HBase download script for CI

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

DOYUNG YOON updated S2GRAPH-224:
--------------------------------
    Labels: newbie  (was: )

> Modify HBase download script for CI
> -----------------------------------
>
>                 Key: S2GRAPH-224
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-224
>             Project: S2Graph
>          Issue Type: Task
>            Reporter: Daewon Jeong
>            Priority: Minor
>              Labels: newbie
>
> The contents of `.travis.yml` are shown below.
>  
> {code}
> language: scala
> env:    - HBASE_VERSION = 1.2.6
> ...
> ...
> {code}
> The contents of `.travis / install-hbase.sh` are shown below.
> {code}
> if [ ! -d "$HOME/hbase-$HBASE_VERSION/bin" ]; then
>   cd $HOME && wget -q -O - http://mirror.navercorp.com/apache/hbase/stable/hbase-$HBASE_VERSION
> {code}
> If you see the above, it should be exist the url of [http://mirror.navercorp.com/apache/hbase/stable/hbase-1.2.6-bin.tar.gz]
> However, if you look at [http://mirror.navercorp.com/apache/hbase/stable/]
> You can see that the file does not exist at present (June 18, 2018).
> This is because the stable version has changed. We need to generalize the script in case of this.



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