Skip to content
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

Issue with DUCC algorithm. #69

Open
faisal-ksolves opened this issue Jan 5, 2023 · 0 comments
Open

Issue with DUCC algorithm. #69

faisal-ksolves opened this issue Jan 5, 2023 · 0 comments

Comments

@faisal-ksolves
Copy link

hello everyone,
I am trying to run DUCC on metanome-cli with the following jar's

  1. metanome-cli-1.1.0.jar
  2. DUCC-1.2-SNAPSHOT.jar

I am using following command :
java -cp metanome-cli-1.1.0.jar:DUCC-1.2-SNAPSHOT.jar de.metanome.cli.App --algorithm de.metanome.algorithms.dcucc.Ducc --file-key "Relational Input" --files /home/.../Inputs/WDC_age.csv --header

but it throws java.lang.ClassNotFoundException Exception
here is the full error log.
Could not initialize algorithm. java.lang.ClassNotFoundException: de.metanome.algorithms.dcucc.Ducc at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at de.metanome.cli.App.createAlgorithm(App.java:281) at de.metanome.cli.App.configureAlgorithm(App.java:266) at de.metanome.cli.App.run(App.java:83) at de.metanome.cli.App.main(App.java:47)

What should do in order to run this algorithm in my local system.
currently i m using java version 11, openjdk version "11.0.17"

Can anyone help me ?
Thanks in Advance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant