Unverified Commit b7313f40 by Hassan Committed by GitHub

Merge pull request #4602 from edx/hassan/analyticstack-hawthorn

Analyticstack related changes to support hawthorn.
parents e6a9f504 f222dfd0
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# Defaults for role hive # Defaults for role hive
# #
HIVE_VERSION: 1.0.0 HIVE_VERSION: 2.1.1
# This should match the value for SQOOP_MYSQL_CONNECTOR_VERSION in sqoop role. # This should match the value for SQOOP_MYSQL_CONNECTOR_VERSION in sqoop role.
HIVE_MYSQL_CONNECTOR_VERSION: 5.1.29 HIVE_MYSQL_CONNECTOR_VERSION: 5.1.29
HIVE_HOME: "{{ HADOOP_COMMON_USER_HOME }}/hive" HIVE_HOME: "{{ HADOOP_COMMON_USER_HOME }}/hive"
...@@ -57,7 +57,7 @@ hive_temporary_dir: /var/tmp ...@@ -57,7 +57,7 @@ hive_temporary_dir: /var/tmp
hive_dist: hive_dist:
filename: "apache-hive-{{ HIVE_VERSION }}-bin.tar.gz" filename: "apache-hive-{{ HIVE_VERSION }}-bin.tar.gz"
url: "https://archive.apache.org/dist/hive/hive-{{ HIVE_VERSION }}/apache-hive-{{ HIVE_VERSION }}-bin.tar.gz" url: "https://archive.apache.org/dist/hive/hive-{{ HIVE_VERSION }}/apache-hive-{{ HIVE_VERSION }}-bin.tar.gz"
sha256sum: 4dab651288fee1d234e674efd3573a7441a8748e9a555e453999a75abc553b53 sha256sum: c945dfc39f6489a098507fffa8fe78d8bd41de64887439b024c163ba1d958edc
untarred_filename: "apache-hive-{{ HIVE_VERSION }}-bin" untarred_filename: "apache-hive-{{ HIVE_VERSION }}-bin"
hive_mysql_connector_dist: hive_mysql_connector_dist:
filename: "mysql-connector-java-{{ HIVE_MYSQL_CONNECTOR_VERSION }}.tar.gz" filename: "mysql-connector-java-{{ HIVE_MYSQL_CONNECTOR_VERSION }}.tar.gz"
......
...@@ -34,9 +34,9 @@ VERSION_VARS = [ ...@@ -34,9 +34,9 @@ VERSION_VARS = [
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Creates a devstack from a base Ubuntu 16.04 image for virtualbox # Creates a devstack from a base Ubuntu 16.04 image for virtualbox
config.vm.box = "boxcutter/ubuntu1604" config.vm.box = "bento/ubuntu-16.04"
config.vm.network :private_network, ip: vm_guest_ip, nic_type: "virtio" config.vm.network :private_network, ip: vm_guest_ip
# If you want to run the box but don't need network ports, set VAGRANT_NO_PORTS=1. # If you want to run the box but don't need network ports, set VAGRANT_NO_PORTS=1.
# This is useful if you want to run more than one box at once. # This is useful if you want to run more than one box at once.
......
...@@ -48,6 +48,10 @@ end ...@@ -48,6 +48,10 @@ end
# to a name and a file path, which are used for retrieving # to a name and a file path, which are used for retrieving
# a Vagrant box from the internet. # a Vagrant box from the internet.
openedx_releases = { openedx_releases = {
"open-release/hawthorn.master" => "master-analyticstack-2018-06-11",
"open-release/gingko.master" => "master-analyticstack-2017-06-28",
"open-release/ficus.master" => "ficus-analyticstack-2017-04-20", "open-release/ficus.master" => "ficus-analyticstack-2017-04-20",
"open-release/ficus.3" => "ficus-analyticstack-2017-04-20", "open-release/ficus.3" => "ficus-analyticstack-2017-04-20",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment