Hi Everyone,
When I run MST in GPS, the exceptions were thrown as follows,
15/01/31 21:08:00 INFO node.GPSNodeRunner: Launching GPSNodeRunner: Total memory: 259522560 Free memory: 255222520
165 [main] INFO gps.node.Utils - fs.hdfs.impl: org.apache.hadoop.hdfs.DistributedFileSystem
167 [main] INFO gps.node.Utils - adding conf file: /home/hadoop/hadoop-0.20.2/conf/core-site.xml
216 [main] INFO gps.node.Utils - fs.hdfs.impl: org.apache.hadoop.hdfs.DistributedFileSystem
557 [main] INFO gps.node.GPSNodeRunner - JC: gps.examples.mst.MSTJobConfiguration
Exception in thread "main" java.lang.InstantiationException
at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
at java.lang.reflect.Constructor.newInstance(Constructor.java:534)
at java.lang.Class.newInstance(Class.java:374)
at gps.node.GPSNodeRunner.main(GPSNodeRunner.java:159)
The following is the input file,
0 1 6 2 1 3 5
1 0 6 2 5 4 3
2 0 1 1 5 3 5 4 6 5 4
3 0 5 2 5 5 2
4 1 3 2 6 5 6
5 2 4 3 2 4 6
Does the format of input file correct? Could anyone please tell me how to run it?
Thanks.