This is an automated email from the ASF dual-hosted git repository.
nagarwal pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e55816b Remove --key-generator-class CLI arg for DeltaStreamer.
e55816b is described below
commit e55816bcf48ccb26612c978b0abc38e4c8df1063
Author: Ethan Guo <[email protected]>
AuthorDate: Fri Jul 12 16:39:53 2019 -0700
Remove --key-generator-class CLI arg for DeltaStreamer.
---
docs/writing_data.md | 6 ------
1 file changed, 6 deletions(-)
diff --git a/docs/writing_data.md b/docs/writing_data.md
index c2d1df8..9f5eb2b 100644
--- a/docs/writing_data.md
+++ b/docs/writing_data.md
@@ -42,12 +42,6 @@ Usage: <main class> [options]
parameter "--propsFilePath") can also be passed command line using
this
parameter
Default: []
- --key-generator-class
- Subclass of com.uber.hoodie.KeyGenerator to generate a HoodieKey from
- the given avro record. Built in: SimpleKeyGenerator (uses provided field
- names as recordkey & partitionpath. Nested fields specified via dot
- notation, e.g: a.b.c)
- Default: com.uber.hoodie.SimpleKeyGenerator
--op
Takes one of these values : UPSERT (default), INSERT (use when input is
purely new data/inserts to gain speed)