bigdata
Here are 1,663 public repositories matching this topic...
Examples
The examples under https://github.com/apache/shardingsphere/tree/master/examples/docker are outdated.
Consider
- Bump the image to
apache/shardingsphere:latest - Use PostgreSQL as database (MySQL JDBC Driver is not included in ShardingSphere-Proxy by default)
- Update configurations
-
Updated
Apr 25, 2022
Thank you for reaching out and helping us improve Vaex!
Before you submit a new Issue, please read through the documentation. Also, make sure you search through the Open and Closed Issues - your problem may already be discussed or addressed.
Description
Please provide a clear and concise description of the problem. This should contain all the steps nee
-
Updated
Apr 30, 2022 - Java
-
Updated
Apr 29, 2022 - Java
What would you like to be added:
minikube implements a local Kubernetes cluster on macOS, Linux, and Windows.
minikube addons is a marketplace for developers to share configurations for running services on minikube.
Why is this needed:
We could add volcano as a minikube addons to help user can insta
-
Updated
Apr 29, 2022 - Java
Describe the bug
When the finalizer is called for CLR JvmObjectId objects, it calls the rm DotnetBackend method and this calls goes through the JvmBridge class. Because the rm call goes through [JvmBridge.CallJavaMethod](https://github.com/do
-
Updated
Apr 21, 2022 - C++
-
Updated
Apr 29, 2022 - Java
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Apr 24, 2022 - Python
-
Updated
Nov 13, 2021 - Python
especially for less obvious but lengthy code snippets!
-
Updated
Nov 11, 2021 - Go
-
Updated
Jan 29, 2021 - C#
Let's prepare a mixin for interacting with Roles and Policies with the Python client, in case users want to use the API directly.
Do not only have the list, get etc, but also utility methods, such as updating a default role. It should wrap the following logic:
import requests
import json
# Get the ID
data_consumer = requests.get("http://localhost:8585/api/v1/roles/name/DataCo-
Updated
Apr 6, 2022 - Python
-
Updated
Mar 21, 2022 - Go
-
Updated
Oct 6, 2021 - Jupyter Notebook
-
Updated
Mar 17, 2021
Improve this page
Add a description, image, and links to the bigdata topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bigdata topic, visit your repo's landing page and select "manage topics."
In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.
So the 1567th line should be removed.
![image](https://user-im