317brian commented on code in PR #18231:
URL: https://github.com/apache/druid/pull/18231#discussion_r2263634049


##########
docs/release-info/release-notes.md:
##########
@@ -57,63 +57,392 @@ For tips about how to write a good release note, see 
[Release notes](https://git
 
 This section contains important information about new and existing features.
 
+### Hadoop-based ingestion
+
+Hadoop-based ingestion has been deprecated since Druid 32.0. You must now 
opt-in to using the deprecated `index_hadoop` task type. If you don't do this, 
your Hadoop-based ingestion tasks will fail.
+
+To opt-in, set `druid.indexer.task.allowHadoopTaskExecution` to `true` in your 
`common.runtime.properties` file.
+
+[#18239](https://github.com/apache/druid/pull/18239)

Review Comment:
   ```suggestion
   Hadoop-based ingestion has been deprecated since Druid 32.0 and will be 
removed as early as Druid 35.0.0. 
   
   We recommend one of Druid's other supported ingestion methods, such as 
[SQL-based ingestion](../multi-stage-query/index.md) or [MiddleManager-less 
ingestion using Kubernetes](../development/extensions-core/k8s-jobs.md).
   
   As part of this change, you must now opt-in to using the deprecated 
`index_hadoop` task type. If you don't do this, your Hadoop-based ingestion 
tasks will fail.
   
   To opt-in, set `druid.indexer.task.allowHadoopTaskExecution` to `true` in 
your `common.runtime.properties` file.
   
   [#18239](https://github.com/apache/druid/pull/18239)
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to