Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set latest component versions #882

Merged
merged 4 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tdp_vars_defaults/hadoop/hadoop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---
# Hadoop version
hadoop_release: hadoop-3.1.1-0.0
hadoop_release: hadoop-3.1.1-0.2
hadoop_dist_file: "{{ hadoop_release }}.tar.gz"

# Hadoop users and group
Expand Down
4 changes: 2 additions & 2 deletions tdp_vars_defaults/hbase/hbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---
# HBase version
hbase_release: hbase-2.1.10-1.0
hbase_release: hbase-2.1.10-1.1
hbase_dist_file: "{{ hbase_release }}-bin.tar.gz"

# Hbck2 version
Expand Down Expand Up @@ -166,7 +166,7 @@ phoenix_release: phoenix-hbase-2.1-5.1.3-1.0-bin
phoenix_server_release: phoenix-server-hbase-2.1-5.1.3-1.0
phoenix_dist_file: "{{ phoenix_release }}.tar.gz"

phoenix_queryserver_release: phoenix-queryserver-6.0.0-0.0
phoenix_queryserver_release: phoenix-queryserver-6.0.0-0.1
phoenix_queryserver_dist_file: "{{ phoenix_queryserver_release }}-bin.tar.gz"

# Phoenix installation directory
Expand Down
4 changes: 2 additions & 2 deletions tdp_vars_defaults/hive/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---
# Hive version
hive_release: apache-hive-3.1.3-2.0-bin
hive_release: apache-hive-3.1.3-2.1-bin
hive_dist_file: "{{ hive_release }}.tar.gz"

# Hive users and group
Expand Down Expand Up @@ -159,7 +159,7 @@ ranger_hive_install_properties:
}}

# Tez properties
tez_release: tez-0.9.1-1.0
tez_release: tez-0.9.2-1.0
tez_dist_file: "{{ tez_release }}.tar.gz"

# Tez installation directory
Expand Down
4 changes: 2 additions & 2 deletions tdp_vars_defaults/knox/knox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

---
# Knox version
knox_release: knox-1.6.1-0.0
knox_release: knox-1.6.1-0.1
knox_dist_file: "{{ knox_release }}.tar.gz"

knoxshell_release: knoxshell-1.6.1-0.0
knoxshell_release: knoxshell-1.6.1-0.1
knoxshell_dist_file: "{{ knoxshell_release }}.tar.gz"

# Knox users and group
Expand Down
Loading