Looks like name resolution fails. Make sure you a valid logical DNS entry *mycluster *pointing to a physical host.
On Mon, Jun 15, 2015 at 5:06 AM, Arthur Chan <[email protected]> wrote: > Hi, > > I just installed DRILL, and trying my first query from Drill to get data > from HIVE, however, I got the following error: > > org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: > java.net.UnknownHostException: mycluster > > > Information about my Hive/Hadoop > > Hive: 1.1.0 > > Hadoop: 2.6.0 cluster with HA, the hdfs cluster name is "mycluster" > > > Below is my configuration: > > { > > "type": "hive", > > "enabled": true, > > "configProps": { > > "hive.metastore.uris": "thrift://x.x.x.x:9083 > <http://192.168.0.31:9083/>", > > "hive.metastore.sasl.enabled": "false", > > "hive.metastore.warehouse.dir": "/user/hadoop/hive/warehouse", > > "fs.default.name": "hdfs:///mycluster" > > } > > } > > > > Please help! > > Regards >
