I'm trying to set GraphLab snapshot but can not find the snapshot files during/after the processing. The version of Graphlab is 2.2 (or maybe 2.1). Here are core codes about snap_shot:
clopts.attach_option("snapshot_interval", interval,"interval");
clopts.attach_option("snapshot_path", snappath,"path");
graphlab::synchronous_engine<testclass> engine(dc, graph, clopts);
And This is the command I use:
--snapshot_interval 0
--snapshot_path="hdfs://master:54322/user/dummy/snap_out"
Should I set something else to make this work?