You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2017/03/05 07:14:33 UTC

zeppelin git commit: [ZEPPELIN-2130][Doc]Do not use web development port

Repository: zeppelin
Updated Branches:
  refs/heads/master b9fa42dda -> 281e326d1


[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)
![z_not_use_port](https://cloud.githubusercontent.com/assets/8110458/23350768/32cf941a-fd00-11e6-8a3c-3390ddf2d7df.png)

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

Author: soralee <so...@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


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

Branch: refs/heads/master
Commit: 281e326d1cd8e9dbf71152ceb390bd5c6ee7b4de
Parents: b9fa42d
Author: soralee <so...@zepl.com>
Authored: Mon Feb 27 20:46:29 2017 +0900
Committer: ahyoungryu <ah...@apache.org>
Committed: Sun Mar 5 16:14:26 2017 +0900

----------------------------------------------------------------------
 docs/install/configuration.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/281e326d/docs/install/configuration.md
----------------------------------------------------------------------
diff --git a/docs/install/configuration.md b/docs/install/configuration.md
index 55037b7..52018d1 100644
--- a/docs/install/configuration.md
+++ b/docs/install/configuration.md
@@ -43,7 +43,9 @@ If both are defined, then the **environment variables** will take priority.
     <td><h6 class="properties">ZEPPELIN_PORT</h6></td>
     <td><h6 class="properties">zeppelin.server.port</h6></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><h6 class="properties">ZEPPELIN_SSL_PORT</h6></td>