Jesang Yoon created ZEPPELIN-1299:
-------------------------------------
Summary: Failed to find reference for maven from 3.3.3 in
script/vagrant
Key: ZEPPELIN-1299
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1299
Project: Zeppelin
Issue Type: Bug
Components: build
Affects Versions: 0.6.0
Reporter: Jesang Yoon
Priority: Minor
Fix For: 0.6.0
scripts/vagrant/zeppelin-dev/roles/maven/tasks/main.yml references maven 3.3.3
but Ansible installation for maven 3.3.3 fails:
{code}
fatal: [default]: FAILED! => {"changed": false, "dest":
"/tmp/apache-maven-3.3.3-bin.tar.gz", "failed": true, "msg": "Request failed",
"response": "HTTP Error 404: Not Found", "state": "absent", "status_code": 404,
"url":
"http://apache.mirror.cdnetworks.com/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz"}
{code}
I tried other mirros but none of them works.
"http://apache.mirror.cdnetworks.com/"
"http://apache.tt.co.kr/"
"http://mirror.apache-kr.org/"
"http://mirror.navercorp.com/apache/"
So it seems to update version 3.3.3 to 3.3.9 (latest) required at script and
documentation
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)