-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Hello,
I created a folder "~/git/target/" and I copied the synth file in it. I also created a schema.synth file with the following informations:
[
{"name":"id", "class":"id"},
{"name":"name", "class":"name", "type":"first_last"},
{"name":"gender", "class":"string", "dist":{"MALE":0.5, "FEMALE":0.5, "OTHER":0.02}},
{"name":"address", "class":"address"},
{"name":"first_visit", "class":"date", "format":"MM/dd/yyyy"}
]
All other files of the project are stored in "~/git/" folder.
When I execute the command : ./target/synth -count 500 -schema schema.synth I get the following error:
Java.lang.ClassNotFoudException : com.mapr.synth.Synth
Can you guys help me solve this issu as I need to stress test my ELK stack.
Thanks
Metadata
Metadata
Assignees
Labels
No labels