forward3d / rbhive

Ruby gem for querying Apache Hive
http://www.forward3d.com
MIT License
98 stars 74 forks source link

External Table Support #1

Closed jkitching closed 13 years ago

jkitching commented 13 years ago

Add support for external tables (i.e., ones with their data files located within HDFS).

andykent commented 13 years ago

Thanks for this. I've merged it in.

Longer term I think the optional args should be a hash instead of the now mentally long args list so you can expect the API to change again sometime soon.

jkitching commented 13 years ago

Thanks for the merge! And yes, I agree -- it was starting to get fairly ungainly remembering the order of the arguments...