From b788f3dc7cffb84328e7e9ce2ba052171daf324e Mon Sep 17 00:00:00 2001 From: Chandima301 Date: Tue, 6 Jun 2023 14:35:38 +0530 Subject: [PATCH 1/2] FENNEL Partitioner changes --- src/partitioner/stream/JasmineGraphIncrementalStore.h | 1 - src/partitioner/stream/Partition.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/partitioner/stream/JasmineGraphIncrementalStore.h b/src/partitioner/stream/JasmineGraphIncrementalStore.h index ca282aa0f..cafee65d8 100644 --- a/src/partitioner/stream/JasmineGraphIncrementalStore.h +++ b/src/partitioner/stream/JasmineGraphIncrementalStore.h @@ -15,7 +15,6 @@ #include #include #include -#include #ifndef JASMINE_PARTITION #define JASMINE_PARTITION diff --git a/src/partitioner/stream/Partition.h b/src/partitioner/stream/Partition.h index d37d3c76e..f2ff8ff9b 100644 --- a/src/partitioner/stream/Partition.h +++ b/src/partitioner/stream/Partition.h @@ -15,7 +15,6 @@ #include #include #include -#include #ifndef JASMINE_PARTITION #define JASMINE_PARTITION From 85fe76bc3182e9504f8a5b08ac7d863489082782 Mon Sep 17 00:00:00 2001 From: Chandima301 Date: Tue, 6 Jun 2023 15:04:56 +0530 Subject: [PATCH 2/2] FENNEL Partitioner changes --- src/partitioner/stream/JasmineGraphIncrementalStore.h | 1 + src/partitioner/stream/Partition.h | 1 + src/partitioner/stream/Partitioner.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/partitioner/stream/JasmineGraphIncrementalStore.h b/src/partitioner/stream/JasmineGraphIncrementalStore.h index cafee65d8..ca282aa0f 100644 --- a/src/partitioner/stream/JasmineGraphIncrementalStore.h +++ b/src/partitioner/stream/JasmineGraphIncrementalStore.h @@ -15,6 +15,7 @@ #include #include #include +#include #ifndef JASMINE_PARTITION #define JASMINE_PARTITION diff --git a/src/partitioner/stream/Partition.h b/src/partitioner/stream/Partition.h index f2ff8ff9b..d37d3c76e 100644 --- a/src/partitioner/stream/Partition.h +++ b/src/partitioner/stream/Partition.h @@ -15,6 +15,7 @@ #include #include #include +#include #ifndef JASMINE_PARTITION #define JASMINE_PARTITION diff --git a/src/partitioner/stream/Partitioner.h b/src/partitioner/stream/Partitioner.h index 3c3a5d6af..0b66626ef 100644 --- a/src/partitioner/stream/Partitioner.h +++ b/src/partitioner/stream/Partitioner.h @@ -14,7 +14,7 @@ #define JASMINE_PARTITIONER_HEADER #include -#include "../../nativestore/NodeManager.h" +#include "../../centralstore/incremental/NodeManager.h" #include "./Partition.h" typedef std::vector> partitionedEdge;