You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Ryan Kemp (JIRA)" <ji...@apache.org> on 2019/02/13 22:21:00 UTC

[jira] [Created] (CRUNCH-676) Declare createTempPath() in the Pipeline interface

Ryan Kemp created CRUNCH-676:
--------------------------------

             Summary: Declare createTempPath() in the Pipeline interface
                 Key: CRUNCH-676
                 URL: https://issues.apache.org/jira/browse/CRUNCH-676
             Project: Crunch
          Issue Type: New Feature
          Components: Core
            Reporter: Ryan Kemp
            Assignee: Josh Wills


DistributedPipeline declares public createTempPath(), but MemPipeline does not. Can createTempPath() be declared in Pipeline and implemented in MemPipeline?

 The method in MemPipeline could be extremely similar to DistributedPipeline.
* conf.get("crunch.tmp.dir", "/tmp");
* Maintain a [tempFileIndex|https://github.com/apache/crunch/blob/apache-crunch-0.15.0/crunch-core/src/main/java/org/apache/crunch/impl/dist/DistributedPipeline.java#L82]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)