You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2017/03/10 00:51:47 UTC

[kudu-CR](branch-1.3.x) KUDU-1824. KuduRDD.collect fails because of NoSerializableException

Todd Lipcon has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/6339

Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException
......................................................................

KUDU-1824. KuduRDD.collect fails because of NoSerializableException

The internal KuduRow class has been removed, and instead we copy into a
serializable Spark row format.

This also fixes a few style issues.

Change-Id: I42618188003d2eef66088f3101803d1750e4134b
Reviewed-on: http://gerrit.cloudera.org:8080/5636
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>
(cherry picked from commit 6db540070a9326190c30996851207dfa0fb8066d)
---
M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduRDD.scala
A java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/KuduRDDTest.scala
2 files changed, 44 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/6339/1
-- 
To view, visit http://gerrit.cloudera.org:8080/6339
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I42618188003d2eef66088f3101803d1750e4134b
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-1.3.x
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>

[kudu-CR](branch-1.3.x) KUDU-1824. KuduRDD.collect fails because of NoSerializableException

Posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org>.
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 KuduRow class has been removed, and instead we copy into a
serializable Spark row format.

This also fixes a few style issues.

Change-Id: I42618188003d2eef66088f3101803d1750e4134b
Reviewed-on: http://gerrit.cloudera.org:8080/5636
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>
(cherry picked from commit 6db540070a9326190c30996851207dfa0fb8066d)
Reviewed-on: http://gerrit.cloudera.org:8080/6339
---
M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduRDD.scala
A java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/KuduRDDTest.scala
2 files changed, 44 insertions(+), 22 deletions(-)

Approvals:
  Todd Lipcon: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/6339
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I42618188003d2eef66088f3101803d1750e4134b
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: branch-1.3.x
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>

[kudu-CR](branch-1.3.x) KUDU-1824. KuduRDD.collect fails because of NoSerializableException

Posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org>.
Todd Lipcon has posted comments on this change.

Change subject: KUDU-1824. KuduRDD.collect fails because of NoSerializableException
......................................................................


Patch Set 1: Code-Review+2

-- 
To view, visit http://gerrit.cloudera.org:8080/6339
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I42618188003d2eef66088f3101803d1750e4134b
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-1.3.x
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-HasComments: No