-
Notifications
You must be signed in to change notification settings - Fork 1
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
using postgres as hive metastore #27
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #27 +/- ##
=======================================
Coverage 52.50% 52.50%
=======================================
Files 3 3
Lines 80 80
=======================================
Hits 42 42
Misses 38 38 ☔ View full report in Codecov by Sentry. |
I assume we're going to need to reload data again once this is up in rancher yeah? |
Yea. Unfortunately. |
Now I can test concurrent querying of the table from both the development and user notebooks, and it works fine. |
Co-authored-by: MrCreosote <[email protected]>
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.
this is getting big enough we might want to consider porting it to python
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.
👍
Using PostgreSQL instead of the default Derby DB will resolve the concurrency issues