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

Orc properties for Hive Source and Sink #247

Open
hannesmiller opened this issue Feb 15, 2017 · 2 comments
Open

Orc properties for Hive Source and Sink #247

hannesmiller opened this issue Feb 15, 2017 · 2 comments

Comments

@hannesmiller
Copy link
Contributor

I just want to confirm that we respect the following Hive properties outlined in the documentation:

My only concern is that our Orc dialect for Hive Source and Sink delegates to the same code base for our native Orc Source and Sink and hence ignoring these table properties?

If this is the case we should automatically pick up these options from the Hive Metastore when using HiveSource and HiveSink, and support them natively when using the OrcSink and OrcSource?

@sksamuel
Copy link
Contributor

We completely ignore them at the moment, but you're right we should honour them where appropriate. We can still use the same source and sink, but when the dialect delegates it would need to pass in a config object pre-populated.

@sksamuel sksamuel added this to the 1.3 milestone Feb 15, 2017
@hannesmiller
Copy link
Contributor Author

Cool! I am not sure whether we need to honour other Hive dialects such as Parquet and Avro?

I'll investigate this...

@garyfrost garyfrost modified the milestones: 1.3, 1.4 Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants