File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
core/src/main/scala/org/graphframes/examples Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,14 @@ object LDBCUtils {
1818 val TEST_WCC_UNDIRECTED = " test-wcc-undirected"
1919 val KGS = " kgs"
2020 val GRAPH500_22 = " graph500-22"
21+ val GRAPH500_23 = " graph500-23"
2122 val GRAPH500_24 = " graph500-24"
23+ val GRAPH500_25 = " graph500-25"
24+ val GRAPH500_26 = " graph500-26"
25+ val GRAPH500_27 = " graph500-27"
26+ val GRAPH500_28 = " graph500-28"
27+ val GRAPH500_29 = " graph500-29"
28+ val GRAPH500_30 = " graph500-30"
2229 val CIT_PATENTS = " cit-Patents"
2330 val WIKI_TALKS = " wiki-Talk"
2431
@@ -33,7 +40,14 @@ object LDBCUtils {
3340 TEST_WCC_UNDIRECTED ,
3441 KGS ,
3542 GRAPH500_22 ,
43+ GRAPH500_23 ,
3644 GRAPH500_24 ,
45+ GRAPH500_25 ,
46+ GRAPH500_26 ,
47+ GRAPH500_27 ,
48+ GRAPH500_28 ,
49+ GRAPH500_29 ,
50+ GRAPH500_30 ,
3751 CIT_PATENTS ,
3852 WIKI_TALKS )
3953
You can’t perform that action at this time.
0 commit comments