Re: [ANNOUNCE] Apache Kudu 1.0.0 release

2016-09-20 Thread Matteo Durighetto
ced to the proper column types. * * Example: if the Kudu table has the schema * * key INT32 * name STRING * * and producer.pattern is '(?\\d+),(?\w+)', then the * RegexpKuduOperationsProducer will parse the string * * |12345,Mike||54321,Todd| * * into the rows (key=12345, name=Mike) and (key=54321, name=Todd). We are just testing it, and it's working. Kind Regards Matteo Durighetto e-mail: m.durighe...@miriade.it

kudu 1.4 kerberos

2017-10-11 Thread Matteo Durighetto
Hello, I have a strange behaviour with Kudu 1.4 and kerberos. I enabled kerberos on kudu, I have the principal correctly in the OU of an AD, but at startup I got a lot of errors on method TSHeartbeat between tablet server and master server as unauthorized. There's no firewall between nod

Re: kudu 1.4 kerberos

2017-10-16 Thread Matteo Durighetto
rule, so it switch to default rule ) hadoop org.apache.hadoop.security.HadoopKerberosName kudu/@REALM ==> kudu Matteo Durighetto 2017-10-13 1:32 GMT+02:00 Todd Lipcon : > Hey Matteo, > > Looks like you did quite a bit of digging in the code! Responses inline > below. > > On Wed, Oct 11, 201

Re: kudu 1.4 kerberos

2017-10-17 Thread Matteo Durighetto
mapping of using the short principal name? Generally we'd prefer > to have as simple a configuration as possible but if your configuration is > relatively commonplace it seems we might want an easier workaround than > duplicating krb5.conf. > > -Todd > >> >> >> 2017

Re: kudu 1.4 kerberos

2017-10-25 Thread Matteo Durighetto
Hello Todd, after the workaround, we gone in production, I will test asap in a new environment of test in the next days. Kind regards Matteo Durighetto 2017-10-24 21:46 GMT+02:00 Todd Lipcon : > On Tue, Oct 24, 2017 at 12:41 PM, Todd Lipcon wrote: > >>