[GitHub] zeppelin pull request #3039: ZEPPELIN-3348. Enable paragraph level propertie...

2018-06-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3039


---


[GitHub] zeppelin pull request #3039: ZEPPELIN-3348. Enable paragraph level propertie...

2018-06-21 Thread zjffdu
GitHub user zjffdu opened a pull request:

https://github.com/apache/zeppelin/pull/3039

ZEPPELIN-3348. Enable paragraph level properties

### What is this PR for?
This PR is trying to introduce paragraph level properties so that user can 
customize the interpreter behavior in paragraph level.  User can specify the 
paragraph level properties after the repl name (e.g. `%spark(pool=p1, 
imageWidth=200)`)

The jdbc interpreter is another example, but we use other kind of hack 
method for that before. This PR also update jdbc interpreter to adopt the 
paragraph level properties. 


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

### Todos
* [ ] - Task

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

### 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


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3348

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/3039.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3039


commit cc54a1b1b3a6fa9a8385d650840b4789b4c98053
Author: Jeff Zhang 
Date:   2018-06-21T06:04:40Z

ZEPPELIN-3348. Enable paragraph level properties




---