Ask Your Question
2

What does the error "java.lang.NoSuchMethodError: org.apache.hadoop.hive.common.FileUtils.mkdir" mean when attempting to store a table in Hive?

asked 2023-02-15 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-09-06 09:00:00 +0000

woof gravatar image

The error "java.lang.NoSuchMethodError: org.apache.hadoop.hive.common.FileUtils.mkdir" indicates that the method "mkdir" cannot be found in the class "org.apache.hadoop.hive.common.FileUtils". This error can occur when there is a version mismatch between the Hive client and server or between Hadoop and Hive. Alternatively, it may mean that the class or method has been removed or renamed.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-02-15 11:00:00 +0000

Seen: 11 times

Last updated: Sep 06 '21