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

Hive metastore support? #139

Open
antonputra opened this issue Sep 6, 2018 · 4 comments
Open

Hive metastore support? #139

antonputra opened this issue Sep 6, 2018 · 4 comments

Comments

@antonputra
Copy link

  1. Is there a way to connect to Hive metastore to enable Hive quires agains existing Hive tables such as SparkHiveContext does? https://spark.apache.org/docs/latest/api/java/org/apache/spark/sql/hive/HiveContext.html
  2. Is it possible not only to read but also to write to Hive metastore like execute "CREATE TABLE" or "ALTER TABLE" statements?
@chrislusf
Copy link
Owner

I would like to know any existing Golang API to connect to Hive.

@TimKack
Copy link

TimKack commented Sep 21, 2018

@chrislusf - can https://github.com/derekgr/hivething be used?

@chrislusf
Copy link
Owner

This hive lib can query, but in a streaming way. Ideally something can do concurrent queries.

@antonputra
Copy link
Author

Ideally, it would be great to have a hive metarepo to control datasets in relational way, but have kind of an OLAP engine(similar to Apache Druid) as for example cockroachdb exposes a Postgres API for OLTP.

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

3 participants