Skip to content
This repository was archived by the owner on Jul 9, 2022. It is now read-only.

Commit 152ef7f

Browse files
committed
XD-3534 Add HDFS Dataset sink module
- Remove unused configuration
1 parent 367850c commit 152ef7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hdfs-dataset-sink/src/main/java/org/springframework/cloud/stream/module/dataset/sink/DatasetSinkConfiguration.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@ public FsShutdown(int phase) {
251251
this.phase = phase;
252252
}
253253

254-
@Autowired
255-
org.apache.hadoop.conf.Configuration configuration;
256-
257254
private int phase;
258255

259256
private volatile boolean running = true;

0 commit comments

Comments
 (0)