7. Deploying Spring Cloud Data Flow

7.1 Deploying 'local'

  1. download the Spring Cloud Data Flow Admin and Shell apps:
wget http://repo.spring.io/milestone/org/springframework/cloud/spring-cloud-dataflow-admin-local/1.0.0.M2/spring-cloud-dataflow-admin-local-1.0.0.M2.jar
wget http://repo.spring.io/milestone/org/springframework/cloud/spring-cloud-dataflow-shell/1.0.0.M2/spring-cloud-dataflow-shell-1.0.0.M2.jar
  1. launch the admin:
$ java -jar spring-cloud-dataflow-admin-local-1.0.0.M2.jar
  1. launch the shell:
$ java -jar spring-cloud-dataflow-shell-1.0.0.M2.jar

thus far, only the following commands are supported in the shell when running singlenode:

  • stream list
  • stream create
  • stream deploy

7.2 Deploying on Cloud Foundry

[Note]Note

The Cloud Foundry SPI implementation is a separate project.

7.3 Deploying on YARN

[Note]Note

The Apache YARN SPI implementation is a separate project.