-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance Spark Writer #1512
Enhance Spark Writer #1512
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
Conflicts: src/tools/spark-sstfile-generator/pom.xml src/tools/spark-sstfile-generator/src/main/scala/com/vesoft/nebula/tools/generator/v2/SparkClientGenerator.scala
Unit testing passed. |
Unit testing passed. |
...ile-generator/src/main/scala/com/vesoft/nebula/tools/generator/v2/SparkClientGenerator.scala
Outdated
Show resolved
Hide resolved
Unit testing passed. |
…into spark-config Conflicts: src/tools/spark-sstfile-generator/src/main/resources/application.conf src/tools/spark-sstfile-generator/src/main/scala/com/vesoft/nebula/tools/generator/v2/SparkClientGenerator.scala
TODO : I will update the document later :D |
@@ -12,7 +12,7 @@ | |||
|
|||
<groupId>com.vesoft</groupId> | |||
<artifactId>nebula-utils</artifactId> | |||
<version>1.0.0-rc2</version> | |||
<version>1.0.0-rc3</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we uploaded rc3 version jni? rc2 is ok I guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that RC3 will release later so I update this version number.
Actually, when RC2 release we should update this version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, remember to upload it to mvn
* change config to list * change config to list Co-authored-by: dangleptr <37216992+dangleptr@users.noreply.github.com>
Currently we are using schema name for the config's key. But actually some user will loading data into the same schema from different data source. So I have modified the config's structure to support it.
Support error log save into separated HDFS file and reload.
Support rate limit in spark writer