-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of containers.csv
file is empty.
#15
Comments
To execute the experiment and get the output you gotta call 'experiment()' From the log you only added the workers, but didn't execute any experiment |
include("call_experiment.jl") args =["3", "20", "f1", "1234", "4", "2"] you can call only experiment() to use the 'args' values written above (the are default values actually) |
@NaelsonDouglas I did it, the output I posted refers to few lines I added to double check if containers could access my local FS. Actually, to double check the |
I executed it on Ubuntu and the result was as expected. I'm not sure what may be causing the error on MACOSX. Looks like it might be a problem on the function 'generatetable'. shell> cat results/1890883-18-10-05-05:45:26-1234/system.csv |
Contents of
containers.csv
file:I ran the prototype at my OSX, Workers can access my local
/tmp
dir:@NaelsonDouglas could you take care of it please?
The text was updated successfully, but these errors were encountered: