Using secure HBase from Pig UDF?

2015-05-28 Thread Niels Basjes
Hi, I have a UDF that needs to go into HBase to get a single value when called. The HBase we have has been secured (Kerberos) and so far I have not yet been able to figure out how to get it all running. I did find these two issues but no working example I can copy: "Helper class for dealing

Re: datetime data type

2015-05-28 Thread Michael Howard
I wrote: > I would like to have a discussion about a number of > issues/questions related to support for the datetime > datatype in pig. One of the broader issues I want to discuss is the continued use of joda-time http://www.joda.org/joda-time/ * JSR-310 https://jcp.org/en/jsr/detail?id=310 intr

Re: datetime data type

2015-05-28 Thread Michael Howard
>> * ToDate(chararray) accepts ISO-8601 'T' timestamps, but not >> JDBC space ' ' timestamps ... thereby make it incompatible >> with hive, impala & JDBC data sources > ToDate use org.joda.time.format.ISODateTimeFormat to parse > date string. I am open to change as long as it does not > break back