Concerning the Fiware Cygnus installation. At the end of the installation process there is a list with required dependencies, Link. It is neccesarry to check if those dependencies are included in the cygnus.jar file.
How can I check if those packages are installed ? I know that I can display the content of a jar file with
jar tf cygnus-common-1.2.0-jar-with-dependencies.jar
But I need to know if all of them are installed.
mockito-all
junit
flume-ng-node
httpclient
httpcore
libthrift
gson
json-simple
log4j
mysql-connector-java
postgresql
hadoop-core
hive-exec
hive-jdbc
mongodb-driver
kafka-clients
zkclient
kafka_2.11
aws-java-sdk-dynamodb
I am sure there is an easy way to check it. Please help me out