Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for external table in AWS #73

Closed
gourav-sg opened this issue Jun 20, 2019 · 9 comments
Closed

support for external table in AWS #73

gourav-sg opened this issue Jun 20, 2019 · 9 comments

Comments

@gourav-sg
Copy link

Hi,
users building data lake in AWS, or in other systems, use EXTERNAL TABLES quite a lot. This gives their solutions high flexibility. For example having either a personal metastore or using Glue datacatalog.

It will be great if delta support as a storage class was included for HIVE metastores as well. I think we can and do read data using HIVE or SPARK directly from DELTA write locations, but it does give us duplicates, because its just reading the parquet files.

Regards,
Gourav

@tdas
Copy link
Contributor

tdas commented Jun 21, 2019

We are working towards improving our table support in OSS so that we can run all Delta table operations directly on table names defined in Hive metastore and other such catalogs. The challenge is to add the necessary customizations in Apache Spark to make DDLs work with Delta's setup.

@rtjarvis
Copy link

rtjarvis commented Sep 8, 2019

This is important for your use case and web be happy to contribute. How far have you got?

@pranavanand
Copy link
Contributor

We are still working on this and are waiting for the Spark 3.0. This should ideally come out in the Delta Lake 0.7.0 release.

@gourav-sg
Copy link
Author

gourav-sg commented Mar 20, 2020 via email

@tdas
Copy link
Contributor

tdas commented Mar 20, 2020

the table support is being tracked by this issue - #85

@kadprad
Copy link

kadprad commented Nov 8, 2020

I am trying to use delta lake using AWS DMS and Glue. Could you help me find relevant posts.

@gourav-sg
Copy link
Author

gourav-sg commented Nov 8, 2020 via email

LantaoJin added a commit to LantaoJin/delta that referenced this issue Mar 12, 2021
@zsxwing
Copy link
Member

zsxwing commented Apr 7, 2021

This has been released in Delta 0.7.0 on Spark 3.0. See #85

@zsxwing zsxwing closed this as completed Apr 7, 2021
@gourav-sg
Copy link
Author

gourav-sg commented Apr 7, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants