Re: excluding hadoop dependencies from application package

2016-09-22 Thread Munagala Ramanath
Definitely worth adding. Ram On Wed, Sep 21, 2016 at 1:20 PM, Pramod Immaneni wrote: > Candidate to be added here? > > https://apex.apache.org/docs/apex/development_best_practices/ > > On Wed, Sep 21, 2016 at 12:24 PM, Munagala Ramanath > wrote: >

Re: excluding hadoop dependencies from application package

2016-09-21 Thread Vlad Rozov
+1 to both suggestions - changing copy dependencies in the apex application archetype and documenting in https://apex.apache.org/docs/apex/development_best_practices/. Thank you, Vlad On 9/21/16 13:20, Pramod Immaneni wrote: Candidate to be added here?

Re: excluding hadoop dependencies from application package

2016-09-21 Thread Thomas Weise
copy-dependencies can be modified to skip hadoop and apex-engine dependencies: http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html On Wed, Sep 21, 2016 at 1:13 PM, Thomas Weise wrote: > It may be useful to have this enforced in the

Re: excluding hadoop dependencies from application package

2016-09-21 Thread Pramod Immaneni
Candidate to be added here? https://apex.apache.org/docs/apex/development_best_practices/ On Wed, Sep 21, 2016 at 12:24 PM, Munagala Ramanath wrote: > Some info here: > http://docs.datatorrent.com/troubleshooting/#hadoop-dependencies-conflicts > > Ram > > > On Wed, Sep

Re: excluding hadoop dependencies from application package

2016-09-21 Thread Thomas Weise
It may be useful to have this enforced in the archetype by default. There may be situations where users want to include these dependencies, but those are exception cases. On Wed, Sep 21, 2016 at 12:24 PM, Munagala Ramanath wrote: > Some info here: >

Re: excluding hadoop dependencies from application package

2016-09-21 Thread Munagala Ramanath
Some info here: http://docs.datatorrent.com/troubleshooting/#hadoop-dependencies-conflicts Ram On Wed, Sep 21, 2016 at 12:00 PM, Vlad Rozov wrote: > Is subject already documented? > > Thank you, > > Vlad >

excluding hadoop dependencies from application package

2016-09-21 Thread Vlad Rozov
Is subject already documented? Thank you, Vlad