codope commented on a change in pull request #3142:
URL: https://github.com/apache/hudi/pull/3142#discussion_r661474341
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -396,10 +424,10 @@ public int hashCode() {
baseFileFormat, propsFilePath, configs, sourceClassName,
sourceOrderingField, payloadClassName, schemaProviderClassName,
transformerClassNames, sourceLimit, operation, filterDupes,
- enableHiveSync, maxPendingCompactions, continuousMode,
+ enableHiveSync, maxPendingCompactions, maxPendingClustering,
continuousMode,
minSyncIntervalSeconds, sparkMaster, commitOnErrors,
deltaSyncSchedulingWeight, compactSchedulingWeight,
deltaSyncSchedulingMinShare,
- compactSchedulingMinShare, forceDisableCompaction, checkpoint,
+ compactSchedulingMinShare, forceDisableCompaction,
forceDisableClustering, checkpoint,
Review comment:
This config will be required only if we create a separate job pool for
clustering and assign weights. As mentioned
[here](https://github.com/apache/hudi/pull/3142#issuecomment-869829116) we are
not creating a separate pool.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]