You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myriad.apache.org by "Kwang-in (Dennis) JUNG (JIRA)" <ji...@apache.org> on 2017/11/07 07:58:00 UTC

[jira] [Created] (MYRIAD-256) Cannot launch with vagrant

Kwang-in (Dennis) JUNG created MYRIAD-256:
---------------------------------------------

             Summary: Cannot launch with vagrant
                 Key: MYRIAD-256
                 URL: https://issues.apache.org/jira/browse/MYRIAD-256
             Project: Myriad
          Issue Type: Bug
            Reporter: Kwang-in (Dennis) JUNG
            Priority: Critical


Hello.
I cannot launch project via vagrant file.

```
$ vagrant up
...
==> default: sudo -u hduser sh -c 'cat /home/hduser/.ssh/id_rsa.pub >> /home/hduser/.ssh/authorized_keys'
==> default: #sudo -u hduser sh -c "ssh-keyscan -H $1 >> /home/hduser/.ssh/known_hosts"
==> default: sudo -u hduser sh -c "ssh-keyscan -H localhost >> /home/hduser/.ssh/known_hosts"
==> default: # localhost SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
==> default: # localhost SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
==> default: #sudo -u hduser sh -c "ssh-keyscan -H $2 >> /home/hduser/.ssh/known_hosts"
==> default: # Download Hadoop
==> default: HADOOP_VER="$1"
==> default: cd ~
==> default: if [ ! -f /tmp/hadoop-${HADOOP_VER}.tar.gz ]; then
==> default: 	wget http://apache.osuosl.org/hadoop/common/hadoop-${HADOOP_VER}/hadoop-${HADOOP_VER}.tar.gz -O /tmp/hadoop-${HADOOP_VER}.tar.gz
==> default: fi
==> default: --2017-11-07 07:24:00--  http://apache.osuosl.org/hadoop/common/hadoop-2.7.0/hadoop-2.7.0.tar.gz
==> default: Resolving apache.osuosl.org (apache.osuosl.org)... 
==> default: 64.50.233.100
==> default: , 
==> default: 140.211.166.134
==> default: , 
==> default: 64.50.236.52
==> default: Connecting to apache.osuosl.org (apache.osuosl.org)|64.50.233.100|:80... 
==> default: connected.
==> default: HTTP request sent, awaiting response... 
==> default: 404 Not Found
==> default: 2017-11-07 07:24:01 ERROR 404: Not Found.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
```
It seems version 2.7.0 are not exists in 'http://apache.osuosl.org/hadoop/common/'. There are 2.7.4, 2.8.0, etc. but no 2.7.0.
How about changing hadoop version?

Thanks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)