path correction

This commit is contained in:
Anil Koyuncu
2018-03-19 16:38:28 +01:00
parent 069b7173e7
commit 2492d36dbe
@@ -213,7 +213,7 @@ public class MultiThreadTreeLoader {
}else{
log.info("Next pair dump");
fileCounter++;
rwChannel = new RandomAccessFile(outputPath +"textfile"+String.valueOf(fileCounter)+".txt", "rw").getChannel();
rwChannel = new RandomAccessFile(outputPath+"pairs/" +"textfile"+String.valueOf(fileCounter)+".txt", "rw").getChannel();
wrBuf = rwChannel.map(FileChannel.MapMode.READ_WRITE, 0, Integer.MAX_VALUE);
}