-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running HyUCC algorithm on cli #17
Comments
Hi, the
The description of the
|
thanks @sekruse it has been resolved with the following command |
But here is another question, Can we convert this project into spark? |
Glad to hear your problem is resolved! For your second question, the answer is unfortunately: No. But that's also more a question for HyUCC, which is the algorithm doing all the heavy lifting. I am not aware of a meaningful way to implement UCC discovery on Spark that would beat single-machine performance. |
hello everyone,
im trying to run HyUCC algorithm on cli with the following command
java -cp metanome-cli-1.1.0.jar:HyUCC-1.2-SNAPSHOT.jar de.metanome.cli.App --algorithm de.metanome.algorithms.hyucc.HyUCC --file-key INPUT_GENERATOR --files load:/home/faisal/ksolves/metanome/cli/WDC_age.csv
But it throws some error ::-
Running de.metanome.algorithms.hyucc.HyUCC
Initializing algorithm.
Could not initialize algorithm.
de.metanome.algorithm_integration.AlgorithmConfigurationException: File not found!
what should i do now?
can anyone help me
The text was updated successfully, but these errors were encountered: