Details
-
Type:
Sub-task
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: BLAZEGRAPH_RELEASE_1_5_1
-
Fix Version/s: BLAZEGRAPH_2_0_0
-
Component/s: Project Management
-
Labels:None
Description
The bigdata-gas module is a pure openrdf based declaration and implementation of the Gather Apply Scatter APIs.
There are two issues:
- TestFuzzySSSP.main() references the core bigdata code. You need to put such code into the com.bigdata.rdf.graph.impl.bd package. This is the implementation specific package for bigdata.
- PATHS references the core bigdata code (IV, IVariable, IBindingSet) in its getBinderList(). Either this needs to be restated without reference to bigdata internals or PATHS needs to be moved into the com.bigdata.rdf.graph.impl.bd package.