Hi,
I have an issue while connecting to hive (hive 2.3.3) and fetching data from hive external table.
- I have updated the property fs.defaultFS to hdfs://master:9000 in core-site.xml.
- I have also placed this file inside dremio/conf/ folder
- Still, while accessing an external table in hive, dremio is trying to connect to master:8020.
- Later I also tried to add fs.defaultFS to the connection property of hive dataset. Still no luck.
Is this a known thing? Which means, should we change the namenode to listen to 9000?
Thanks in advance for your answer.