TimestampColumnVector, java.lang.NoSuchFieldError: TIMESTAMP

2019-01-17 Thread Luis López
Hello, I am working with versions 1.5.4 of orc-core and orc-tools and I'm facing the error java.lang.NoSuchFieldError: TIMESTAMP when using createRowBatch() from TypeDescription. Types in schema are as follows: [cid:image002.png@01D4AE84.4F28D860] When reaching timestamp, In class TimestampColum

Re: Write access to wiki

2018-06-05 Thread Luis Figueroa
Awesome, thanks! On Tue, Jun 5, 2018 at 3:04 PM Lefty Leverenz wrote: > Done. Welcome to the Hive wiki team, Luis! > > -- Lefty > > > On Tue, Jun 5, 2018 at 9:39 AM Luis Figueroa wrote: > >> Hi, may I be granted write access to the wiki? I'd like to help keep

Write access to wiki

2018-06-05 Thread Luis Figueroa
Hi, may I be granted write access to the wiki? I'd like to help keeping up with updates. My confluence user name is luisefigueroa Cheers, Luis

Re: May 2018 Hive User Group Meeting

2018-05-09 Thread Luis Figueroa
Hey everyone, Was the meeting recorded by any chance? Luis On May 8, 2018, at 5:31 PM, Sahil Takiar mailto:takiar.sa...@gmail.com>> wrote: Hey Everyone, Almost time for the meetup! The live stream can be viewed on this link: https://live.lifesizecloud.com/extension/2000992219?token=06

Re: How to create auto increment key for a table in hive?

2017-04-12 Thread Luis
and Hadoop ecosystem. Still you can try for your use-case to write your own UDF. Apart from that you can generate UUID with reflect UDF: reflect("java.util.UUID", "randomUUID") Thanks, Luis On Tue, Apr 11, 2017 at 10:02 AM, Jone Zhang wrote: > The hive table write by many peopl