Repository: incubator-zeppelin Updated Branches: refs/heads/gh-pages 539b28ba2 -> 6de664d28
ZEPPELIN_PORT=10008 removed Port changed but afterwards it is specified the default 8080. No reason to change port. Besides, if it is really necessary, one should change it in the zeppelin-site.xml configuration file. Author: Luca Menichetti <[email protected]> Closes #255 from H4ml3t/patch-1 and squashes the following commits: b6669b6 [Luca Menichetti] ZEPPELIN_PORT=10008 removed Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/6de664d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/6de664d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/6de664d2 Branch: refs/heads/gh-pages Commit: 6de664d287579c28f28b9a680b75217ea7ff41e7 Parents: 539b28b Author: Luca Menichetti <[email protected]> Authored: Tue Aug 25 11:34:52 2015 +0200 Committer: Lee moon soo <[email protected]> Committed: Thu Aug 27 06:57:58 2015 -0700 ---------------------------------------------------------------------- docs/install/yarn_install.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/6de664d2/docs/install/yarn_install.md ---------------------------------------------------------------------- diff --git a/docs/install/yarn_install.md b/docs/install/yarn_install.md index dabae16..549b770 100644 --- a/docs/install/yarn_install.md +++ b/docs/install/yarn_install.md @@ -157,7 +157,6 @@ Set the following properties ```bash export JAVA_HOME=/home/zeppelin/prerequisites/jdk1.7.0_79 export HADOOP_CONF_DIR=/etc/hadoop/conf -export ZEPPELIN_PORT=10008 export ZEPPELIN_JAVA_OPTS="-Dhdp.version=2.3.1.0-2574" ```
