spark-sql
Here are 322 public repositories matching this topic...
We create multiple jars during our builds to accommodate multiple versions of Apache Spark. In the current approach, the implementation is copied from one version to another and then necessary changes are made.
An ideal approach could create a common
directory and extract common classes from duplicate code. Note that even if class/code is exactly the same, you cannot pull out to a common clas
Loading a JAR file is very useful and it should be explained in the documentation.
EDIT: This has been asked several times in the Issues.
-
Updated
May 6, 2020 - Scala
Describe the bug
Some utilities project are duplicated between singular (utility) and plural versions (utilities). Let's align to plural versions
To Reproduce
Steps to reproduce the behavior:
- Go to Services\DataX.Utilities folder
- Notice duplicate folders like 2 cosmosdb utils
Expected behavior
One dll per area
Describe the bug
A clear and concise description of what the bug is.
如果打开不同用户的webui 在查看用户执行的sql记录时,会调到其他用户的sql记录
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and
-
Updated
Feb 15, 2020 - HTML
-
Updated
Feb 1, 2019 - TypeScript
-
Updated
Oct 1, 2018 - Scala
-
Updated
May 11, 2020 - JavaScript
-
Updated
Mar 9, 2020
-
Updated
Jun 25, 2018 - Scala
-
Updated
May 15, 2020 - Scala
-
Updated
Dec 25, 2019
-
Updated
Mar 2, 2020 - R
-
Updated
May 9, 2020 - Java
-
Updated
Dec 12, 2018 - Python
-
Updated
Sep 7, 2018 - Scala
Describe the bug
I just write number 1 to 10 into a Pulsar Topic thru spark-pulsar connector . When I use Pulsar SQL to read the 10-number, the exception info occured "Query 20190902_101219_00035_9r62s failed: Topic persistent://public/default/topic_test1 does not have a valid schema"
Screenshots
- A simple Spark-Pulsar code to write 1-10 value into a Pulsar Topic
.