Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/2765#discussion_r25066040
--- Diff: python/pyspark/streaming/context.py ---
@@ -242,14 +242,14 @@ def socketTextStream(self, hostname, port,
storageLevel=StorageLevel.MEMORY_AND_
return DStream(self._jssc.socketTextStream(hostname, port,
jlevel), self,
UTF8Deserializer())
- def textFileStream(self, directory):
+ def textFileStream(self, directory, depth):
--- End diff --
We need to keep the existing method without the depth param right? or else
the API changes.
---
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]