You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Travis CI <bu...@travis-ci.org> on 2020/06/25 23:07:47 UTC

[CRON] Passed: apache/druid#27510 (master - f6594ff)

Build Update for apache/druid
-------------------------------------

Build: #27510
Status: Passed

Duration: 4 mins and 26 secs
Commit: f6594ff (master)
Author: morrifeldman
Message: Fix missing temp dir for native single_dim (#10046)

* Fix missing temp dir for native single_dim

Native single dim indexing throws a file not found exception from
InputEntityIteratingReader.java:81.  This MR creates the required
temporary directory when setting up the
PartialDimensionDistributionTask.  The change was tested on a Druid
cluster.  After installing the change native single_dim indexing
completes successfully.

* Fix indentation

* Use SinglePhaseSubTask as example for creating the temp dir

* Move temporary indexing dir creation in to TaskToolbox

* Remove unused dependency

Co-authored-by: Morri Feldman <mo...@appsflyer.com>

View the changeset: https://github.com/apache/druid/compare/aaee72c781dea0f06bd5781d085b356d5d4241d0...f6594fff608d4b2e071c7bdd6d86d7f87398ce4f

View the full build log and details: https://travis-ci.org/github/apache/druid/builds/702204012?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/druid repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=578446&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.