|
| 1 | + |
| 2 | +# |
| 3 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 4 | +# or more contributor license agreements. See the NOTICE file |
| 5 | +# distributed with this work for additional information |
| 6 | +# regarding copyright ownership. The ASF licenses this file |
| 7 | +# to you under the Apache License, Version 2.0 (the |
| 8 | +# "License"); you may not use this file except in compliance |
| 9 | +# with the License. You may obtain a copy of the License at |
| 10 | +# |
| 11 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | +# |
| 13 | +# Unless required by applicable law or agreed to in writing, |
| 14 | +# software distributed under the License is distributed on an |
| 15 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | +# KIND, either express or implied. See the License for the |
| 17 | +# specific language governing permissions and limitations |
| 18 | +# under the License. |
| 19 | +# |
| 20 | + |
| 21 | +hoodie.insert.shuffle.parallelism=2 |
| 22 | +hoodie.upsert.shuffle.parallelism=2 |
| 23 | +hoodie.bulkinsert.shuffle.parallelism=2 |
| 24 | +hoodie.delete.shuffle.parallelism=2 |
| 25 | + |
| 26 | +hoodie.metadata.enable=false |
| 27 | + |
| 28 | +hoodie.deltastreamer.source.test.num_partitions=100 |
| 29 | +hoodie.deltastreamer.source.test.datagen.use_rocksdb_for_storing_existing_keys=false |
| 30 | +hoodie.deltastreamer.source.test.max_unique_records=100000000 |
| 31 | +hoodie.embed.timeline.server=false |
| 32 | +hoodie.deltastreamer.source.input.selector=org.apache.hudi.integ.testsuite.helpers.DFSTestSuitePathSelector |
| 33 | + |
| 34 | +hoodie.deltastreamer.source.input.selector=org.apache.hudi.integ.testsuite.helpers.DFSTestSuitePathSelector |
| 35 | +hoodie.datasource.hive_sync.skip_ro_suffix=true |
| 36 | + |
| 37 | +hoodie.datasource.write.recordkey.field=_row_key |
| 38 | +hoodie.datasource.write.keygenerator.class=org.apache.hudi.keygen.TimestampBasedKeyGenerator |
| 39 | +hoodie.datasource.write.partitionpath.field=timestamp |
| 40 | + |
| 41 | +hoodie.write.concurrency.mode=optimistic_concurrency_control |
| 42 | +hoodie.cleaner.policy.failed.writes=LAZY |
| 43 | +hoodie.write.lock.provider=org.apache.hudi.client.transaction.lock.InProcessLockProvider |
| 44 | + |
| 45 | +hoodie.deltastreamer.source.dfs.root=/tmp/hudi/input3 |
| 46 | +hoodie.deltastreamer.schemaprovider.target.schema.file=file:/tmp/source.avsc |
| 47 | +hoodie.deltastreamer.schemaprovider.source.schema.file=file:/tmp/source.avsc |
| 48 | +hoodie.deltastreamer.keygen.timebased.timestamp.type=UNIX_TIMESTAMP |
| 49 | +hoodie.deltastreamer.keygen.timebased.output.dateformat=yyyy/MM/dd |
| 50 | + |
| 51 | +hoodie.datasource.hive_sync.jdbcurl=jdbc:hive2://hiveserver:10000/ |
| 52 | +hoodie.datasource.hive_sync.database=testdb |
| 53 | +hoodie.datasource.hive_sync.table=table1 |
| 54 | +hoodie.datasource.hive_sync.assume_date_partitioning=false |
| 55 | +hoodie.datasource.hive_sync.partition_fields=_hoodie_partition_path |
| 56 | +hoodie.datasource.hive_sync.partition_extractor_class=org.apache.hudi.hive.SlashEncodedDayPartitionValueExtractor |
| 57 | + |
0 commit comments