-
Notifications
You must be signed in to change notification settings - Fork 416
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
[#6651] improvement(docker-image): Update docker Hive CI image to 0.1.18 #6652
Conversation
docs/docker-image-details.md
Outdated
@@ -185,6 +185,11 @@ You can use this kind of image to test the catalog of Apache Hive. | |||
|
|||
Changelog | |||
|
|||
|
|||
- apache/gravitino-ci:hive-0.1.18 | |||
- Support UTF-8 encoding for the `hive-site.xml` file and Hive Metastore. For more information, please see [PR](https://github.com/apache/gravitino/pull/6625) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Support UTF-8 encoding for the `hive-site.xml` file and Hive Metastore. For more information, please see [PR](https://github.com/apache/gravitino/pull/6625) | |
- Support UTF-8 encoding for the `hive-site.xml` file and Hive Metastore. | |
For more information, please see [PR](https://github.com/apache/gravitino/pull/6625) |
dev/docker/hive/download-release.sh
Outdated
# limitations under the License. | ||
|
||
# | ||
# gh-dl-release! It works! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is gh-dl-release?
dev/docker/hive/download-release.sh
Outdated
# Set all the variables inside the script, make sure you chmod +x it, then | ||
# to download specific version to my_app.tar.gz: | ||
# | ||
# gh-dl-release 2.1.1 my_app.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- how about make the syntax something like
<script> <package> [release]
withrelease
defaults tolatest
? - is the
.tar.gz
necessary?
I'm thinking something like this:
download-release.sh ranger
download-release.sh ranger 2.4.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yuqi1129 Please clean invalid comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
dev/docker/hive/download-release.sh
Outdated
VERSION=$1 # tag name or the word "latest" | ||
GITHUB="https://api.github.com" | ||
|
||
alias errcho='>&2 echo' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
errcho
typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really; it stands for error_echo
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it is not used commonly and made by you, I would suggest you pick a better name.
@xunliu do you want to take another look? |
What changes were proposed in this pull request?
Why are the changes needed?
To support more feat. for more please see #6612
Fix: #6651
Does this PR introduce any user-facing change?
N/A.
How was this patch tested?
Existing UTs