hadoop - HIVE Malformed ORC file Error -


an insert select run on hive orc table hive text table source.

insert table orc_table select * text_table; 

both tables have same structure. insert did not throw error. select * on orc table works.

but operation involves mapreduce count, max, min on orc table throws malformed orc file -invalid post script error


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -