Skip to content

Commit

Permalink
enhance the log print for writer (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Apr 7, 2024
1 parent 59ea417 commit 1864916
Show file tree
Hide file tree
Showing 9 changed files with 295 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ object NebulaSparkWriterExample {
.withWriteMode(WriteMode.DELETE)
.withVidAsProp(false)
.withBatch(1000)
.withDisableWriteLog(true)
.build()
df.write.nebula(config, nebulaWriteVertexConfig).writeVertices()
}
Expand Down Expand Up @@ -133,6 +134,7 @@ object NebulaSparkWriterExample {
.withDstAsProperty(false)
.withRankAsProperty(false)
.withBatch(1000)
.withDisableWriteLog(true)
.build()
df.write.nebula(config, nebulaWriteEdgeConfig).writeEdges()
}
Expand Down
Loading

0 comments on commit 1864916

Please sign in to comment.