Repository: kafka Updated Branches: refs/heads/trunk 41a54358b -> 6cd031e7c
HOTFIX: Remove Java verion 1.6 in quick-start docs Author: Guozhang Wang <[email protected]> Reviewers: Guozhang Wang Closes #1546 from guozhangwang/KHotfix-remove-JDK6-docs Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/6cd031e7 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/6cd031e7 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/6cd031e7 Branch: refs/heads/trunk Commit: 6cd031e7cf189ed7748c5c62fc17dc097dcfde18 Parents: 41a5435 Author: Guozhang Wang <[email protected]> Authored: Thu Jun 23 14:42:20 2016 -0700 Committer: Guozhang Wang <[email protected]> Committed: Thu Jun 23 14:42:20 2016 -0700 ---------------------------------------------------------------------- docs/quickstart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/6cd031e7/docs/quickstart.html ---------------------------------------------------------------------- diff --git a/docs/quickstart.html b/docs/quickstart.html index 5281f31..b60812e 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -169,7 +169,7 @@ my test message 2 Now let's test out fault-tolerance. Broker 1 was acting as the leader so let's kill it: <pre> > <b>ps aux | grep server-1.properties</b> -<i>7564</i> ttys002 0:15.91 /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java... +<i>7564</i> ttys002 0:15.91 /System/Library/Frameworks/JavaVM.framework/Versions/1.8/Home/bin/java... > <b>kill -9 7564</b> </pre>
