Package

com.criteo.cuttle.platforms

local

Permalink

package local

Allow to fork process locally in a managed way.

It provides the sh interpolator that you can use to fork shell scripts:

sh"""hdfs dfs -cp /from /to""".exec()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. local
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class InlineCommands extends AnyVal

    Permalink

    The sh string interpolation.

  2. case class LocalPlatform(maxForkedProcesses: Int) extends ExecutionPlatform with Product with Serializable

    Permalink

    The LocalPlatform handles the execution of locally forked processes.

    The LocalPlatform handles the execution of locally forked processes. The number of concurrently forked processes is limited and can be configured for the platform.

    While waiting for the process to be actually forked, the Job Execution is seen as WAITING in the UI.

    maxForkedProcesses

    The maximum number of concurrently running processes.

  3. class LocalProcess extends AnyRef

    Permalink

    Represent a process to be locally foked.

Inherited from AnyRef

Inherited from Any

Ungrouped