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

[#6651] improvement(docker-image): Update docker Hive CI image to 0.1.18 #6652

Merged
merged 14 commits into from
Mar 12, 2025

Conversation

yuqi1129
Copy link
Contributor

What changes were proposed in this pull request?

  • Change the docker Hive CI image from 0.1.17 to 0.1.18
  • Add some change log.

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

@yuqi1129 yuqi1129 closed this Mar 10, 2025
@yuqi1129 yuqi1129 reopened this Mar 10, 2025
@yuqi1129 yuqi1129 requested a review from xunliu March 11, 2025 11:48
@@ -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)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- 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)

# limitations under the License.

#
# gh-dl-release! It works!
Copy link
Contributor

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?

# 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
Copy link
Contributor

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] with release defaults to latest?
  • is the .tar.gz necessary?

I'm thinking something like this:

download-release.sh ranger
download-release.sh ranger 2.4.0

Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

VERSION=$1 # tag name or the word "latest"
GITHUB="https://api.github.com"

alias errcho='>&2 echo'
Copy link
Contributor

Choose a reason for hiding this comment

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

errcho typo?

Copy link
Contributor Author

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.

Copy link
Contributor

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.

@jerryshao
Copy link
Contributor

@xunliu do you want to take another look?

@jerryshao jerryshao merged commit 92bf69f into apache:main Mar 12, 2025
28 checks passed
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.

[Improvement] Upgrade Gravitino Hive CI image to 0.1.18
4 participants