We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
TeragrepTransformation has a following print:
LOGGER.error("Zeppelin config was not provided to the Teragrep command: host and port will be set as default, {}",...
However configuration used is not a Zeppelin configuration but a Spark configuration. Please change to:
LOGGER.error("External configuration values were not provided to the Teragrep command: host and port will be set as default, {}",...
The text was updated successfully, but these errors were encountered:
Abigael-JT
Successfully merging a pull request may close this issue.
Description
TeragrepTransformation has a following print:
However configuration used is not a Zeppelin configuration but a Spark configuration. Please change to:
The text was updated successfully, but these errors were encountered: