-
Notifications
You must be signed in to change notification settings - Fork 29
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
Hopsworks Python library installation documentation improvements #431
Hopsworks Python library installation documentation improvements #431
Conversation
SirOibaf
commented
Jan 2, 2025
•
edited
Loading
edited
- Remove references to pip install hsfs and hsfs.connection()
- Improve the documentation for the installation of the Python library (Including profiles)
- Add documentation for the installation of the Java library
- Remmove references to pip install hsfs and hsfs.connection() - Improve the documentation for the installation of the Python library (Including profiles) - Add documentation for the installation of the Java library
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.
A few typos, otherwise good.
pip install hsfs[python] | ||
# or if using zsh | ||
pip install 'hsfs[python]' | ||
pip install hopsworks[python,great-expectations,polars] |
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.
Is Polars not just an extension of the python profile?
Is this not enough:
pip install hopsworks[polars,great-expectations]
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.
Doesn't look like from the project configuration: https://github.com/logicalclocks/hopsworks-api/blob/0c93c2ab91b3962a1bc45633def1e2320eb0f1d7/python/pyproject.toml#L91 - we had to put polars on its own profile because on certain VMs the instructions set is not available and importing polars was crashing import hopsworks
* Hopsworks Python library installation documentation improvements - Remmove references to pip install hsfs and hsfs.connection() - Improve the documentation for the installation of the Python library (Including profiles) - Add documentation for the installation of the Java library * Typo * Fix for review