Fwd: Custom Serde with thorn

2011-05-07 Thread ankit bhatnagar
Hi I am facing a weird issue with the file parsing. My log files have a thorn 'þ' as separator. I tried writing a test case for deserializer and kind of confused by the fact it works fine as I pass the line to the deserializer, however when i run it on hive the line is not split into columns and

Custom Serde with thorn

2011-05-07 Thread ankit bhatnagar
Hi I am facing a weird issue with the file parsing. My log files have a thorn 'þ' as separator. I tried writing a test case for deserializer and kind of confused by the fact it works fine as I pass the line to the deserializer, however when i run it on hive the line is not split into columns and

Re: Exception while running hive queries

2011-05-07 Thread ankit bhatnagar
Hi Please check your hive-site.xml. Looks like issue with the cluster or config. Ankit