You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should log statements on the console stating coflow register, transfer, and other events.
61
61
62
62
Finally, stop Varys by typing
63
63
64
64
./bin/stop-all.sh
65
65
66
-
Note that we are manually providing the CoflowId (COFLOW-000000) to the reciever, which should be provided by the framework driver (e.g., JobTracker for Hadoop or SparkContext for Spark).
66
+
Note that we are manually providing the CoflowId (0) to the reciever, which should be provided by the framework driver (e.g., JobTracker for Hadoop or SparkContext for Spark).
67
67
Take a look at the `BroadcastService` example that does a slightly better job in containing everything (driver, sender, and receiver) in the same application.
68
68
69
69
Finally, if we do not start Varys (i.e., do not call `start-all.sh`) then `VarysInputStream` and `VarysOutputStream` will transparently forward data back and forth between sockets and applications.
0 commit comments