Re: Kudu supoort in cloudera director

2016-07-13 Thread Jean-Daniel Cryans
Hi Amit, This is a vendor-specific question, there's nothing we can do in Kudu to enable Cloudera Director support. I'd suggest you contact Cloudera. Thanks, J-D On Wed, Jul 13, 2016 at 2:36 AM, Amit Adhau wrote: > Hi Kudu Team, > > At present Kudu roles are not

Re: Error using newDelete from java API

2016-07-05 Thread Jean-Daniel Cryans
Hi, This kind of operation is currently not supported, if you want to delete all the rows that start with "102", you need to first read them with a scan then issue a delete for each. J-D On Tue, Jul 5, 2016 at 1:18 PM, Juan Pablo Briganti < juan.briga...@globant.com> wrote: > Hello! > > I have

Re: Kundera - JPA compliant Object Datastore Mapper for Kudu

2016-07-01 Thread Jean-Daniel Cryans
asticsearch for > extensive querying, just with little configuration changes. Using this one > can get the advantage of complex querying on any datastore. > > > In addition, all the other advantages/disadvantages of a typical Object > Mapper. > > > Best, > > Karthik >

Re: Kundera - JPA compliant Object Datastore Mapper for Kudu

2016-06-30 Thread Jean-Daniel Cryans
could share any instances where Kudu is being > used in production? And some insights on using Kudu with an Object > Mapper tool like Kundera? > > > Thanks, > > Karthik. > -- > *From:* Jean-Daniel Cryans <jdcry...@apache.org> > *Sent:* 2

Re: Kundera - JPA compliant Object Datastore Mapper for Kudu

2016-06-29 Thread Jean-Daniel Cryans
Hi Karthik! Thanks for sharing this. I see that you've written most of the code so I wonder, do you have any feedback on Kudu's APIs? Any weird things you noticed? Any gotchas? We're getting close to 1.0, so we still have some time to make (potentially breaking) changes. Thanks! J-D On Wed,

Re: Kudu for Debian system

2016-06-17 Thread Jean-Daniel Cryans
Hi Murugan, The Cloudera convenience packages are only released for RHEL 6, 7 and Ubuntu 14.04 as per this page: http://www.cloudera.com/documentation/betas/kudu/latest/topics/kudu_installation.html If you have other questions regarding those binaries, please post them on this Cloudera forum:

Re: Kudu QuickStart VM 0.9.0?

2016-06-15 Thread Jean-Daniel Cryans
It's up, it's a different filename since I also upgraded from 5.4.9 to 5.7.1 so you'll need to update your kudu-examples repo first. J-D On Wed, Jun 15, 2016 at 10:19 AM, Tom White <t...@cloudera.com> wrote: > Thanks J-D. > > Tom > > On Wed, Jun 15, 2016 at 6:06 PM, Jean

[ANNOUNCE] Apache Kudu (incubating) 0.9.0 released

2016-06-10 Thread Jean-Daniel Cryans
The Apache Kudu (incubating) team is happy to announce the release of Kudu 0.9.0! Kudu is an open source storage engine for structured data which supports low-latency random access together with efficient analytical access patterns. It is designed within the context of the Apache Hadoop ecosystem

Re: CDH, Impala, Impala KUDU Versioning

2016-06-08 Thread Jean-Daniel Cryans
That's actually a question for Cloudera, so moving user@ to bcc and adding cdh-user@ back. On Wed, Jun 8, 2016 at 5:13 PM, Ana Krasteva wrote: > > ​Forwarding this to Kudu user group. > > ​ > > On Wed, Jun 8, 2016 at 5:09 PM, Pavan Kulkarni > wrote:

Re: Spark on Kudu

2016-06-08 Thread Jean-Daniel Cryans
gt; > Thanks, > Ben > > > On May 28, 2016, at 3:22 PM, Jean-Daniel Cryans <jdcry...@apache.org> > wrote: > > It will be in 0.9.0. > > J-D > > On Sat, May 28, 2016 at 8:31 AM, Benjamin Kim <bbuil...@gmail.com> wrote: > >> Hi Chris, >> >

Re: Kudu installation

2016-06-07 Thread Jean-Daniel Cryans
On Tue, Jun 7, 2016 at 2:14 PM, Roberta Marton wrote: > I copied it from the installation guide: > > create TABLE my_first_table > ( > id BIGINT, > name STRING > ) > DISTRIBUTE BY HASH (id) INTO 16 BUCKETS > TBLPROPERTIES( > 'storage_handler' =

Re: Spark on Kudu

2016-05-28 Thread Jean-Daniel Cryans
er side upsert would be helpful. > Having a datasource would give us useful data frames and also make spark > sql usable for kudu. > > My reasoning for having a spark datasource and not using Impala is: 1. We > have had trouble getting impala to run fast with high concurrency when >

Re: Spark on Kudu

2016-04-11 Thread Jean-Daniel Cryans
en more. That > wouldn’t be bad to have. > > Cheers, > Ben > > > On Apr 10, 2016, at 12:23 PM, Jean-Daniel Cryans <jdcry...@apache.org> > wrote: > > Yup, starting to get a good idea. > > What are your DS folks looking for in terms of functionality related to &g

Re: Spark on Kudu

2016-04-11 Thread Jean-Daniel Cryans
much work? Additionally, what do you expect to gain from using Kudu VS your current solution? If it's not completely clear, I'd love to help you think through it. > > On Sun, Apr 10, 2016 at 12:23 PM, Jean-Daniel Cryans <jdcry...@apache.org> > wrote: > >> Yup, starting

Re: How to enable per-column compression when create table from impala?

2016-03-31 Thread Jean-Daniel Cryans
Hi Darren, It's currently not supported in Impala, but you can do it via the Java or C++ clients. J-D On Thu, Mar 31, 2016 at 1:21 AM, Darren Hoo wrote: > From the documentation > > http://getkudu.io/docs/schema_design.html#compression > > So how can I specify one column

[ANNOUNCE] Apache Kudu (incubating) 0.7.1 released

2016-03-10 Thread Jean-Daniel Cryans
The Apache Kudu (incubating) team is happy to announce the release of Kudu 0.7.1! Kudu is an open source storage engine for structured data which supports low-latency random access together with efficient analytical access patterns. It is designed within the context of the Apache Hadoop ecosystem

Re: help on buiding Kudu Java Client 0.7.0

2016-03-01 Thread Jean-Daniel Cryans
Hi Darren, This was fixed in https://github.com/cloudera/kudu/commit/7a0244c8c539dd800b7269c32a6826d2fdad43d9 If you can't apply the patch, the workaround is to build the third parties. J-D On Tue, Mar 1, 2016 at 1:30 AM, Darren Hoo wrote: > I have installed the exact

Re: Spark on Kudu

2016-02-24 Thread Jean-Daniel Cryans
to start using Spark with Kudu and > compare it to HBase with Spark (not clean). > > Thanks, > Ben > > > On Feb 24, 2016, at 3:10 PM, Jean-Daniel Cryans <jdcry...@apache.org> > wrote: > > AFAIK no one is working on it, but we did manage to get this in for 0.7.0: >

Re: Spark on Kudu

2016-02-24 Thread Jean-Daniel Cryans
AFAIK no one is working on it, but we did manage to get this in for 0.7.0: https://issues.cloudera.org/browse/KUDU-1321 It's a really simple wrapper, and yes you can use SparkSQL on Kudu, but it will require a lot more work to make it fast/useful. Hope this helps, J-D On Wed, Feb 24, 2016 at

Re: Kudu Release

2016-02-23 Thread Jean-Daniel Cryans
23, 2016 at 4:45 PM, Jordan Birdsell < > jordan.birdsell.k...@statefarm.com> wrote: > >> Is there any intention to add some form of security with 1.0? I did not >> see any mention of this in the thread. I think this would be a must have >> for most adopters, including my company.

Re: Kudu Release

2016-02-23 Thread Jean-Daniel Cryans
ward to the 0.7 release. I am hoping > that most of your points are addressed and completed by 1.0 release this > fall. > > Thanks, > Ben > > > On Feb 23, 2016, at 8:31 AM, Jean-Daniel Cryans <jdcry...@apache.org> > wrote: > > Hi Ben, > > Please see this thread