GitHub user rmatharu opened a pull request:
https://github.com/apache/samza/pull/756
Changes to Standalone integration tests
* Removing task.inputs since its not required in the new Samza 1.0 API
* Fixing input-output sys bug
* Fixing jobModel zk path bug -- camel case.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmatharu/samza standalonetests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/756.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 #756
----
commit b37afe1d33204c6e1041fedd262bc409f7082c68
Author: [email protected] <rmatharu@...>
Date: 2018-10-23T02:00:24Z
Changes to Standalone integration tests
----
---