Skip to content

Commit

Permalink
external file to track status in SFTp
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaromedin committed Apr 7, 2015
1 parent d292011 commit 9810987
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/apache/flume/source/SFTPSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public PollableSource.Status process() throws EventDeliveryException {
return PollableSource.Status.BACKOFF; //inform the runner thread to back off for a bit
}
}


@Override
public void start() {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/apache/flume/source/SFTPSourceUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;


/**
* @author luis lazaro
*/
Expand Down

0 comments on commit 9810987

Please sign in to comment.