Skip to content

Instantly share code, notes, and snippets.

@jonasurbano
Last active January 27, 2018 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonasurbano/7c44925788c815739c53980f8657d4e3 to your computer and use it in GitHub Desktop.
Save jonasurbano/7c44925788c815739c53980f8657d4e3 to your computer and use it in GitHub Desktop.
# Download and run Spring Cloud Data Flow locally:
wget http://repo.spring.io/release/org/springframework/cloud/spring-cloud-dataflow-server-local/1.2.3.RELEASE/spring-cloud-dataflow-server-local-1.2.3.RELEASE.jar
java -jar spring-cloud-dataflow-server-local-1.2.3.RELEASE.jar
# Download and run Spring Cloud Data Flow Shell locally:
wget http://repo.spring.io/release/org/springframework/cloud/spring-cloud-dataflow-shell/1.2.3.RELEASE/spring-cloud-dataflow-shell-1.2.3.RELEASE.jar
java -jar spring-cloud-dataflow-shell-1.2.3.RELEASE.jar
# Register the application:
app register — name batch-demo — type task — uri file:///Users/jurbano/Desktop/batch-demo-0.0.1-SNAPSHOT.jar
# Create and run the job:
task create myjob — definition batch-demo
task launch myjob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment