Hi,
I have been trying to load data using the ETL and this is in a distributed
environment. There are 3 clusters.
When I try to use remote, I get null pointer exception..
"loader": { "orientdb": {
URL: "remote:localhost/trick1",
User: "root",
Password: ".....",
tx: true,
batchCommit: 1000,
dbType: "graph",
"classes": [ { "name": "myVertex", "extends", "V" },
],
"indexes": [
{"class": "myVertex","fields": ["id:string"],"type": "UNIQUE"},
{"class": "myVertex","fields": ["name:string"],"type": "NOTUNIQUE"},
{"class": "myVertex","fields": ["name:kind"],"type": "NOTUNIQUE"}
]
}
}
}
What is wrong with this one. If I use plocal instead of remote it creates a
database but that is not visible in the studio.
--
---
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.