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

Fix clickstream instructions #1131

Merged
merged 3 commits into from
Apr 13, 2018
Merged

Conversation

rodesai
Copy link
Contributor

@rodesai rodesai commented Apr 9, 2018

Fix some issues with the clickstream instructions. From 4.1 onwards
ksql is included with cp, so we don't need a separate step for
starting up the ksql server. We also just need to run 'ksql' to
start the cli.

This patch also removes references to the local clickstream, which
has not been working for the last couple releases.

Fix some issues with the clickstream instructions. From 4.1 onwards
ksql is included with cp, so we don't need a separate step for
starting up the ksql server. We also just need to run 'ksql' to
start the cli.

This patch also removes references to the local quickstart, which
has not been working for the last couple releases.
@rodesai rodesai requested review from a team and miguno April 9, 2018 07:44
@@ -164,17 +166,11 @@ Load the Streaming Data to KSQL

#. Launch the KSQL CLI in Client Server Mode.

1. Start the KSQL server.
1. Start the CLI and point it to the server.
Copy link
Contributor

Choose a reason for hiding this comment

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

Because we aren't actually pointing it to the server should we remove that part of the sentence?

@@ -164,17 +166,11 @@ Load the Streaming Data to KSQL

#. Launch the KSQL CLI in Client Server Mode.
Copy link
Contributor

Choose a reason for hiding this comment

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

This should just be "Launch the KSQL CLI". The CLI only has no other mode today than client-server.

@miguno
Copy link
Contributor

miguno commented Apr 9, 2018

This patch also removes references to the local quickstart, which has not been working for the last couple releases.

cc @joel-hamill

@miguno
Copy link
Contributor

miguno commented Apr 9, 2018

Note:

This patch also removes references to the local quickstart, which has not been working for the last couple releases.

@rodesai : I think you mean "removes references to the local clickstream demo", right?

@rodesai
Copy link
Contributor Author

rodesai commented Apr 9, 2018

YES - definitely not the local quick start. I’ll update the commit message

Copy link
Contributor

@joel-hamill joel-hamill left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@apurvam apurvam left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

Copy link
Contributor

@dguy dguy left a comment

Choose a reason for hiding this comment

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

LGTM

@apurvam apurvam merged commit 12497f6 into confluentinc:4.1.x Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants