Use the 5.11 vm instead of 5.10

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

Branch: refs/heads/master
Commit: baf86dcc58fa65a4736f50d0236ef70549fc5999
Parents: 6bf8629
Author: Jean-Daniel Cryans <jdcry...@cloudera.com>
Authored: Thu Apr 20 22:34:47 2017 -0700
Committer: Jean-Daniel Cryans <jdcry...@cloudera.com>
Committed: Thu Apr 20 22:34:47 2017 -0700

----------------------------------------------------------------------
 demo-vm-setup/setup-kudu-demo-vm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/baf86dcc/demo-vm-setup/setup-kudu-demo-vm.sh
----------------------------------------------------------------------
diff --git a/demo-vm-setup/setup-kudu-demo-vm.sh 
b/demo-vm-setup/setup-kudu-demo-vm.sh
index 847a226..c59e11e 100755
--- a/demo-vm-setup/setup-kudu-demo-vm.sh
+++ b/demo-vm-setup/setup-kudu-demo-vm.sh
@@ -19,7 +19,7 @@ if ! which VBoxManage >/dev/null ; then
   exit 1
 fi
 
-OVF=cloudera-quickstart-vm-5.10.0-kudu-virtualbox.ova
+OVF=cloudera-quickstart-vm-5.11.0-kudu-virtualbox.ova
 if [ $# -gt 2 ]; then
     echo "$0 [--image|-i VM image file]"
   exit 1

Reply via email to