eubr-bigsea/stand

Default cluster is not associated to platforms during migration

Closed this issue · 1 comments

Default cluster must be associated at least to Spark and Scikit learn.
Current workaround:
Connect to database and issue the commands:

INSERT INTO cluster_platform values(null, 1, 1);
INSERT INTO cluster_platform values(null, 4 1);

Fixed