File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ for details about the Scala with Spark library.
423423> The Java library is under development.
424424
425425The GraphAr Java library is created with bindings to the C++ library
426- (currently at version v0.10 .0), utilizing
426+ (currently at version v0.12 .0), utilizing
427427[ Alibaba-FastFFI] ( https://github.com/alibaba/fastFFI ) for
428428implementation. See [ GraphAr Java Library] ( ./maven-projects/java ) for
429429details about the building of the Java library.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
3232endif ()
3333
3434set (GRAPHAR_MAJOR_VERSION 0)
35- set (GRAPHAR_MINOR_VERSION 12 )
35+ set (GRAPHAR_MINOR_VERSION 13 )
3636set (GRAPHAR_PATCH_VERSION 0)
3737set (GRAPHAR_VERSION ${GRAPHAR_MAJOR_VERSION} .${GRAPHAR_MINOR_VERSION} .${GRAPHAR_PATCH_VERSION} )
3838project (graphar-cpp LANGUAGES C CXX VERSION ${GRAPHAR_VERSION} )
Original file line number Diff line number Diff line change 7171 <url>https://github.com/apache/graphar</url>
7272 </scm>-->
7373 <properties >
74- <graphar .version>0.12 .0-SNAPSHOT</graphar .version>
74+ <graphar .version>0.13 .0-SNAPSHOT</graphar .version>
7575 <spotless-maven-plugin .version>2.20.0</spotless-maven-plugin .version>
7676 </properties >
7777 <modules >
Original file line number Diff line number Diff line change 2020set -eu
2121
2222cur_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
23- jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.12 .0-SNAPSHOT-shaded.jar"
23+ jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.13 .0-SNAPSHOT-shaded.jar"
2424conf_path=" $( readlink -f $1 ) "
2525
2626spark-submit --class org.apache.graphar.importer.Neo4j ${jar_file} \
Original file line number Diff line number Diff line change 2020set -eu
2121
2222cur_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
23- jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.12 .0-SNAPSHOT-shaded.jar"
23+ jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.13 .0-SNAPSHOT-shaded.jar"
2424
2525graph_info_path=" ${GRAPH_INFO_PATH:-/ tmp/ graphar/ nebula2graphar/ basketballplayergraph.graph.yml} "
2626spark-submit --class org.apache.graphar.example.GraphAr2Nebula ${jar_file} \
Original file line number Diff line number Diff line change 2121set -eu
2222
2323cur_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
24- jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.12 .0-SNAPSHOT-shaded.jar"
24+ jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.13 .0-SNAPSHOT-shaded.jar"
2525
2626graph_info_path=" ${GRAPH_INFO_PATH:-/ tmp/ graphar/ neo4j2graphar/ MovieGraph.graph.yml} "
2727spark-submit --class org.apache.graphar.example.GraphAr2Neo4j ${jar_file} \
Original file line number Diff line number Diff line change 2121set -eu
2222
2323cur_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
24- jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.12 .0-SNAPSHOT-shaded.jar"
24+ jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.13 .0-SNAPSHOT-shaded.jar"
2525person_input_file=" ${GAR_TEST_DATA} /ldbc_sample/person_0_0.csv"
2626person_knows_person_input_file=" ${GAR_TEST_DATA} /ldbc_sample/person_knows_person_0_0.csv"
2727output_dir=" /tmp/graphar/ldbc_sample"
Original file line number Diff line number Diff line change 2020set -eu
2121
2222cur_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
23- jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.12 .0-SNAPSHOT-shaded.jar"
23+ jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.13 .0-SNAPSHOT-shaded.jar"
2424
2525vertex_chunk_size=100
2626edge_chunk_size=1024
Original file line number Diff line number Diff line change 2121set -eu
2222
2323cur_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
24- jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.12 .0-SNAPSHOT-shaded.jar"
24+ jar_file=" ${cur_dir} /../graphar/target/graphar-commons-0.13 .0-SNAPSHOT-shaded.jar"
2525
2626vertex_chunk_size=100
2727edge_chunk_size=1024
You can’t perform that action at this time.
0 commit comments