Re: Queries to custom serde return 'NULL' until hiveserver2 restart

2018-09-10 Thread Gopal Vijayaraghavan
>query the external table using HiveCLI (e.g. SELECT * FROM >my_external_table), HiveCLI prints out a table with the correct If the error is always on a "select *", then the issue might be the SerDe's handling of included columns. Check what you get for colNames =

Queries to custom serde return 'NULL' until hiveserver2 restart

2018-09-10 Thread Jason Gerlowski
Hi all, Hive Version: 3.0.0 Hadoop Version: 3.1.0 Tez Version: 0.9.1 I help to maintain a Hive SerDe connecting Hive to Apache Solr. We've let our custom SerDe lag quite a bit behind in Hive releases (1.2.1), but we've recently started updating the code to work with Hive 3.0.0. After updating