Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
f222dfd0
Commit
f222dfd0
authored
Jun 07, 2018
by
Hassan Javeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added hawthorn support.
parent
e6a9f504
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
playbooks/roles/hive/defaults/main.yml
+2
-2
vagrant/base/analyticstack/Vagrantfile
+2
-2
vagrant/release/analyticstack/Vagrantfile
+4
-0
No files found.
playbooks/roles/hive/defaults/main.yml
View file @
f222dfd0
...
...
@@ -11,7 +11,7 @@
# 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.
HIVE_MYSQL_CONNECTOR_VERSION
:
5.1.29
HIVE_HOME
:
"
{{
HADOOP_COMMON_USER_HOME
}}/hive"
...
...
@@ -57,7 +57,7 @@ hive_temporary_dir: /var/tmp
hive_dist
:
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"
sha256sum
:
4dab651288fee1d234e674efd3573a7441a8748e9a555e453999a75abc553b53
sha256sum
:
c945dfc39f6489a098507fffa8fe78d8bd41de64887439b024c163ba1d958edc
untarred_filename
:
"
apache-hive-{{
HIVE_VERSION
}}-bin"
hive_mysql_connector_dist
:
filename
:
"
mysql-connector-java-{{
HIVE_MYSQL_CONNECTOR_VERSION
}}.tar.gz"
...
...
vagrant/base/analyticstack/Vagrantfile
View file @
f222dfd0
...
...
@@ -34,9 +34,9 @@ VERSION_VARS = [
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
# Creates a devstack from a base Ubuntu 16.04 image for virtualbox
config
.
vm
.
box
=
"b
oxcutter/ubuntu16
04"
config
.
vm
.
box
=
"b
ento/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.
# This is useful if you want to run more than one box at once.
...
...
vagrant/release/analyticstack/Vagrantfile
View file @
f222dfd0
...
...
@@ -48,6 +48,10 @@ end
# to a name and a file path, which are used for retrieving
# a Vagrant box from the internet.
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.3"
=>
"ficus-analyticstack-2017-04-20"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment