waggle-dance icon indicating copy to clipboard operation
waggle-dance copied to clipboard

Hive federation service. Enables disparate tables to be concurrently accessed across multiple Hive deployments.

Results 33 waggle-dance issues
Sort by recently updated
recently updated
newest added

Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.271 to 1.12.261. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.261 2022-07-14 AWS Config Features Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK...

dependency upgrade

Bumps derby from 10.10.2.0 to 10.14.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.derby:derby&package-manager=maven&previous-version=10.10.2.0&new-version=10.14.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependency upgrade

Prometheus loves tags, we should tag our metrics with the function call and the metastore. We currently put them all in the name this isn't great and hard to create...

Description The PR is a proposal for migrating to Hive3. I kept the same configurations file adding the information about the catalog in the database configuration (if missed = "hive")....

**Is your feature request related to a problem? Please describe.** Upgrade Waggle Dance to use Hive 3 (currently it supports Hive 1.x and 2.x). **Describe the solution you'd like** Waggle...

hive3

I'd like WaggleDance to support Presto views. Currently Presto views aren't parsed and database names aren't transformed in the Presto View this is because Presto stores the view as: Presto...

From the docs: > Primary metastores can configure access-control-type to have any of the described access-control-types whereas federated metastores may only be configured to READ_ONLY and READ_AND_WRITE_ON_DATABASE_WHITELIST. The validation for...

We make a distinction between 'write' and 'create', but understandably this may cast doubt on what behaviours 'write' encompasses. We should call out in a list something like: * **Read:**...

enhancement
documentation

The configuration for a primary metastore has became increasingly similar to the configuration for a federated metastore over time, to the point where there are duplications in the documentation for...

enhancement
spike

_As a developer_ _I'd like to have only `READ_ONLY`, `READ_AND_WRITE` and `READ_WRITE_AND_CREATE` as access control type options_ _As to have a more intuitive behaviour of the configuration_ --- The complete...

enhancement