[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2015-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/537 --- 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 enabl

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2015-04-27 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/537#issuecomment-96770826 Mind closing this PR? --- 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 fea

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2015-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/537#issuecomment-96770338 Can one of the admins verify this patch? --- 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 proj

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2015-01-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/537#issuecomment-71197980 I suggest we close this in favor of https://github.com/apache/spark/pull/2765 since it implements recursion with max depth, merges, and was active more recently. --- If

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2014-12-24 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/537#issuecomment-68079080 @patrickotoole Sorry for this patch sitting around here for so long without any attention. Mind updating this patch to the latest code. --- If your project is set up for it

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2014-09-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/537#issuecomment-54694737 Can one of the admins verify this patch? --- 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 do

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2014-06-30 Thread rajat-agarwal
Github user rajat-agarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/537#discussion_r14364724 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala --- @@ -104,7 +122,14 @@ class FileInputDStream[K: ClassTag

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2014-06-30 Thread rajat-agarwal
Github user rajat-agarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/537#discussion_r14364446 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala --- @@ -97,6 +98,23 @@ class FileInputDStream[K: ClassTag,

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2014-06-28 Thread rajat-agarwal
Github user rajat-agarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/537#discussion_r14324543 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala --- @@ -97,6 +98,23 @@ class FileInputDStream[K: ClassTag,

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2014-06-28 Thread rajat-agarwal
Github user rajat-agarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/537#discussion_r14324514 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala --- @@ -104,7 +122,14 @@ class FileInputDStream[K: ClassTag

[GitHub] spark pull request: SPARK-1795 - Add recursive directory file sear...

2014-05-11 Thread patrickotoole
Github user patrickotoole commented on a diff in the pull request: https://github.com/apache/spark/pull/537#discussion_r12507593 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -327,18 +327,18 @@ class StreamingContext private[streaming]