java-tutorials/spring-cloud/spring-cloud-stream-starters/hdfs/hdfs.sh

14 lines
533 B
Bash
Raw Normal View History

# 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