Any idea?
On Sun, Jun 14, 2015 at 8:37 PM, 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://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
>