Connecting hive to SAP BO

2014-05-19 Thread Chhaya Vishwakarma
Hi, I have connected SAP BO to Hive using a ODBC driver. I am able to see the database and table in hive. but when i fetch data from hive it gives error as org.apache.hadoop.hìve.serde2.SerDeExceptio SerDe com,bizohive.serde.csv.CSVSerde does not exist Can ayone suggest where i should put

Re: Connecting hive to SAP BO

2014-05-19 Thread Shengjun Xin
hive –auxpath /path-to-/csvserde.jar On Tue, May 20, 2014 at 12:59 PM, Chhaya Vishwakarma chhaya.vishwaka...@lntinfotech.com wrote: Hi, I have connected SAP BO to Hive using a ODBC driver. I am able to see the database and table in hive. but when i fetch data from hive it gives error as

Re: Connecting hive to SAP BO

2014-05-19 Thread Nitin Pawar
another option would be add jar /path/to/serde/jar/file; On Tue, May 20, 2014 at 10:45 AM, Shengjun Xin s...@gopivotal.com wrote: hive –auxpath /path-to-/csvserde.jar On Tue, May 20, 2014 at 12:59 PM, Chhaya Vishwakarma chhaya.vishwaka...@lntinfotech.com wrote: Hi, I have connected