graphbuilder compile error
by jamal sasha
hi,
I am actually new to java.. so maybe thats the issue.
but basically i downloaded graphbuilder code.. and then did
mvn package
and then downloaded a wiki dataset
I am getting the error
*%~/Desktop/hadoop-1.0.1/bin/hadoop
target/graphbuilder-0.0.1-SNAPSHOT-hadoop-job.jar
com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph.LinkGraphEnd2End
1 ~/Desktop/graphbuilder-beta/wiki_data/ ~/Desktop/graphbuilder-beta/output*
Exception in thread "main" java.lang.NoClassDefFoundError:
target/graphbuilder-0/0/1-SNAPSHOT-hadoop-job/jar
Caused by: java.lang.ClassNotFoundException:
target.graphbuilder-0.0.1-SNAPSHOT-hadoop-job.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
9 years, 6 months
Need help regarding the input data
by Sarvesh Gupta
Hi all,
Congrats for launch of a wonderful product.
I have been successfully able to build the source code. But as I read the run command requires 3 arguments - # of partition, input directory and output directory for sample.
But I wanted to ask what kind of input is required? Is it available somewhere as a sample data - as per my understanding it requires Wiki Pages, but I wonder the format.
Can anybody please help? Thanks in advance.
Regards,
Sarvesh Gupta | sarvesh.gupta(a)tavant.com<mailto:sarvesh.gupta@tavant.com>
Software Engineer
T: +91 120 403 0342 | C: +91 9013202925 | F: +91 120 403 0301
Tavant Technologies | www.tavant.com<http://www.tavant.com>
Logix Infotech Park, D-5 Sector 59, Noida 201 307, India
Any comments or statements made in this email are not necessarily those of Tavant Technologies.
The information transmitted is intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material. If you have received this in error, please contact the
sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies
may be subject to our monitoring procedures.
9 years, 6 months
Bug report
by Brad Cox
FYI, the build path references missing jars in your home directory, and
PartitionGraph is undefined in LinkGraphEnd2End.java. The pom seems OK.
--
Guns kill people... the way forks make people fat.
Dr. Brad J. Cox Cell: 703-594-1883
Blog: http://bradjcox.blogspot.com Web: http://virtualschool.edu
9 years, 6 months