Github user sandeshh commented on a diff in the pull request:
https://github.com/apache/apex-core/pull/360#discussion_r72670932
--- Diff:
engine/src/test/java/com/datatorrent/stram/support/StramTestSupport.java ---
@@ -157,21 +160,42 @@ public static void
waitForWindowComplete(OperatorContext nodeCtx, long windowId)
*/
public static File createAppPackageFile()
{
+ buildOperators();
+
final String version = System.getProperty("apex.version");
final List<String> params = new LinkedList<>();
params.add("clean");
- params.add("package");
+ params.add("install");
--- End diff --
will make it package
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---