You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by Nick Allen <ni...@nickallen.org> on 2016/05/20 01:56:07 UTC

Metron Jar Deployment

I am seeing some inconsistencies in which jars we are deploying.  The
following jars are deployed to /usr/metron/[version]/lib.

[root@node1 0.1BETA]# ls -l /usr/metron/0.1BETA/lib/
total 423664
-rw-r--r--. 1 root  root  63011939 May 20 01:38 metron-api-0.1BETA.jar
-rwxrwxrwx. 1 storm games 12123036 May 19 20:18 metron-common-0.1BETA.jar
-rwxrwxrwx. 1 storm games 61587814 May 19 20:23
metron-data-management-0.1BETA.jar
-rw-r--r--. 1 root  root  89997167 May 20 01:37
metron-elasticsearch-0.1BETA.jar
-rw-r--r--. 1 root  root  69285361 May 20 01:38 metron-parsers-0.1BETA.jar
-rw-r--r--. 1 root  root  65792795 May 20 01:37
metron-pcap-backend-0.1BETA.jar
-rw-r--r--. 1 root  root  72021016 May 20 01:37 metron-solr-0.1BETA.jar

Of the jars that I would think might be deployed, this does not include the
enrichment and hbase jars.  This appears to be due to differing definitions
in src/main/assembly/assembly.xml in each project.

Should we also deploy the enrichment and hbase jars too?

Re: Metron Jar Deployment

Posted by Casey Stella <ce...@gmail.com>.
Except common, which shouldn't be deployed probably.
On Thu, May 19, 2016 at 21:58 Casey Stella <ce...@gmail.com> wrote:

> Those projects are dependencies and are included in the other jars. The
> jars deployed are only the jars hosting utilities or storm topologies.
> On Thu, May 19, 2016 at 21:56 Nick Allen <ni...@nickallen.org> wrote:
>
>> I am seeing some inconsistencies in which jars we are deploying.  The
>> following jars are deployed to /usr/metron/[version]/lib.
>>
>> [root@node1 0.1BETA]# ls -l /usr/metron/0.1BETA/lib/
>> total 423664
>> -rw-r--r--. 1 root  root  63011939 May 20 01:38 metron-api-0.1BETA.jar
>> -rwxrwxrwx. 1 storm games 12123036 May 19 20:18 metron-common-0.1BETA.jar
>> -rwxrwxrwx. 1 storm games 61587814 May 19 20:23
>> metron-data-management-0.1BETA.jar
>> -rw-r--r--. 1 root  root  89997167 May 20 01:37
>> metron-elasticsearch-0.1BETA.jar
>> -rw-r--r--. 1 root  root  69285361 May 20 01:38 metron-parsers-0.1BETA.jar
>> -rw-r--r--. 1 root  root  65792795 May 20 01:37
>> metron-pcap-backend-0.1BETA.jar
>> -rw-r--r--. 1 root  root  72021016 May 20 01:37 metron-solr-0.1BETA.jar
>>
>> Of the jars that I would think might be deployed, this does not include
>> the
>> enrichment and hbase jars.  This appears to be due to differing
>> definitions
>> in src/main/assembly/assembly.xml in each project.
>>
>> Should we also deploy the enrichment and hbase jars too?
>>
>

Re: Metron Jar Deployment

Posted by Casey Stella <ce...@gmail.com>.
Those projects are dependencies and are included in the other jars. The
jars deployed are only the jars hosting utilities or storm topologies.
On Thu, May 19, 2016 at 21:56 Nick Allen <ni...@nickallen.org> wrote:

> I am seeing some inconsistencies in which jars we are deploying.  The
> following jars are deployed to /usr/metron/[version]/lib.
>
> [root@node1 0.1BETA]# ls -l /usr/metron/0.1BETA/lib/
> total 423664
> -rw-r--r--. 1 root  root  63011939 May 20 01:38 metron-api-0.1BETA.jar
> -rwxrwxrwx. 1 storm games 12123036 May 19 20:18 metron-common-0.1BETA.jar
> -rwxrwxrwx. 1 storm games 61587814 May 19 20:23
> metron-data-management-0.1BETA.jar
> -rw-r--r--. 1 root  root  89997167 May 20 01:37
> metron-elasticsearch-0.1BETA.jar
> -rw-r--r--. 1 root  root  69285361 May 20 01:38 metron-parsers-0.1BETA.jar
> -rw-r--r--. 1 root  root  65792795 May 20 01:37
> metron-pcap-backend-0.1BETA.jar
> -rw-r--r--. 1 root  root  72021016 May 20 01:37 metron-solr-0.1BETA.jar
>
> Of the jars that I would think might be deployed, this does not include the
> enrichment and hbase jars.  This appears to be due to differing definitions
> in src/main/assembly/assembly.xml in each project.
>
> Should we also deploy the enrichment and hbase jars too?
>