Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-224

Modify HBase download script for CI

    XMLWordPrintableJSON

Details

    • Task
    • Status: To Do
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      The contents of `.travis.yml` are shown below.

       

      language: scala
      
      env:    - HBASE_VERSION = 1.2.6
      ...
      ...
      

      The contents of `.travis / install-hbase.sh` are shown below.

      if [ ! -d "$HOME/hbase-$HBASE_VERSION/bin" ]; then
        cd $HOME && wget -q -O - http://mirror.navercorp.com/apache/hbase/stable/hbase-$HBASE_VERSION
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            daewon Daewon Jeong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: