Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 82de508d7 -> 8dd7f4938


use ubuntu/trusty64 Official Ubuntu Server 14.04 LTS (Trusty Tahr) build

Realized I used an older Ubuntu 12 vm box file in Vagrant script.
Should be Ubuntu 14.04

Author: Jeff Steinmetz <[email protected]>

Closes #567 from jeffsteinmetz/vagrant-vm and squashes the following commits:

3b81445 [Jeff Steinmetz] use ubuntu/trusty64 Official Ubuntu Server 14.04 LTS 
(Trusty Tahr) build
fbaf2bd [Jeff Steinmetz] use ubuntu/trusty64 Official Ubuntu Server 14.04 LTS 
(Trusty Tahr) build


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/8dd7f493
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/8dd7f493
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/8dd7f493

Branch: refs/heads/master
Commit: 8dd7f4938ea45799c37b0b89bca3304a1d544d3f
Parents: 82de508
Author: Jeff Steinmetz <[email protected]>
Authored: Wed Dec 23 10:16:52 2015 -0800
Committer: Lee moon soo <[email protected]>
Committed: Thu Dec 24 13:46:58 2015 +0900

----------------------------------------------------------------------
 scripts/vagrant/zeppelin-dev/Vagrantfile          | 3 ++-
 scripts/vagrant/zeppelin-dev/show-instructions.sh | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/8dd7f493/scripts/vagrant/zeppelin-dev/Vagrantfile
----------------------------------------------------------------------
diff --git a/scripts/vagrant/zeppelin-dev/Vagrantfile 
b/scripts/vagrant/zeppelin-dev/Vagrantfile
index f709023..1da7be3 100644
--- a/scripts/vagrant/zeppelin-dev/Vagrantfile
+++ b/scripts/vagrant/zeppelin-dev/Vagrantfile
@@ -25,7 +25,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   # please see the online documentation at vagrantup.com.
 
   # Every Vagrant virtual environment requires a box to build off of.
-  config.vm.box = "hashicorp/precise64"
+  # ubuntu/trusty64 Official Ubuntu Server 14.04 LTS (Trusty Tahr) builds
+  config.vm.box = "ubuntu/trusty64"
 
   # Disable automatic box update checking. If you disable this, then
   # boxes will only be checked for updates when the user runs

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/8dd7f493/scripts/vagrant/zeppelin-dev/show-instructions.sh
----------------------------------------------------------------------
diff --git a/scripts/vagrant/zeppelin-dev/show-instructions.sh 
b/scripts/vagrant/zeppelin-dev/show-instructions.sh
index 5ce0ce0..6cfefbb 100644
--- a/scripts/vagrant/zeppelin-dev/show-instructions.sh
+++ b/scripts/vagrant/zeppelin-dev/show-instructions.sh
@@ -36,4 +36,6 @@ echo '# or for a specific build'
 echo
 echo 'mvn clean package -Pspark-1.5 -Ppyspark -Dhadoop.version=2.2.0 
-Phadoop-2.2 -DskipTests'
 echo './bin/zeppelin-daemon.sh start'
+echo
+echo 'On your host machine browse to http://localhost:8080/'
 

Reply via email to