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

2018-12-17 Thread Javi Roman (JIRA)


[ 
https://issues.apache.org/jira/browse/MYRIAD-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16723282#comment-16723282
 ] 

Javi Roman commented on MYRIAD-256:
---

This issue is out of date.

The new Vagrant instructions are here: 
https://github.com/apache/incubator-myriad/tree/master/vagrant

> Cannot launch with vagrant
> --
>
> Key: MYRIAD-256
> URL: https://issues.apache.org/jira/browse/MYRIAD-256
> Project: Myriad
>  Issue Type: Bug
>  Components: Vagrant
>Reporter: Kwang-in (Dennis) JUNG
>Assignee: Javi Roman
>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
(v7.6.3#76005)


Re: [jira] [Commented] (MYRIAD-256) Cannot launch with vagrant

2017-11-08 Thread Darin Johnson
Appears to be a Java version error.  Will need to upgrade that I guess.

On Nov 7, 2017 3:19 AM, "Kwang-in (Dennis) JUNG (JIRA)" 
wrote:

>
> [ https://issues.apache.org/jira/browse/MYRIAD-256?page=
> com.atlassian.jira.plugin.system.issuetabpanels:comment-
> tabpanel=16241658#comment-16241658 ]
>
> Kwang-in (Dennis) JUNG commented on MYRIAD-256:
> ---
>
> I just change hadoop version to 2.7.4, and it causes other error like
> below.
>
> ==
> default: Running: /var/folders/hk/1t3k4z1d6jn71tzy08znymjrgn
> /T/vagrant-shell20171107-19945-cz51p0.sh
> ==> default: stdin: is not a tty
> ==> default: #!/bin/bash -v
> ==> default: #
> ==> default: # Licensed to the Apache Software Foundation (ASF) under one
> ==> default: # or more contributor license agreements.  See the NOTICE file
> ==> default: # distributed with this work for additional information
> ==> default: # regarding copyright ownership.  The ASF licenses this file
> ==> default: # to you under the Apache License, Version 2.0 (the
> ==> default: # "License"); you may not use this file except in compliance
> ==> default: # with the License.  You may obtain a copy of the License at
> ==> default: #
> ==> default: # http://www.apache.org/licenses/LICENSE-2.0
> ==> default: #
> ==> default: # Unless required by applicable law or agreed to in writing,
> ==> default: # software distributed under the License is distributed on an
> ==> default: # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> ==> default: # KIND, either express or implied.  See the License for the
> ==> default: # specific language governing permissions and limitations
> ==> default: # under the License.
> ==> default: #
> ==> default: set -e
> ==> default:
> ==> default: # Format NameNode
> ==> default: sudo -u hduser sh -c 'yes Y | /usr/local/hadoop/bin/hdfs
> namenode -format'
> ==> default: 17/11/07 08:05:40 INFO namenode.NameNode: STARTUP_MSG:
> ==> default: /
> ==> default: STARTUP_MSG: Starting NameNode
> ==> default: STARTUP_MSG:   host = vagrant-ubuntu-trusty-64/10.0.2.15
> ==> default: STARTUP_MSG:   args = [-format]
> ==> default: STARTUP_MSG:   version = 2.7.4
> ==> default: STARTUP_MSG:   classpath = /usr/local/hadoop/etc/hadoop:/
> usr/local/hadoop/share/hadoop/common/lib/htrace-core-3.1.0-
> incubating.jar:/usr/local/hadoop/share/hadoop/common/
> lib/avro-1.7.4.jar:/usr/local/hadoop/share/hadoop/common/
> lib/commons-codec-1.4.jar:/usr/local/hadoop/share/hadoop/
> common/lib/jetty-6.1.26.jar:/usr/local/hadoop/share/hadoop/
> common/lib/jetty-util-6.1.26.jar:/usr/local/hadoop/share/
> hadoop/common/lib/jackson-jaxrs-1.9.13.jar:/usr/local/
> hadoop/share/hadoop/common/lib/jaxb-api-2.2.2.jar:/usr/
> local/hadoop/share/hadoop/common/lib/jetty-sslengine-6.
> 1.26.jar:/usr/local/hadoop/share/hadoop/common/lib/netty-
> 3.6.2.Final.jar:/usr/local/hadoop/share/hadoop/common/
> lib/hamcrest-core-1.3.jar:/usr/local/hadoop/share/hadoop/
> common/lib/jsp-api-2.1.jar:/usr/local/hadoop/share/hadoop/
> common/lib/curator-recipes-2.7.1.jar:/usr/local/hadoop/
> share/hadoop/common/lib/api-util-1.0.0-M20.jar:/usr/local/
> hadoop/share/hadoop/common/lib/commons-io-2.4.jar:/usr/
> local/hadoop/share/hadoop/common/lib/jets3t-0.9.0.jar:/
> usr/local/hadoop/share/hadoop/common/lib/commons-httpclient-
> 3.1.jar:/usr/local/hadoop/share/hadoop/common/lib/
> zookeeper-3.4.6.jar:/usr/local/hadoop/share/hadoop/common/lib/commons-
> configuration-1.6.jar:/usr/local/hadoop/share/hadoop/common/lib/commons-
> collections-3.2.2.jar:/usr/local/hadoop/share/hadoop/
> common/lib/servlet-api-2.5.jar:/usr/local/hadoop/share/
> hadoop/common/lib/apacheds-i18n-2.0.0-M15.jar:/usr/local/
> hadoop/share/hadoop/common/lib/paranamer-2.3.jar:/usr/
> local/hadoop/share/hadoop/common/lib/jackson-xc-1.9.13.
> jar:/usr/local/hadoop/share/hadoop/common/lib/hadoop-
> annotations-2.7.4.jar:/usr/local/hadoop/share/hadoop/
> common/lib/commons-beanutils-1.7.0.jar:/usr/local/hadoop/
> share/hadoop/common/lib/jersey-json-1.9.jar:/usr/
> local/hadoop/share/hadoop/common/lib/httpcore-4.2.5.jar:
> /usr/local/hadoop/share/hadoop/common/lib/commons-
> digester-1.8.jar:/usr/local/hadoop/share/hadoop/common/
> lib/jsch-0.1.54.jar:/usr/local/hadoop/share/hadoop/
> common/lib/commons-compress-1.4.1.jar:/usr/local/hadoop/
> share/hadoop/common/lib/mockito-all-1.8.5.jar:/usr/
> local/hadoop/share/hadoop/common/lib/commons-beanutils-
> core-1.8.0.jar:/usr/local/hadoop/share/hadoop/common/
> lib/jackson-mapper-asl-1.9.13.jar:/usr/local/hadoop/share/
> hadoop/common/lib/curator-framework-2.7.1.jar:/usr/
> local/hadoop/share/hadoop/common/lib/xmlenc-0.52.jar:/
> usr/local/hadoop/share/hadoop/common/lib/commons-lang-2.6.
> jar:/usr/local/hadoop/share/hadoop/common/lib/junit-4.11.
> jar:/usr/local/hadoop/share/hadoop/common/lib/gson-2.2.4.
> 

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

2017-11-07 Thread Kwang-in (Dennis) JUNG (JIRA)

[ 
https://issues.apache.org/jira/browse/MYRIAD-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241658#comment-16241658
 ] 

Kwang-in (Dennis) JUNG commented on MYRIAD-256:
---

I just change hadoop version to 2.7.4, and it causes other error like below.

==
default: Running: 
/var/folders/hk/1t3k4z1d6jn71tzy08znymjrgn/T/vagrant-shell20171107-19945-cz51p0.sh
==> default: stdin: is not a tty
==> default: #!/bin/bash -v
==> default: #
==> default: # Licensed to the Apache Software Foundation (ASF) under one
==> default: # or more contributor license agreements.  See the NOTICE file
==> default: # distributed with this work for additional information
==> default: # regarding copyright ownership.  The ASF licenses this file
==> default: # to you under the Apache License, Version 2.0 (the
==> default: # "License"); you may not use this file except in compliance
==> default: # with the License.  You may obtain a copy of the License at
==> default: #
==> default: # http://www.apache.org/licenses/LICENSE-2.0
==> default: #
==> default: # Unless required by applicable law or agreed to in writing,
==> default: # software distributed under the License is distributed on an
==> default: # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
==> default: # KIND, either express or implied.  See the License for the
==> default: # specific language governing permissions and limitations
==> default: # under the License.
==> default: #
==> default: set -e
==> default: 
==> default: # Format NameNode
==> default: sudo -u hduser sh -c 'yes Y | /usr/local/hadoop/bin/hdfs namenode 
-format'
==> default: 17/11/07 08:05:40 INFO namenode.NameNode: STARTUP_MSG: 
==> default: /
==> default: STARTUP_MSG: Starting NameNode
==> default: STARTUP_MSG:   host = vagrant-ubuntu-trusty-64/10.0.2.15
==> default: STARTUP_MSG:   args = [-format]
==> default: STARTUP_MSG:   version = 2.7.4
==> default: STARTUP_MSG:   classpath =