Query to Hive RCFile table with error “LazySimpleSerDe: expects either BytesWritable or Text object”
Steps to re-produce the issue: 1) Create a Hive table using following command: 2) Load data into the table: 3) Get the output of table definition: and we get the following output: 4) Use the output from step 3. to create a new table: 5) Manually copy data from table …