Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Does Drill support High Available (HA) Hadoop?

avatar
Contributor

Does Drill support High Available (HA) Hadoop?

I try to use hive with drill.

but following error ocurr

0: jdbc:drill:zk=XXXX:2181> select *from hive.test_db.bkpf limit 100; Error: SYSTEM ERROR: UnknownHostException: XXXX

[Error Id: da1f6baa-6128-4449-b82a-f89be89f9bb3 on XXXX:31010] (state=,code=0)

1 ACCEPTED SOLUTION

avatar
Contributor

@Funamizu Koshi Drill does support Namenode HA. You will need to copy hdfs-site.xml to <drill-home-dir>/conf on each node you are running it on and then restart the drillbit service on each of those nodes

View solution in original post

2 REPLIES 2

avatar
Contributor

@Funamizu Koshi Drill does support Namenode HA. You will need to copy hdfs-site.xml to <drill-home-dir>/conf on each node you are running it on and then restart the drillbit service on each of those nodes

avatar
Contributor

I did.

Thank you!