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.