You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2015/10/03 17:52:50 UTC

[GitHub] storm pull request: STORM-828 HdfsBolt takes a lot of configuratio...

Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/storm/pull/668#discussion_r41088401
  
    --- Diff: external/storm-hdfs/src/main/java/org/apache/storm/hdfs/bolt/HdfsBolt.java ---
    @@ -44,6 +49,25 @@
         private transient FSDataOutputStream out;
         private RecordFormat format;
         private long offset = 0;
    +    private static String defaultSourceDir = "/tmp/source";
    +    private static String defaultDestDir = "/tmp/dest";
    +    private static String defaultFileExtension = ".txt";
    +
    +
    --- End diff --
    
    Extra blank line.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---