zeppelin git commit: [Zeppelin 3388] Correcting documentation link to zeppelin-context documentation

2018-05-10 Thread felixcheung
Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 de1a25c73 -> 1b4d37639


[Zeppelin 3388] Correcting documentation link to zeppelin-context documentation

### What is this PR for?
A small change was needed in the documentation of the JDBC interpreter also, 
but had been missed.

The change required is the same as the change made in the documentation of the 
Shell interpreter (as seen 
[here](https://github.com/apache/zeppelin/commit/0c3260e91f4c1ec58e67856d466ea9cba89d0085#diff-5a017ebfb7e890a2b475f9c8c7844fb0))

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

### Todos
* [ ] - Task

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

### How should this be tested?
Documentation only.

### Screenshots (if appropriate)

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

Author: Sanjay Dasgupta 

Closes #2960 from sanjaydasgupta/z-3388-jdbc and squashes the following commits:

b43ff21 [Sanjay Dasgupta] Correcting link to zeppelin-context documentation

(cherry picked from commit 941ccbbbdb6c2ca11f09f54bf0ddd31d6ba25d1c)
Signed-off-by: Felix Cheung 


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/1b4d3763
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/1b4d3763
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/1b4d3763

Branch: refs/heads/branch-0.8
Commit: 1b4d376394b7a2d3345394c1fcf2f776c1bab5d7
Parents: de1a25c
Author: Sanjay Dasgupta 
Authored: Sat May 5 08:31:14 2018 +0530
Committer: Felix Cheung 
Committed: Thu May 10 20:52:05 2018 -0700

--
 docs/interpreter/jdbc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1b4d3763/docs/interpreter/jdbc.md
--
diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md
index 2f64da9..aee9c4e 100644
--- a/docs/interpreter/jdbc.md
+++ b/docs/interpreter/jdbc.md
@@ -753,7 +753,7 @@ z.put("country_code", "KR")
 Object interpolation is disabled by default, and can be enabled for all 
instances of the JDBC interpreter by 
 setting the value of the property `zeppelin.jdbc.interpolation` to `true` (see 
_More Properties_ above). 
 More details of this feature can be found in the Spark interpreter 
documentation under 
-[Object Interpolation](spark.html#object-interpolation)
+[Zeppelin-Context](../usage/other_features/zeppelin_context.html)
 
 ## Bug reporting
 If you find a bug using JDBC interpreter, please create a 
[JIRA](https://issues.apache.org/jira/browse/ZEPPELIN) ticket.



zeppelin git commit: [Zeppelin 3388] Correcting documentation link to zeppelin-context documentation

2018-05-10 Thread felixcheung
Repository: zeppelin
Updated Branches:
  refs/heads/master 3712ce697 -> 941ccbbbd


[Zeppelin 3388] Correcting documentation link to zeppelin-context documentation

### What is this PR for?
A small change was needed in the documentation of the JDBC interpreter also, 
but had been missed.

The change required is the same as the change made in the documentation of the 
Shell interpreter (as seen 
[here](https://github.com/apache/zeppelin/commit/0c3260e91f4c1ec58e67856d466ea9cba89d0085#diff-5a017ebfb7e890a2b475f9c8c7844fb0))

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

### Todos
* [ ] - Task

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

### How should this be tested?
Documentation only.

### Screenshots (if appropriate)

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

Author: Sanjay Dasgupta 

Closes #2960 from sanjaydasgupta/z-3388-jdbc and squashes the following commits:

b43ff21 [Sanjay Dasgupta] Correcting link to zeppelin-context documentation


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/941ccbbb
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/941ccbbb
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/941ccbbb

Branch: refs/heads/master
Commit: 941ccbbbdb6c2ca11f09f54bf0ddd31d6ba25d1c
Parents: 3712ce6
Author: Sanjay Dasgupta 
Authored: Sat May 5 08:31:14 2018 +0530
Committer: Felix Cheung 
Committed: Thu May 10 20:51:50 2018 -0700

--
 docs/interpreter/jdbc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/941ccbbb/docs/interpreter/jdbc.md
--
diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md
index 2f64da9..aee9c4e 100644
--- a/docs/interpreter/jdbc.md
+++ b/docs/interpreter/jdbc.md
@@ -753,7 +753,7 @@ z.put("country_code", "KR")
 Object interpolation is disabled by default, and can be enabled for all 
instances of the JDBC interpreter by 
 setting the value of the property `zeppelin.jdbc.interpolation` to `true` (see 
_More Properties_ above). 
 More details of this feature can be found in the Spark interpreter 
documentation under 
-[Object Interpolation](spark.html#object-interpolation)
+[Zeppelin-Context](../usage/other_features/zeppelin_context.html)
 
 ## Bug reporting
 If you find a bug using JDBC interpreter, please create a 
[JIRA](https://issues.apache.org/jira/browse/ZEPPELIN) ticket.