[ https://issues.apache.org/jira/browse/RYA-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16479529#comment-16479529 ]
ASF GitHub Bot commented on RYA-495: ------------------------------------ GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/297 RYA-495 Updated the Vagrantfile's dependencies ## Description The Vagrantfile referenced sites that no longer hosted the dependencies for Accumulo and Hadoop. New sites were used to replace them. There currently isn't a 4.0 release distribution on maven so I hosted some of the Rya files needed in the Vagrantfile. That can be changed when 4.0 is released. Sorry, lots of whitespace fixing. ### Tests Confirmed dependency links were still active ### Links [Jira](https://issues.apache.org/jira/browse/RYA-495) ### Checklist - [ ] Code Review - [ ] Squash Commits #### People To Review @kchilton2 @isper3at @pujav65 @DLotts You can merge this pull request into a Git repository by running: $ git pull https://github.com/ejwhite922/incubator-rya RYA-495_VagrantFileDependencyUpdates Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-rya/pull/297.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #297 ---- commit 6b5b6bc77f4f0320a21c2cefc42d08177f650826 Author: eric.white <eric.white@...> Date: 2018-05-16T16:56:05Z RYA-495 Updated the Vagrantfile's dependencies ---- > old version numbers in Vagrantfile prevent it from working > ---------------------------------------------------------- > > Key: RYA-495 > URL: https://issues.apache.org/jira/browse/RYA-495 > Project: Rya > Issue Type: Bug > Components: build > Environment: Ubuntu > Reporter: Bob DuCharme > Assignee: Eric White > Priority: Major > > Vagrantfile on > [https://github.com/apache/incubator-rya/tree/master/extras/vagrantExample/src/main/vagrant] > includes these three lines: > > export ACCUMULO_VERSION=1.6.5 > export HADOOP_VERSION=2.7.2 > export RYA_EXAMPLE_VERSION=4.0.0-incubating > These values get plugged into URLs for versions Accumulo, Hadoop, and Rya > that are no longer available, so each prevents installation of incubator-rya > from working. The version numbers need updating. -- This message was sent by Atlassian JIRA (v7.6.3#76005)