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

[Bug] johnsnowlabs uses the jar based on settings and not based on installed spark-nlp #402

Open
C-K-Loan opened this issue Jun 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@C-K-Loan
Copy link
Member

if for example settings.nlp_version==5.0.0 but user ran pip install spark-nlp==6.0.0 and then runs
nlp.start() a session with 5.0.0 jars is started but the prints will say started session with nlp-6.0.0.

This is very missleading and cause lots of bugs

@C-K-Loan C-K-Loan added the bug Something isn't working label Jun 16, 2023
@C-K-Loan C-K-Loan self-assigned this Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant