spring-cloud-dataflow-samples icon indicating copy to clipboard operation
spring-cloud-dataflow-samples copied to clipboard

Sample starter applications and code for use with the Spring Cloud Data Flow project

Results 34 spring-cloud-dataflow-samples issues
Sort by recently updated
recently updated
newest added

Hi, Can you please add some samples for Spring Cloud dataflow to integrate it with Apache Spark on Yarn? Able to find examples to invoke Spark with Spring XD, but...

Bumps [spring-hateoas](https://github.com/spring-projects/spring-hateoas) from 0.24.0.RELEASE to 1.5.5. Release notes Sourced from spring-hateoas's releases. 1.5.5 #2016 - Switch to UriComponentsBuilder.fromUri(…). #2014 - Upgrade to Spring Framework 5.3.29. #2007 - Upgrade to Reactor...

dependencies

My question should be a simple one: How can I convert batch/batchsamples to use MariaDB instead of H2? When I run the `mvn clean install`, the tests use a embedded...

boot and cloud versions were updated zip files generated from build

Hi, I've been trying to build a custom Dataflow Server with the 2.10 version, but it doesn't work. I've been changing the dependencies, and the server starts, but the Dashboard...

Hi there, When installing SCDF 2.11.2 I got the old [`maven://org.springframework.cloud.task.app:timestamp-task:2.0.2.RELEASE`](https://central.sonatype.com/artifact/org.springframework.cloud.task.app/timestamp-task) and [`maven://org.springframework.cloud.task.app:timestamp-batch-task:2.0.2.RELEASE`](https://central.sonatype.com/artifact/org.springframework.cloud.task.app/timestamp-batch-task) and I wanted to replace them with the newer versions in this repository because they leverage Spring...

as 3.7 (Stretch) is no longer buildable. In fact `apt-get update` fails on the task example, as the corresponding repositories are no longer available. So I've updated both examples.

SCDF provides cron expression for scheduling the launching of tasks. However, users sometimes need more advanced scheduling for launching their tasks. In these cases they can use enterprise level schedulers...

This change updates the current 3.0.x task/batch apps to use Spring Boot 3.2.8. The CI will run and publish the apps once this is merged. The next step is to...