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

    https://github.com/apache/spark/pull/3803#discussion_r24061094
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaStreamingContext.scala
 ---
    @@ -210,6 +211,20 @@ class JavaStreamingContext(val ssc: StreamingContext) 
extends Closeable {
       }
     
       /**
    +   * :: Experimental ::
    +   *
    +   * Create an input stream that monitors a Hadoop-compatible filesystem
    +   * for new files and reads them as flat binary files with fixed record 
lengths,
    +   * yielding byte arrays
    +   * @param directory HDFS directory to monitor for new files
    +   * @param recordLength The length at which to split the records
    +   */
    --- End diff --
    
    Shouldnt this have the note as well?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to