[jira] [Commented] (KAFKA-2562) check Kafka scripts for 0.9.0.0

2015-10-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983503#comment-14983503
 ] 

ASF GitHub Bot commented on KAFKA-2562:
---

Github user asfgit closed the pull request at:

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


> check Kafka scripts for 0.9.0.0
> ---
>
> Key: KAFKA-2562
> URL: https://issues.apache.org/jira/browse/KAFKA-2562
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Jun Rao
>Assignee: Manikumar Reddy
>Priority: Blocker
> Fix For: 0.9.0.0
>
>
> We need to make a pass to make sure all scripts in bin/ are up to date for 
> 0.9.0.0. For example, bin/kafka-producer-perf-test.sh currently still points 
> to kafka.tools.ProducerPerformance and it should be changed to 
> org.apache.kafka.clients.tools.ProducerPerformance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-2562) check Kafka scripts for 0.9.0.0

2015-09-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907957#comment-14907957
 ] 

ASF GitHub Bot commented on KAFKA-2562:
---

GitHub user omkreddy opened a pull request:

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

KAFKA-2562: update kafka scripts to use new tools/code

Updated  kafka-producer-perf-test.sh to use 
org.apache.kafka.clients.tools.ProducerPerformance. 
Updated build.gradle to add kafka-tools-0.9.0.0-SNAPSHOT.jar to kafka/libs  
folder.

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

$ git pull https://github.com/omkreddy/kafka KAFKA-2562

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

https://github.com/apache/kafka/pull/242.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 #242


commit 4b261b5689a1f8fe14f2c2ccde85d1eccff0bfd5
Author: Manikumar reddy O 
Date:   2015-09-25T11:34:36Z

KAFKA-2562; update kafka scripts to use new tools/code




> check Kafka scripts for 0.9.0.0
> ---
>
> Key: KAFKA-2562
> URL: https://issues.apache.org/jira/browse/KAFKA-2562
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Jun Rao
>Priority: Blocker
> Fix For: 0.9.0.0
>
>
> We need to make a pass to make sure all scripts in bin/ are up to date for 
> 0.9.0.0. For example, bin/kafka-producer-perf-test.sh currently still points 
> to kafka.tools.ProducerPerformance and it should be changed to 
> org.apache.kafka.clients.tools.ProducerPerformance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)