Re: Column names in ORC file

2016-12-15 Thread Owen O'Malley
Yes, it was fixed in HIVE-4243. .. Owen On Thu, Dec 15, 2016 at 10:21 AM, Elliot West wrote: > Possibly related to HIVE-4243 which was fixed in Hive 2.0.0: > https://issues.apache.org/jira/browse/HIVE-4243 > > > On Thu, 15 Dec 2016 at 18:06, Daniel Haviv com> wrote: > >> Hi, >> When I'm genera

Re: Column names in ORC file

2016-12-15 Thread Elliot West
Possibly related to HIVE-4243 which was fixed in Hive 2.0.0: https://issues.apache.org/jira/browse/HIVE-4243 On Thu, 15 Dec 2016 at 18:06, Daniel Haviv wrote: > Hi, > When I'm generating ORC files using spark the column names are written > into the ORC file but when generated using Hive I get t

Column names in ORC file

2016-12-15 Thread Daniel Haviv
Hi, When I'm generating ORC files using spark the column names are written into the ORC file but when generated using Hive I get the following column names: _col107, _col33, _col23, _col102 Is it possible to somehow configure hive to properly store the column names like Spark? Thank you, Dani