[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-03-09 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 4: I think it would have if I'd used a SparkSQL "select count(*) ..." query, but

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-03-09 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 3: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/5636 To

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-03-09 Thread Todd Lipcon (Code Review)
Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. KUDU-1824. KuduRDD.collect fails because of NoSerializableException The internal

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-03-09 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 3: Oh really? I thought count() was smart enough to issue a column-less scan...

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-03-09 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 3: The count operation was pulling back all columns from Kudu in the table, is

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-03-09 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 3: Any chance you can run a sum(l_linenumber) or sum(l_tax) as well? count() is

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-03-09 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 3: Just ran a big count job an a lineitem table, and this patch made it about

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-02-22 Thread Dan Burkert (Code Review)
Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/5636 to look at the new patch set (#3). Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-02-22 Thread Dan Burkert (Code Review)
Dan Burkert has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/5636/2//COMMIT_MSG Commit

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-01-08 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/5636/2//COMMIT_MSG Commit

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-01-06 Thread Dan Burkert (Code Review)
Dan Burkert has uploaded a new patch set (#2). Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException .. KUDU-1824. KuduRDD.collect fails because of NoSerializableException This also fixes a few

[kudu-CR] KUDU-1824. KuduRDD.collect fails because of NoSerializableException

2017-01-06 Thread Dan Burkert (Code Review)
Hello Jean-Daniel Cryans, Todd Lipcon, I'd like you to do a code review. Please visit http://gerrit.cloudera.org:8080/5636 to review the following change. Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException