-
Updated
Oct 13, 2020 - Java
spark-streaming
Here are 633 public repositories matching this topic...
-
Updated
May 26, 2019 - Scala
-
Updated
Apr 1, 2019 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Feb 9, 2019 - Scala
-
Updated
Oct 13, 2020 - C#
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Mar 31, 2018
-
Updated
Oct 16, 2020 - Java
-
Updated
Sep 17, 2020 - Scala
Is your feature request related to a problem? Please describe.
Some areas of the web portal have issues with screen readers. Here are a few examples
Describe the solution you'd like
Improve readability for screen readers across the web portal
-
Updated
Oct 12, 2016 - Scala
Describe the bug
Gimel Logo is not appearing in readthedocs.
http://gimel.readthedocs.io/en/latest/getting-started/learn-data-API-usage/
To Reproduce
Open the link http://gimel.readthedocs.io/en/latest/getting-started/learn-data-API-usage/
-
Updated
Apr 15, 2018 - Scala
-
Updated
Oct 13, 2020 - Java
-
Updated
Feb 1, 2019 - TypeScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Scala
-
Updated
Dec 21, 2017 - Scala
I am able to use consume the Kinesis stream using this jar as a normal consumer. When i updated the user account to Enhanced fan out consumer, i am unable to access the stream.
Do we have any way to access the stream as Enhanced fan out consumer?
-
Updated
May 29, 2017 - Scala
-
Updated
May 23, 2019 - Java
-
Updated
Aug 31, 2020 - Scala
-
Updated
Jun 25, 2018 - Scala
-
Updated
Aug 7, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the spark-streaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spark-streaming topic, visit your repo's landing page and select "manage topics."
This is more a question than a feature request.
When parsing JSON files, I need to sanitize the field names so
field with spacesbecomesfield_with_spaces.I want to preserve the original name as well, metadata about the column if you like :)
There is a metadata field on
StructField, but it is internal.Why is this internal, is it possible or desirable to expose it?