Mao, Wei created SPARK-14976:
--------------------------------

             Summary: make StreamingContext.textFileStream support wildcard
                 Key: SPARK-14976
                 URL: https://issues.apache.org/jira/browse/SPARK-14976
             Project: Spark
          Issue Type: Improvement
          Components: Streaming
            Reporter: Mao, Wei


textFileStream doesn't support regex like the the sc.textFile does.
eg:
  RDD = sc.textFile('somelocation/*/another/') is supported
while
  RDD = scc.textFileStream('somelocation/*/another/') is not



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to