Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/6347#discussion_r30872405
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala ---
@@ -400,6 +400,17 @@ class StreamingContext private[streaming] (
new FileInputDStream[K, V, F](this, directory, filter, newFilesOnly,
Option(conf))
}
+ /** Private variable to display the filenames being processesd */
+ private[streaming] var display_filename : Boolean = false
+
+ /**
+ * Function sets the display_filename parameter
+ * @param flag paramater to which display_filename will be set
+ */
+ def display_filename_enable(flag: Boolean){
--- End diff --
I think Spark follows CamelCase style.
---
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]