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

Spark Dataset preview appears in wrong location #7561

Closed
jpallas opened this issue Jun 20, 2018 · 2 comments
Closed

Spark Dataset preview appears in wrong location #7561

jpallas opened this issue Jun 20, 2018 · 2 comments
Assignees
Milestone

Comments

@jpallas
Copy link
Contributor

jpallas commented Jun 20, 2018

I have a notebook with four cells:

  1. %%classpath add mvn
    org.apache.spark spark-sql_2.11 2.3.1
  2. %%spark -c
  3. val ds1 = spark.createDataset(Seq(("a", "this", 7), ("b", "this", 5), ("b", "that", 11)))
  4. val ds2 = spark.range(1, 10)

After running all four cells, my notebook looks like this:
screen shot 2018-06-20 at 2 50 28 pm
If I click on the "Preview 10 Rows" button in cell 3, I get this:
screen shot 2018-06-20 at 2 52 42 pm

The preview of ds1 from cell 3 appears in the output area for cell 4, below the preview button and schema info for ds2.

If I click on ds2's preview button at this point, the Spark status indicator and data preview will appear below the preview of ds1 (but all still in the cell 4 output area).

@scottdraves
Copy link
Contributor

scottdraves commented Jun 20, 2018 via email

@scottdraves
Copy link
Contributor

confirmed.

@LeeTZ LeeTZ added this to the Must milestone Jul 18, 2018
@sgopalan sgopalan modified the milestone: Must Jul 18, 2018
@LeeTZ LeeTZ closed this as completed Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants