-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
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"
- links to