Skip to content

[ZEPPELIN-1228] Make z.show() work with Dataset#1224

Closed
Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Leemoonsoo:ZEPPELIN-1228
Closed

[ZEPPELIN-1228] Make z.show() work with Dataset#1224
Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Leemoonsoo:ZEPPELIN-1228

Conversation

@Leemoonsoo
Copy link
Member

What is this PR for?

z.show() does not work in spark 2.0

What type of PR is it?

Bug Fix

Todos

  • - Make z.show() work with dataset
  • - add a unittest

What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-1228

How should this be tested?

case class Data(n:Int)
val data = sc.parallelize(1 to 10).map(i=>Data(i)).toDF
data.registerTempTable("data")
z.show(spark.sql("select * from data"))

Questions:

  • Does the licenses files need update? no
  • Is there breaking changes for older versions? no
  • Does this needs documentation? no

@Leemoonsoo
Copy link
Member Author

CI failure is irrelevant to this change.
Merge it to master and branch-0.6 if there's no more discussion.

@asfgit asfgit closed this in 73f1e48 Jul 26, 2016
asfgit pushed a commit that referenced this pull request Jul 26, 2016
### What is this PR for?
z.show() does not work in spark 2.0

### What type of PR is it?
Bug Fix

### Todos
* [x] - Make z.show() work with dataset
* [x] - add a unittest

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1228

### How should this be tested?
```
case class Data(n:Int)
val data = sc.parallelize(1 to 10).map(i=>Data(i)).toDF
data.registerTempTable("data")
z.show(spark.sql("select * from data"))
```

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Lee moon soo <moon@apache.org>

Closes #1224 from Leemoonsoo/ZEPPELIN-1228 and squashes the following commits:

486e00a [Lee moon soo] Make z.show() work with Dataset

(cherry picked from commit 73f1e48)
Signed-off-by: Lee moon soo <moon@apache.org>
PhilippGrulich pushed a commit to SWC-SENSE/zeppelin that referenced this pull request Aug 8, 2016
### What is this PR for?
z.show() does not work in spark 2.0

### What type of PR is it?
Bug Fix

### Todos
* [x] - Make z.show() work with dataset
* [x] - add a unittest

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1228

### How should this be tested?
```
case class Data(n:Int)
val data = sc.parallelize(1 to 10).map(i=>Data(i)).toDF
data.registerTempTable("data")
z.show(spark.sql("select * from data"))
```

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Lee moon soo <moon@apache.org>

Closes apache#1224 from Leemoonsoo/ZEPPELIN-1228 and squashes the following commits:

486e00a [Lee moon soo] Make z.show() work with Dataset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant