Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ZEPPELIN-2084] z.show doesn't show dataframe #2005

Closed
wants to merge 1 commit into from

Conversation

Leemoonsoo
Copy link
Member

What is this PR for?

following may/may not display the result

z.show(sc.parallelize((1 to 1000000).toList).toDF, 1000000)

it was because of column information is not refreshed as data refresh in TableVisualization.

What type of PR is it?

Bug Fix

Todos

  • - fix bug

What is the Jira issue?

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

How should this be tested?

run followings multiple times. and see if it displays result every time.

z.show(sc.parallelize((1 to 1000000).toList).toDF, 1000000)

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 not related to this change.
Merge to master and branch-0.7 if no more more comments.

asfgit pushed a commit that referenced this pull request Feb 12, 2017
### What is this PR for?

following may/may not display the result
```
z.show(sc.parallelize((1 to 1000000).toList).toDF, 1000000)
```

it was because of column information is not refreshed as data refresh in TableVisualization.

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

### Todos
* [x] - fix bug

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

### How should this be tested?

run followings multiple times. and see if it displays result every time.
```
z.show(sc.parallelize((1 to 1000000).toList).toDF, 1000000)
```

### 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 #2005 from Leemoonsoo/ZEPPELIN-2084 and squashes the following commits:

8d57433 [Lee moon soo] recreate column info when data is changed

(cherry picked from commit d954687)
Signed-off-by: Lee moon soo <moon@apache.org>
@asfgit asfgit closed this in d954687 Feb 12, 2017
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