[GitHub] kafka pull request #4083: MINOR: Improve a Windows quickstart instruction

2017-10-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/4083


---


[GitHub] kafka pull request #4083: MINOR: Improve a Windows quickstart instruction

2017-10-17 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request:

https://github.com/apache/kafka/pull/4083

MINOR: Improve a Windows quickstart instruction

The output of `wmic` can be very long and could truncate the search 
keywords in the existing command. If those keywords are truncated no process is 
returned in the output. An update is suggested to the command by which the 
query is performed inside the `wmic` command itself instead of using pipes and 
`find`.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vahidhashemian/kafka 
minor/improve_quickstart_for_windows_wmic

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/4083.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4083


commit 9f52c1a6c29095a7e1b24b397644e24da5d51d79
Author: Vahid Hashemian 
Date:   2017-10-17T20:25:02Z

MINOR: Improve quickstart instruction for Windows OS

The output of `wmic` can be very long and could truncate the search 
keywords in the existing command. If those keywords are truncated no process is 
returned in the output of existing command.
An update is suggested to the command so the query is performed inside the 
`wmic` command itself instead of using pipes and greps.




---