Skip to content

Commit

Permalink
Update run-ldbc-sample2graphar.sh
Browse files Browse the repository at this point in the history
reverted to csv to handle merge conflicts

Signed-off-by: amygbAI <80807752+amygbAI@users.noreply.github.com>
  • Loading branch information
amygbAI committed Jun 22, 2024
1 parent 88311c3 commit 86727fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-projects/spark/scripts/run-ldbc-sample2graphar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ output_dir="/tmp/graphar/ldbc_sample"

vertex_chunk_size=100
edge_chunk_size=1024
file_type="json"
file_type="csv"
spark-submit --class org.apache.graphar.example.LdbcSample2GraphAr ${jar_file} \
${person_input_file} ${person_knows_person_input_file} ${output_dir} ${vertex_chunk_size} ${edge_chunk_size} ${file_type}

0 comments on commit 86727fd

Please sign in to comment.