Skip to content
#

bigdata

Here are 1,725 public repositories matching this topic...

silversteak
silversteak commented Jul 27, 2022

ComboPooledDataSource not compatible with apache shardingsphere.

I am currently trying to implement shardingshpere in my current company's codebase. Previously created an example project using HikariDataSource and it worked fine.

Now in companies code base uses c3p0.ComboPooledDataSource as datasource. So when am trying to create shardingshphere datasource using this datasource its fail

Ben-Epstein
Ben-Epstein commented Mar 12, 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

yanqiw
yanqiw commented Jul 24, 2022

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

I am using sql job to get data from sqlserver. After config the job, I got error "No suitable driver found for jdbc:jtds:sqlserve".

After checking the init way of sqlserver-x, I found the getDialect function with some bugs.

    
bug good first issue
Yikun
Yikun commented Mar 29, 2022

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

good first issue kind/feature priority/important-soon
pmbrull
pmbrull commented Apr 4, 2022

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
good first issue client

Improve this page

Add a description, image, and links to the bigdata topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bigdata topic, visit your repo's landing page and select "manage topics."

Learn more