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: remove duplicate ES daemon start in tutorial 14 #92

Merged
merged 2 commits into from
Dec 22, 2022

Conversation

julian-risch
Copy link
Member

@julian-risch julian-risch commented Dec 22, 2022

This PR removes the duplicate start of an elastic search service and removes the "-d" parameter (detached), which results in an infinite loop on colab:
"sudo -u daemon -- elasticsearch-7.9.2/bin/elasticsearch -d"

We had the same issue a few weeks ago and fixed it with #86 but the error was reintroduced to tutorial 14 by mistake.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@julian-risch julian-risch changed the title bug: remove duplicate es start in tutorial 14 bug: remove duplicate ES daemon start in tutorial 14 Dec 22, 2022
Copy link
Contributor

@masci masci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@julian-risch julian-risch added the bug Something isn't working label Dec 22, 2022
@julian-risch julian-risch merged commit a70b544 into main Dec 22, 2022
@julian-risch julian-risch deleted the fix-es-setup-tutorial-14 branch December 22, 2022 15:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants