GitHub user Sanil15 opened a pull request:
https://github.com/apache/samza/pull/619
Samza 1817: Long classpath support for non-split deployments
https://jira.apache.org/jira/browse/SAMZA-1817
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Sanil15/samza SAMZA-1817
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/619.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #619
----
commit 576b9bc1074036a7299a4a773f8c639015be1cdd
Author: Sanil Jain <snjain@...>
Date: 2018-08-27T21:28:34Z
Using wildcarding in classpath to add support for long classpath
commit 6b7f6a2cc4bd1ade258e820fd812883c7f259444
Author: Sanil Jain <snjain@...>
Date: 2018-08-27T21:28:34Z
Using wildcarding in classpath to add support for long classpath in general
deployements only
Note that this does not include support for long classpath for split
deployements
commit b0b058544d9df8b141ea2ae25776c7f378c20496
Author: Sanil Jain <snjain@...>
Date: 2018-08-30T21:45:04Z
Merge branch 'SAMZA-1817' of https://github.com/Sanil15/samza into
SAMZA-1817
commit 23c3fa6a8d35c93e559619520ed9fe603f87e1d8
Author: Sanil Jain <snjain@...>
Date: 2018-08-30T21:46:50Z
Reverting changes for Split deployement
----
---