yaobaiwei / GMiner

An efficient large-scale graph mining framework.
Apache License 2.0
62 stars 24 forks source link

put dataset returns error #7

Open zzylol opened 3 years ago

zzylol commented 3 years ago

Dear author, thanks for the great work. When I try to put graph data to hdfs, it reports the error as below:

$ mpiexec -n 1 $GMINER_HOME/release/put $GMINER_HOME/sample-datasets/normal_sample.adj /GMiner/normal_sample
readDirect: FSDataInputStream#read error:
java.lang.UnsupportedOperationException: Byte-buffer read unsupported by input stream
    at org.apache.hadoop.fs.FSDataInputStream.read(FSDataInputStream.java:146)

Could you help me figure out what's going wrong? Thanks!

zzylol commented 3 years ago

Could you give some examples of put and partition command line? Thanks!

gr-sheryl commented 1 year ago

hi, I have the same issue. Did you manage to solve it? Thanks.