HIVE-28951: Cannot find doap file: http://hive.apache.org/doap_Hive.rdf - #50
Merged
Conversation
Move the file under content to fix the broken link.
okumin
approved these changes
May 12, 2025
okumin
left a comment
Contributor
There was a problem hiding this comment.
Sorry and thanks for detecting and resolving the issue. The change looks good.
% rm -rf public
% docker run --rm -it \
-v $(pwd):/src \
-p 1313:1313 \
klakegg/hugo:0.91.2 \
--minify
Start building sites …
hugo v0.91.2-1798BD3F linux/amd64 BuildDate=2021-12-23T15:33:34Z VendorInfo=gohugoio
| EN
-------------------+------
Pages | 310
Paginator pages | 0
Non-page files | 11
Static files | 137
Processed images | 0
Aliases | 9
Sitemaps | 1
Cleaned | 0
Total in 1262 ms
% ls -l public/doap_Hive.rdf
-rw-r--r-- 1 okumin staff 3342 May 12 17:45 public/doap_Hive.rdf
Member
Author
|
@okumin No worries, it's a team effort ;) Thanks for the quick review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move the file under content to fix the broken link.