14 lines
533 B
Bash
14 lines
533 B
Bash
|
# Git spring-cloud-stream-app-starters
|
||
|
git clone https://github.com/spring-cloud/spring-cloud-stream-app-starters.git
|
||
|
|
||
|
# Navigate to HDFS
|
||
|
cd /hdfs
|
||
|
|
||
|
# Navigate to the the app configuration settings
|
||
|
cd /spring-cloud-starter-stream-sink-hdfs/src/main/java/org/springframework/cloud/stream/app/hdfs/sink/HdfsSinkProperties.java
|
||
|
# Specify the properties you want there
|
||
|
# or inject the application.properties file before building the app
|
||
|
|
||
|
# Then build the customized starter app
|
||
|
cd ../../../../../../../../../../../../../
|
||
|
mvn clean install
|