You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Ashish Paliwal (JIRA)" <ji...@apache.org> on 2015/01/19 08:03:35 UTC

[jira] [Commented] (FLUME-2592) Specify main manifest attribute in flume tools jar

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

Ashish Paliwal commented on FLUME-2592:
---------------------------------------

Looked at the code, tool can be run from flume-ng script. The help message needs to be fixed. Options are either we point it to use the flume-ng script or can leave it to run as standalone file by modifying pom.xml (painful with classpath settings and all).

[~hshreedharan]/[~roshan_naik] Suggestions on fixing this?

> Specify main manifest attribute in flume tools jar
> --------------------------------------------------
>
>                 Key: FLUME-2592
>                 URL: https://issues.apache.org/jira/browse/FLUME-2592
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.5.1
>            Reporter: Ashish Paliwal
>            Assignee: Ashish Paliwal
>            Priority: Minor
>             Fix For: v1.6.0
>
>
> flume-tools is missing main manifest attribute, which causes the failure to launch flume tools. Running it results in following error
> bash-3.2$ java -jar flume-tools-1.6.0-SNAPSHOT.jar -h
> no main manifest attribute, in flume-tools-1.6.0-SNAPSHOT.jar
> The help option printed also misses the jar to be used
> usage: java -jar fcintegritytool  [-h] [-l <arg>]
>  -h,--help             Display help
>  -l,--dataDirs <arg>   Comma-separated list of data directories which the
>                        tool must verify. This option is mandatory
> Using the following usage option results in "Error: Unable to access jarfile fcintegritytool"



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