hi every one!
i see the HIVE directory perfectly but when a tried to query any dataset… Java Error!
Caused by: java.net.UnknownHostException: bcopxmngns
i just put core-site.xml and hdfs-site.xml into dremio/conf
hdfs-core.zip (2,6,KB)
hi every one!
i see the HIVE directory perfectly but when a tried to query any dataset… Java Error!
Caused by: java.net.UnknownHostException: bcopxmngns
i just put core-site.xml and hdfs-site.xml into dremio/conf
hdfs-core.zip (2,6,KB)
What version of Dremio is this? 4.2+ we also need to symlink to
ln -s <DREMIO_HOME>/conf <DREMIO_HOME>/plugins/connectors/hive2.d/conf
or
ln -s <DREMIO_HOME>/conf <DREMIO_HOME>/plugins/connectors/hive3.d/conf
But you are getting unknown, have you set the name of the metastore host from hive-site.xml, try this
Thank you!
Works fine!