-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Improve logging and documentation #5644
Conversation
Codecov Report
|
import socket | ||
|
||
|
||
def get_stream_id_for_topic(topic_name, rng=2): | ||
def get_stream_id_for_topic(topic_name, rng=1): |
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.
Note for reviewer: Even though this function supports multiple rng
values, we MapR default value since 6.1 si to have a single stream for all topics.
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.
^ that should be a in code comment
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.
approved for docs/grammar/style
Based on recent feedback, improve the instructions on how to install the MapR integration. Also improve logging to automatically identify common painpoints and give human readable error messages.