apache - Error while executing select query in Hive - how to update Hadoop version -


i using hadoop 1.0.3 version. installed apache hive run it. running select * query gave me nosuchmethoderror: org.apache.hadoop.mapred.jobconf.unset

i further found out compatibility issue current version of hadoop , requires me upgrade 1.2 or later.

i new hadoop , upgrade current version 1.2 or later. how go doing same.

i not find resources online so.

thanks.

just download hadoop 1.2.x here , necessary configuration changes in new hadoop. change hadoop_home point new hadoop folder.

note: change environmental variables (including .bashrc) point new hadoop.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -