feat(dev): add Docker development environment#6535
Open
gabrielladfi wants to merge 3 commits intoaden-hive:mainfrom
Open
feat(dev): add Docker development environment#6535gabrielladfi wants to merge 3 commits intoaden-hive:mainfrom
gabrielladfi wants to merge 3 commits intoaden-hive:mainfrom
Conversation
PR Requirements WarningThis PR does not meet the contribution requirements. Missing: No linked issue found. To fix:
Exception: To bypass this requirement, you can:
Micro-fix requirements (must meet ALL):
Why is this required? See #472 for details. |
Author
|
Linked to issue #2241. Waiting for assignment. |
Author
|
Linked to issue #5368 . Waiting for assignment too. |
Author
|
Assigned to #5368 and updated PR. CI checks are now passing. Happy to adjust if needed. |
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.
Description
This PR contributes to the containerization effort discussed in #2241 by adding an optional Docker-based development environment to simplify running Hive locally without manual dependency installation.
The Docker setup installs all required dependencies and builds the frontend automatically.
Once started, the Hive dashboard is available at:
http://localhost:8787
This change does not modify the existing quickstart workflow and is intended as an additional option for contributors who prefer containerized development environments.
Type of Change
Related Issues
Related to #5368
Changes Made
8787Testing
Manual testing performed:
http://localhost:8787Checklist
Screenshots
Hive dashboard running locally using Docker: