Skip to content

[ZEPPELIN-4848]. Switch for enabling Spark REPL output for each paragraph#3787

Closed
zjffdu wants to merge 1 commit intoapache:masterfrom
zjffdu:ZEPPELIN-4848
Closed

[ZEPPELIN-4848]. Switch for enabling Spark REPL output for each paragraph#3787
zjffdu wants to merge 1 commit intoapache:masterfrom
zjffdu:ZEPPELIN-4848

Conversation

@zjffdu
Copy link
Contributor

@zjffdu zjffdu commented Jun 5, 2020

What is this PR for?

This PR add paragraph local property printREPLOutput for spark interpreter, so that user can switch for enabling Spark REPL output for each paragraph, e.g.

%spark(printREPLOutput=false)

System.out.println("hello ")
println("hello world")

What type of PR is it?

[ Feature ]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • CI pass

Screenshots (if appropriate)

Questions:

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

@Reamer
Copy link
Contributor

Reamer commented Jun 5, 2020

lgtm

Copy link
Contributor

@alexott alexott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@asfgit asfgit closed this in 4d4d532 Jun 8, 2020
asfgit pushed a commit that referenced this pull request Jun 8, 2020
…raph

### What is this PR for?

This PR add paragraph local property `printREPLOutput` for spark interpreter, so that user can switch for enabling Spark REPL output for each paragraph, e.g.

```
%spark(printREPLOutput=false)

System.out.println("hello ")
println("hello world")
```

### What type of PR is it?
[ Feature ]

### Todos
* [ ] - Task

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

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

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

Author: Jeff Zhang <zjffdu@apache.org>

Closes #3787 from zjffdu/ZEPPELIN-4848 and squashes the following commits:

b6997d9 [Jeff Zhang] [ZEPPELIN-4848]. Switch for enabling Spark REPL output for each paragraph

(cherry picked from commit 4d4d532)
Signed-off-by: Jeff Zhang <zjffdu@apache.org>
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.

3 participants