You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some of the previously created Hive External Tables which are created with ROW FORMAT SERDE 'com.bizo.hive.serde.csv.CSVSerde' .
Now while I was using Hive to query on those tables I placed the CSVSerde library inside Hive lib and as Hive uses Map Reduce Job to query tables I also had to put jar inside Hadoop.
Currently I want to query those table with Presto. But it giving me a : MetaException(message:org.apache.hadoop.hive.serde2.SerDeException SerDe com.bizo.hive.serde.csv.CSVSerde does not exist) exception.
I already tried by putting the CSVSerde.jar & HiveSerDe.jar inside the presto server lib. But still getting the same error. Thank you in advance.
The text was updated successfully, but these errors were encountered:
I have some of the previously created Hive External Tables which are created with
ROW FORMAT SERDE 'com.bizo.hive.serde.csv.CSVSerde'
.Now while I was using Hive to query on those tables I placed the CSVSerde library inside Hive lib and as Hive uses Map Reduce Job to query tables I also had to put jar inside Hadoop.
Currently I want to query those table with Presto. But it giving me a :
MetaException(message:org.apache.hadoop.hive.serde2.SerDeException SerDe com.bizo.hive.serde.csv.CSVSerde does not exist)
exception.I already tried by putting the CSVSerde.jar & HiveSerDe.jar inside the presto server lib. But still getting the same error. Thank you in advance.
The text was updated successfully, but these errors were encountered: