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

Neha Narkhede commented on KAFKA-1003:
--------------------------------------

Command line interface client for JIRA

This is a command line interface (CLI) for remotely accessing JIRA.
This is a working command line client that can be used directly with your 
installation.
It uses JIRA's SOAP remote API, REST API, and other techniques.
This is part of a family of CLI clients supporting Atlassian products.
Also available as part of the Atlassian CLI distribution.

Installation
- Unzip the distribution package and put the enclosed directory in a convenient 
location
- Ensure Remote API is enabled in your JIRA installation
  -- You need to be a JIRA administrator
  -- Go to General Administration under Remote API
  -- Setting should be YES

Java Requirements
- Requires a JRE version 1.6 or higher on the client
- Run java -version from a command line
  - ensure it shows 1.6 or higher


Usage
- On a command line, cd to the directory where you installed the client
- On Windows
-- Run jira
- On Linux, Mac, or Unix
-- Run ./jira.sh
- On any system supporting Java
-- Run java -jar lib/jira-cli-x.x.x.jar
- This will show help text for the command line interface client
- The client defaults to use a user of automation. Either add this user with 
all the authorities required to do the actions you want or specify a different 
user parameter
- It is recommended that you open the confluence.bat or jira.sh file with an 
editor and customize it for your environment by adding server, user, and 
password parameters.
  Follow the example in the comments and make sure you do not remove the %* at 
the end of the line.

License
- This is commercially licensed software - look in the license directory for 
detailed license information
- The distribution ships binaries with various licenses (BSD, LGPL, and Apache)

                
> ConsumerFetcherManager should pass clientId as metricsPrefix to 
> AbstractFetcherManager
> --------------------------------------------------------------------------------------
>
>                 Key: KAFKA-1003
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1003
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Swapnil Ghike
>            Assignee: Swapnil Ghike
>             Fix For: 0.8
>
>         Attachments: kafka-1003.patch
>
>
> For consistency. We use clientId in the metric names elsewhere on clients.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to