-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Dear Tony,
I am trying to run BriskStream benchmarks in my multi-core machine (stable branch). The compilation works fine but I am not able to run any program. Since your scripts are very complex, I am trying to run by hand the WordCount benchmark using my local dataset (I have changed the path in the configuration file). Unfortunately, the application hangs foreever without processing anything. I run it using a command like:
java -cp target/BriskBenchmarks-1.2.0-jar-with-dependencies.jar applications.BriskRunner
which should use the default configuration and the default application (WordCount). By inspecting the code (by adding proper prints), I discover that the code hangs in the file ExecutionGraph.java in the Loading function (the two double loops inside). I understand that there are some problems in loading the configuration and nothing happens: the topology is not working and not processing any data.
Can you please help me in understanding how to run BriskStream?
Thanks!
Gabriele