Arthur, Can you verify that you can indeed resolve the “mycluster” hostname?
nslookup mycluster What does that return from your favorite operating system shell of choice? -- Kind Regards, Chad Smykay | Solutions Architect | M: 210.273.2344 mapr.com On Jun 15, 2015, at 6:40 AM, Arthur Chan <[email protected]> wrote: > 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 >>
