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