How do I make giraph read data from multiple input paths. I am using this in gora.properties
gora.datastore.default = org.apache.gora.avro.store.Avrostore gora.avrostore.input.path=file:///path/to/file1.avro,file:///path/to/file2.avro
But it gives this error Input path does not exist: file:/path/to/file1.avro,file:/path/to/file2.avro