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

Several updates to Uno #191

Merged
merged 2 commits into from
Sep 5, 2018
Merged

Several updates to Uno #191

merged 2 commits into from
Sep 5, 2018

Conversation

mikewalch
Copy link
Member

No description provided.

* Using HADOOP_HOME in place of HADOOP_PREFIX
* Using HADOOP_LOG_DIR instead of YARN_LOG_DIR
function download_other() {
url_prefix=$1
tarball=$2
expected_hash=$3
Copy link
Member

Choose a reason for hiding this comment

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

These variables should be defined as local variables, as in:

local url_prefix; url_prefix=$1

Always a good idea to run shellcheck also.

* Falls back to Apache archive if tarball is not found on mirror
* Allow fetch of only Hadoop or ZooKeeper
@mikewalch mikewalch merged commit 9d8262d into apache:master Sep 5, 2018
@mikewalch mikewalch deleted the uno-update branch September 5, 2018 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants