Skip to content

Merging #5

Merged
ramaswamydevarajan merged 9 commits into
ramaswamydevarajan:masterfrom
apache:master
Jan 19, 2016
Merged

Merging #5
ramaswamydevarajan merged 9 commits into
ramaswamydevarajan:masterfrom
apache:master

Conversation

@ramaswamydevarajan

Copy link
Copy Markdown
Owner

No description provided.

TYMichaelChen and others added 9 commits January 17, 2016 07:29
### What is this PR for?
add a keyboard shortcut to add paragraph above to keep difference with previous add paragraph below

### What type of PR is it?
Improvement

### Todos

### Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-611

### How should this be tested?
click into a paragraph and press ctrl+alt+n

### Screenshots (if appropriate)
![after](https://cloud.githubusercontent.com/assets/6380209/12357983/aa3be418-bb70-11e5-966d-1d63317c42bf.png)

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

Author: Michael Chen <miketychen@gmail.com>

Closes #643 from MikeTYChen/ZEPPELIN-611 and squashes the following commits:

732917f [Michael Chen] change to a
e9e419d [Michael Chen] keyboard shortcut to add above
### What is this PR for?
A few sentences describing the overall goals of the pull request's commits.

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

### Todos
* [x] - Have error output in multiline

### Is there a relevant Jira issue?
N/A

### How should this be tested?
Run something that will output in error, for example try running "asdf" with spark interpreter

### Screenshots (if appropriate)
Before:
<img width="1439" alt="screen shot 2016-01-15 at 12 52 24 pm" src="https://cloud.githubusercontent.com/assets/674497/12349221/f7ca1f4c-bb93-11e5-8fc9-04c06abf62ea.png">

After:
<img width="1429" alt="screen shot 2016-01-15 at 12 52 10 pm" src="https://cloud.githubusercontent.com/assets/674497/12349220/f7c834ca-bb93-11e5-8823-e316152f64b4.png">

Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>

Closes #641 from prabhjyotsingh/multiLineError and squashes the following commits:

867a3e0 [Prabhjyot Singh] small change to have error in multiline
### What is this PR for?
It would be better if Zeppelin provides looking good documentation.

### What type of PR is it?
Improvement

### Todos
* [x] - Fix typos, grammars and Increase readability writingzeppelininterpreter.md
* [x] - Also spark.md
* [x] - tutorial.md
* [x] - cassandra.md
* [x] - elasticsearch.md
* [x] - flink.md
* [x] - hive.md
* [x] - lens.md
* [x] - markdown.md
* [x] - rest-interpreter.md

### Is there a relevant Jira issue?
No : )

### How should this be tested?
These documentations are in [here](http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/).

### 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: Ryu Ah young <fbdkdud93@hanmail.net>

Closes #578 from AhyoungRyu/Fix-Typo and squashes the following commits:

925f30e [Ryu Ah young] Fix the list of 'Configure your Interpreter'
9b768e9 [Ryu Ah young] Change .md -> .html in interpreter.md
785dcbb [Ryu Ah young] Fix odd space in spark.md
a5d26d7 [Ryu Ah young] Fix version 1.5.1 -> 1.5.2 in spark.md
ef77027 [Ryu Ah young] Fix Upper case -> Lower case in cassandra.md
0918f79 [Ryu Ah young] Fix grammar error and Increase readability interpreters.md
f3d0173 [Ryu Ah young] Add numbering for dividing the table list and Fix grammar error rest-interpreter.md
fe4dfff [Ryu Ah young] Fix image size unit px -> % and Increase readability markdown.md
11b32db [Ryu Ah young] Remove useless 'to' in lens.md
3eec4cf [Ryu Ah young] Remove numbering flink.md
aac2e01 [Ryu Ah young] Add short description about Apache hive and Increase readability hive.md
d08092a [Ryu Ah young] Add highlight for scala code and Increase readability flink.md
8690e02 [Ryu Ah young] Increase readability and remove useless <hr> tag elasticsearch.md
9c008cf [Ryu Ah young] Increase readability and Remove useless <br>, <hr> tag cassandra.md
3041b95 [Ryu Ah young] Change rebuild -> rebuilding in spark.md
99b1e9e [Ryu Ah young] Remove unnecessary space in writingzeppelininterpreter.md
c63e59f [Ryu Ah young] Increase readability and delete useless <br> tag tutorial.md
e867df3 [Ryu Ah young] Increase readability and delete useless <br>, <hr> tag spark.md
f72b1cb [Ryu Ah young] Add .sh next to .bin/zeppein-daemon
466f82c [Ryu Ah young] Fix some typos and grammars in writingzeppelininterpreter.md
### What is this PR for?
spark/pom.xml has some duplicated entry with spark-dependencies/pom.xml. this pr removes them.

### What type of PR is it?
Refactoring

### Is there a relevant Jira issue?
no

### How should this be tested?
N/A

### 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: Lee moon soo <moon@apache.org>

Closes #647 from Leemoonsoo/move_spark_profile and squashes the following commits:

be0dbe7 [Lee moon soo] remove duplicated entries from spark/pom.xml
…m maven repository

### What is this PR for?
This PR is related to #590. This documentation may explain the overall process of **Dynamic Interpreter Loading** in [Helium Proposal](https://issues.apache.org/jira/browse/ZEPPELIN-533).
Moreover, at the last this documentation, Zeppelin users can get the basic information about step by step of interpreter setting & configuring & binding. Since I assumed that they are novice at Zeppelin.

### What type of PR is it?
Documentation

### Todos
* [x] - Add docs image under `/docs/assets/themes/zeppelin/img/docs-img/`
* [x] - Add dynamicinterpreter.md
* [x] - Add dynamicinterpreter.html location to `docs/_includes/themes/zeppelin/_navigation.html`

### Is there a relevant Jira issue?
1. [ZEPPELIN-533 Helium](https://issues.apache.org/jira/browse/ZEPPELIN-533)
2. [ZEPPELIN-546](https://issues.apache.org/jira/browse/ZEPPELIN-546)

### How should this be tested?
I add a link of this documentation to `interpreter tab` in Zeppelin web page.
![screen shot 2016-01-07 at 12 39 54 pm](https://cloud.githubusercontent.com/assets/10060731/12182295/20711f30-b53c-11e5-8369-2ec42c99f4e2.png)

### Screenshots (if appropriate)
Hopefully, below image helps you to understand this process : )
![zeppelin_user](https://cloud.githubusercontent.com/assets/10060731/12180839/b0240d30-b533-11e5-97e1-87c7833ee47f.png)

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

Author: Ryu Ah young <fbdkdud93@hanmail.net>

Closes #609 from AhyoungRyu/ZEPPELIN-546-docs and squashes the following commits:

d0675e0 [Ryu Ah young] ZEPPELIN-546-docs: Fix some sentences
266dac0 [Ryu Ah young] ZEPPELIN-546-docs: Add content for licence
e180a8e [Ryu Ah young] ZEPPELIN-546-docs: Fix typo again
d3cc50f [Ryu Ah young] ZEPPELIN-546-docs: Fix typo
a9ec7d7 [Ryu Ah young] ZEPPELIN-546-docs: Add dynamicinterpreterload.html location to _navigation.html
16b46f4 [Ryu Ah young] ZEPPELIN-546-docs: Add dynamicinterpreterload.md
3067025 [Ryu Ah young] ZEPPELIN-546-docs: Add docs image
Only you need to add to the classpath the jdbc connector jar and the interpreter add the particular properties for each db.
In the file zeppelin-daemon.sh add:
ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/jdbc/jdbc/connector jar"

Author: beeva-victorgarcia <victor.garcia@beeva.com>
Author: Victor <viktor.manuel.garcia@gmail.com>
Author: vgmartinez <viktor.manuel.garcia@gmail.com>

Closes #361 from vgmartinez/jdbc_interpreter and squashes the following commits:

2513c1b [vgmartinez] Merge branch 'master' into jdbc_interpreter
8046692 [vgmartinez] merged with master
e602621 [beeva-victorgarcia] remove spaces
37a4c1a [beeva-victorgarcia] remove dependency
4085849 [beeva-victorgarcia] rebase branch
bd20ac2 [beeva-victorgarcia] remove README.md
2f93406 [beeva-victorgarcia] clean commit
f0ad06d [beeva-victorgarcia] Merge branch 'master' of https://github.com/apache/incubator-zeppelin
a0e0d54 [beeva-victorgarcia] add some test
fe92f89 [beeva-victorgarcia] add multiple connections for interpreter
a06718c [beeva-victorgarcia] -a
09006f1 [Victor] fix test
462c3b1 [Victor] Merge branch 'master' of https://github.com/apache/incubator-zeppelin into jdbc_interpreter
a66a5b7 [Victor] add descriptions
710699c [Victor] deleted cassandra/.cache-main from commit
4f28f5a [Victor] change psql to jdbc
53d0a81 [Victor] generic interpreter for jdbc
### What is this PR for?
Restore postgresql functionality and fix some mistake #361.

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

### Is there a relevant Jira issue?
ZEPPELIN-614

### How should this be tested?
Outline the steps to test the PR here.

### 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: Jongyoul Lee <jongyoul@gmail.com>

Closes #653 from jongyoul/hotfix/restore-psql and squashes the following commits:

8917ada [Jongyoul Lee] [HOTFIX] Temporary support on Postgresql - Related #361
fde5a2b [Jongyoul Lee] [HOTFIX] Temporary support on Postgresql - Related #361
… maven build

### What is this PR for?
Add note for configuring maven memory setting to prevent the lack of PermGen space

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

### Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-489

### How should this be tested?
Just check the ```README.md```

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

Author: AllenFang <ayu780129@hotmail.com>

Closes #622 from AllenFang/ZEPPELIN-489 and squashes the following commits:

76217f0 [AllenFang] add notes for configuring maven memory
### What is this PR for?
Just fixed a dead link in Zeppelin `README.md` file.

### What type of PR is it?
Documentation

### Todos
* [x] - Change a link `http://zeppelin.incubator.apache.org/docs/index.html` to `http://zeppelin.incubator.apache.org/docs/latest/index.html`.

### Is there a relevant Jira issue?
No

### How should this be tested?
Just click the <code> **Documentation:** User Guide </code> in Zeppelin `README.md`.

### 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: Ryu Ah young <fbdkdud93@hanmail.net>

Closes #651 from AhyoungRyu/Fix-README and squashes the following commits:

2e27cf1 [Ryu Ah young] Fix a Link for 'User Guide' in README.md
ramaswamydevarajan added a commit that referenced this pull request Jan 19, 2016
@ramaswamydevarajan ramaswamydevarajan merged commit f8bf1f3 into ramaswamydevarajan:master Jan 19, 2016
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.

9 participants