You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ot...@apache.org on 2017/11/08 02:11:35 UTC

metron git commit: METRON-1307 Force install of java8 since java9 does not appear to work with the scripts (brianhurley via ottobackwards) closes apache/metron#835

Repository: metron
Updated Branches:
  refs/heads/master 17d1ac348 -> 001fb1334


METRON-1307 Force install of java8 since java9 does not appear to work with the scripts (brianhurley via ottobackwards) closes apache/metron#835


Project: http://git-wip-us.apache.org/repos/asf/metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/001fb133
Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/001fb133
Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/001fb133

Branch: refs/heads/master
Commit: 001fb13347c612de6feeaab7de21819ebefef2b6
Parents: 17d1ac3
Author: brianhurley <br...@gmail.com>
Authored: Tue Nov 7 14:41:08 2017 -0500
Committer: otto <ot...@apache.org>
Committed: Tue Nov 7 14:41:08 2017 -0500

----------------------------------------------------------------------
 metron-deployment/vagrant/full-dev-platform/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metron/blob/001fb133/metron-deployment/vagrant/full-dev-platform/README.md
----------------------------------------------------------------------
diff --git a/metron-deployment/vagrant/full-dev-platform/README.md b/metron-deployment/vagrant/full-dev-platform/README.md
index 8f13b17..b6624ac 100644
--- a/metron-deployment/vagrant/full-dev-platform/README.md
+++ b/metron-deployment/vagrant/full-dev-platform/README.md
@@ -29,7 +29,8 @@ Any platform that supports these tools is suitable, but the following instructio
 1. Run the following command in a terminal to install all of the required tools.
 
     ```  
-    brew cask install vagrant virtualbox java docker
+    brew cask install vagrant virtualbox docker
+    brew cask install caskroom/versions/java8
     brew install maven@3.3 git
     pip install ansible==2.2.2.0
     vagrant plugin install vagrant-hostmanager