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

can not load graph data from hdfs #184

Open
lyysdy opened this issue Nov 14, 2015 · 2 comments
Open

can not load graph data from hdfs #184

lyysdy opened this issue Nov 14, 2015 · 2 comments

Comments

@lyysdy
Copy link

lyysdy commented Nov 14, 2015

I use --graph hdfs://hostname/path/to/file to load hdfs data.
But it shows the error below

n in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.conf.Configuration
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
Can't construct instance of class org.apache.hadoop.conf.Configuration
ERROR: hdfs.hpp(hdfs:111): Check failed: filesystem != __null

@GitZFAN
Copy link

GitZFAN commented Jul 10, 2020

I have met the same problem...

@GitZFAN
Copy link

GitZFAN commented Jul 19, 2020

But I found this problem can be solved if you used Hadoop v1.0 HDFS.

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

2 participants