Re: Need help on simple text based giraph input format

2015-01-06 Thread Mckie, Duncan
rghya Kusum Das Subject Need help on simple text based giraph input format Date Fri, 05 Dec 2014 01:36:14 GMT Hi, This is the first time I am trying to deal with giraph input format class and need some help. I want a input-format-class where vertex-id, vertex-value and edge-weight everything

Need help on simple text based giraph input format

2014-12-04 Thread Arghya Kusum Das
Hi, This is the first time I am trying to deal with giraph input format class and need some help. I want a input-format-class where vertex-id, vertex-value and edge-weight everything will be simple text. Eg. I have a simple Graph like following: AAA AAT AAG AAC ACG ACT AAG AGT AGA AAT ATT ACG

Need help on simple text based giraph input format

2014-12-04 Thread Arghya Kusum Das
Hi, This is the first time I am trying to deal with giraph input format class and need some help. I have a simple Graph like following: AAA AAT AAG AAC ACG ACT AAG AGT AGA AAT ATT ACG CGA ACT CTG CTT CTC The first column is the vertex id and the following are the edges (Adjacency list). Is