Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Why fs.defaultFS changes cause spark-sql query hive to fail

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how fs.defaultFS changes make spark-sql query hive fail. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.

After we change our hdfs to "can", our namede address is changed, that is, after our fs.defaultFS changes, we need to note that these changes will affect the normal operation of our hive, because our hive has already changed the data storage path of the table when we created the table. It will cause us to report an error when we submit the spark script [execute spark-sql]. As shown in the following figure: the namenode path of the hdfs of "read directly".

Here, we can access our hive metadata table SDS, as shown in the following figure: find it at the unupgraded namenode address, that is, master:9000.

Therefore, we need to modify the stored information in two ways: directly modify the information of the table, use the metatool-updateLocation in the hive belt to execute the command metatool-updateLocation hdfs://bi hdfs://master:9000/ on the node with hive to query whether the metadata information has been changed.

Metatool-listFSRoot at this time, the metadata information of hive has been changed and can be used normally

On "fs.defaultFS changes caused spark-sql query hive failure" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report