Repository: zeppelin Updated Branches: refs/heads/branch-0.7 f9630a58a -> a57a2879f
[ZEPPELIN-2130][Doc]Do not use web development port ### What is this PR for? If user uses web application development port such like 9000 which is default value, Zeppelin is not working because of this [line](https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/components/baseUrl/baseUrl.service.js#L27). So, Zeppelin site need to guide this content until fixing this line (I'll improve to flexible web application development port later). ### What type of PR is it? [ Documentation ] ### What is the Jira issue? * [ZEPPELIN-2130](https://issues.apache.org/jira/browse/ZEPPELIN-2130) ### How should this be tested? 1. Run document development mode. 2. Connect `http://localhost:4000/install/configuration.html#zeppelin-properties` on browser. 3. Check the description of `ZEPPELIN_PORT` ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes Author: soralee <sora0...@zepl.com> Closes #2073 from soralee/ZEPPELIN-2130_webDevPort_Doc and squashes the following commits: 8ae57cf [soralee] ZEPPELIN-2130_remove_dot 0499bd3 [soralee] ZEPPELIN-2130_update_sentence 094f29e [soralee] ZEPPELIN-2130_update_sentence ee02c62 [soralee] ZEPPELIN-2130_update_sentence ac133ca [soralee] ZEPPELIN-2130_do_not_use_webDebPort (cherry picked from commit 281e326d1cd8e9dbf71152ceb390bd5c6ee7b4de) Signed-off-by: ahyoungryu <ahyoung...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/a57a2879 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/a57a2879 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/a57a2879 Branch: refs/heads/branch-0.7 Commit: a57a2879f751e5706ae9e1f1bd0d54707b691af1 Parents: f9630a5 Author: soralee <sora0...@zepl.com> Authored: Mon Feb 27 20:46:29 2017 +0900 Committer: ahyoungryu <ahyoung...@apache.org> Committed: Sun Mar 5 16:14:48 2017 +0900 ---------------------------------------------------------------------- docs/install/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a57a2879/docs/install/configuration.md ---------------------------------------------------------------------- diff --git a/docs/install/configuration.md b/docs/install/configuration.md index 7a87838..80a7555 100644 --- a/docs/install/configuration.md +++ b/docs/install/configuration.md @@ -42,7 +42,9 @@ If both are defined, then the **environment variables** will take priority. <td>ZEPPELIN_PORT</td> <td>zeppelin.server.port</td> <td>8080</td> - <td>Zeppelin server port</td> + <td>Zeppelin server port </br> + <span style="font-style:italic; color: gray"> Note: Please make sure you're not using the same port with + <a href="https://zeppelin.apache.org/contribution/webapplication.html#dev-mode" target="_blank">Zeppelin web application development port</a> (default: 9000).</span></td> </tr> <tr> <td>ZEPPELIN_SSL_PORT</td>