Skip to content
Draft
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 bigtable/bigtable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function install_hbase() {
fi
;;

"2.0" | "2.1" | "2.2" | "2.3" )
"2.0" | "2.1" | "2.2" | "2.3" | "3.0" | "99.0" )

# get hbase tar from official site
# Variants:
Expand Down
2 changes: 1 addition & 1 deletion oozie/oozie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ case "${DATAPROC_IMAGE_VERSION}" in
curator_version="2.13.0"
curator_src="/usr/lib/hadoop/lib"
;;
"2.1" | "2.2" | "2.3" )
"2.1" | "2.2" | "2.3" | "3.0" | "99.0" )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, no need to make changes for Oozie.

We might be completely removing Oozie from 3.0+ images as its already a retired project.

curator_version="2.13.0"
curator_src="/usr/lib/spark/jars"
;;
Expand Down