Modified vagrant config to include hive and point to trunk artifacts.
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ae817611 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ae817611 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ae817611 Branch: refs/heads/BIGTOP-2666 Commit: ae817611c4909aa8d0e1ddde38324c8c057e9163 Parents: 6f6bd47 Author: Raj Desai <[email protected]> Authored: Tue Sep 20 13:56:44 2016 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 24 11:45:54 2017 -0800 ---------------------------------------------------------------------- provisioner/docker/config_centos6.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/ae817611/provisioner/docker/config_centos6.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_centos6.yaml b/provisioner/docker/config_centos6.yaml index 368a1a5..1c143db 100644 --- a/provisioner/docker/config_centos6.yaml +++ b/provisioner/docker/config_centos6.yaml @@ -21,9 +21,12 @@ boot2docker: memory_size: "4096" number_cpus: "1" -repo: "http://build.odpi.org:8080/job/ODPi-v1.0-collect/lastSuccessfulBuild/artifact/1.0/centos-6" +repo: "http://build.odpi.org:8080/job/ODPi-trunk-collect/lastSuccessfulBuild/artifact/trunk/centos-6" distro: centos -components: [hadoop, yarn] +components: [hadoop, yarn, hive] +namenode_ui_port: "50070" +yarn_ui_port: "8088" +hbase_ui_port: "60010" enable_local_repo: false -smoke_test_components: [mapreduce,hcfs,hdfs,yarn] +smoke_test_components: [mapreduce,hcfs,hdfs,yarn,hive] jdk: "java-1.7.0-openjdk-devel.x86_64"
