sekruse / metanome-cli

Run Metanome algorithms from the command line
http://www.metanome.de/
Apache License 2.0
7 stars 6 forks source link

Issue with Order Dependencies (Data Ordering) #22

Open abhishek-ksolve opened 1 year ago

abhishek-ksolve commented 1 year ago

I am trying to run the ORDER algorithm on metanaome-cli and it runs with the following command with no error. java -cp metanome-cli-1.1.0.jar:ORDER-1.2-SNAPSHOT.jar de.metanome.cli.App  -a de.metanome.algorithms.order.ORDER --file-key RELATIONAL_INPUT --files /home/.../workspace/Test-datasets/crop_production-update.csv --header but I don't know why it does not show any result as output. Did I make any mistake or problem or something else ??