imply-cheddar commented on code in PR #17588:
URL: https://github.com/apache/druid/pull/17588#discussion_r1890836474


##########
services/src/main/java/org/apache/druid/cli/CliPeon.java:
##########
@@ -355,6 +356,17 @@ public BroadcastDatasourceLoadingSpec 
getBroadcastDatasourcesToLoad(final Task t
           {
             return task.getBroadcastDatasourceLoadingSpec();
           }
+
+          @Provides
+          @LazySingleton
+          public LocalTmpStorage getLocalTmpStorage()
+          {
+            File tmpDir = new File(taskDirPath, "tmp");

Review Comment:
   Let's share it.  The old default for cases where this would've been used is 
just `java.io.tmpdir` which was shared as well, so it shouldn't cause 
problems...



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