Hi all,
Does someone know why a lot of or test cases have this statement in
the DDL? I thought it was something that was created on metadata
bootstrap (at least for now...):

create nodegroup group1 if not exists on nc1, nc2;

create dataset TwitterData(Tweet)
  primary key id on group1;

It seems to fail on an actual cluster. The AqlMetadataProvider ends up
not being able to find stores on that node.

Thanks,
-Ian

Reply via email to