If you are using just one Hive instance then you can just upgrade Hive.
Thats a little more then just saying that but after moving to drill 0.7 and
from Hive 12 to Hive 13 I didn't have any issues. The main config
properties that tie the two together is the storage config. I didn't build
drill, I used an rpm.

{
  "type": "hive",
  "enabled": true,
  "configProps": {
    "hive.metastore.uris": "thrift://<localhost>:<port>",
    "hive.metastore.sasl.enabled": "false"
  }
}


On Mon, Jan 12, 2015 at 10:10 AM, Robert Piotti <[email protected]>
wrote:

> Thanks Jim. do you have any idea how to switch hive versions as needed?
> Is Hive support baked into Drill or configurable via its build process?
>
> Sent from Yahoo Mail on Android
>
>

Reply via email to