BAEL-1175 - corrected directory cmd (#3534)
This commit is contained in:
parent
f9649c0926
commit
0d85d1ad01
|
@ -6,6 +6,6 @@ git clone https://github.com/spring-cloud-stream-app-starters/hdfs.git
|
|||
./mvnw clean install -PgenerateApps
|
||||
|
||||
# Run it
|
||||
cd apps
|
||||
cd target
|
||||
# Optionally inject application.properties prior to build
|
||||
java -jar hdfs-sink.jar --fsUri=hdfs://127.0.0.1:50010/
|
|
@ -6,7 +6,7 @@ git clone https://github.com/spring-cloud-stream-app-starters/twitter.git
|
|||
./mvnw clean install -PgenerateApps
|
||||
|
||||
# Run it
|
||||
cd apps
|
||||
cd target
|
||||
# Optionally inject application.properties prior to build
|
||||
java -jar twitter_stream_source.jar --consumerKey=<CONSUMER_KEY> --consumerSecret=<CONSUMER_SECRET> \
|
||||
--accessToken=<ACCESS_TOKEN> --accessTokenSecret=<ACCESS_TOKEN_SECRET>
|
Loading…
Reference in New Issue