排坑--阿里云SparkSQL在本地IDEA中连接Hive时,连接不上NameNode时。

在idea中运行SparkSQL,要连接阿里云部署的Hive。开一个9866端口。除了把hdfs-site.xml,core-site.xmk,hive-site.xml放进去之后,还有修改hdfs-site.xml中的文件

 
        dfs.client.use.datanode.hostname
        true
    

在Hadoop集群上面的hdfs.xml中添加


    dfs.datanode.use.datanode.hostname
    true

记得重启 hdfs集群

你可能感兴趣的:(Spark,hadoop)