BAEL-1175 - Corrected HDFS URI
This commit is contained in:
parent
11bcac7159
commit
68b4eddc97
|
@ -1 +1 @@
|
|||
hdfs.fs-uri=http://osboxes:50075
|
||||
hdfs.fs-uri=hdfs://127.0.0.1:50010/
|
|
@ -8,4 +8,4 @@ git clone https://github.com/spring-cloud-stream-app-starters/hdfs.git
|
|||
# Run it
|
||||
cd apps
|
||||
# Optionally inject application.properties prior to build
|
||||
java -jar hdfs-sink.jar --fsUri=http://osboxes:50075
|
||||
java -jar hdfs-sink.jar --fsUri=hdfs://127.0.0.1:50010/
|
Loading…
Reference in New Issue