Dieudonne Madishon
Hi,
execute the command
Now add jar using add jar command as shown below before creating the table
Hive> add jar /directory/hive-serdes-1.0-SNAPSHOT.jar;
directory is the directory where is located your hive-serdes-1.0-SNAPSHOT.jar.
example for me, i did theses command;
Hive> add jar /home/cloudera/Downloads/hive-serdes/hive-serdes-1.0-SNAPSHOT.jar;
then
Hive> create table tweets ........ ;
Jun 20 2015 12:32 AM