On Fri, Apr 15, 2016 at 12:29 PM, Fabio Rinnone <[email protected]> wrote: > Hi, > > there is a way to loading data from CSV via ETL module only into one > specified cluster of class? I have some csv files and I would like to > load individual CSV file data only on a specific cluster. I must have > the same number of clusters in the number of csv file and each csv file > must be loaded in a single cluster. > > This option in ETL loader, before classes definition, don't work for me: > > "cluster":"clusterName", >
Well, it's a bug. The clusterName is not well managed inside the ETL: https://github.com/orientechnologies/orientdb/issues/5987 ETL doesn't create clusters, at the moment: they should be present in the database BEFORE launch ETL. RF -- Best regards, Roberto Franchini OrientDB LTD - http://orientdb.com -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
