You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/06 20:50:21 UTC

[jira] [Commented] (BIGTOP-2472) zeppelin puppet module needs to expose ZEPPELIN_WAR_TEMPDIR

    [ https://issues.apache.org/jira/browse/BIGTOP-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317207#comment-15317207 ] 

ASF GitHub Bot commented on BIGTOP-2472:
----------------------------------------

GitHub user kwmonroe opened a pull request:

    https://github.com/apache/bigtop/pull/114

    BIGTOP-2472: zeppelin puppet module needs to expose ZEPPELIN_WAR_TEMPDIR

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/juju-solutions/bigtop BIGTOP-2472

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bigtop/pull/114.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #114
    
----
commit 4177d2ed8ed1d4162a47fbeb28d53b3516eb6b90
Author: Kevin W Monroe <ke...@canonical.com>
Date:   2016-06-06T20:25:43Z

    BIGTOP-2472: zeppelin puppet module needs to expose ZEPPELIN_WAR_TEMPDIR

----


> zeppelin puppet module needs to expose ZEPPELIN_WAR_TEMPDIR
> -----------------------------------------------------------
>
>                 Key: BIGTOP-2472
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2472
>             Project: Bigtop
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1.0
>            Reporter: Kevin W Monroe
>            Assignee: Kevin W Monroe
>
> When deploying the zeppelin-server role, zeppelin fails to start because of:
> {noformat}
> Exception in thread "main" java.lang.IllegalArgumentException: Bad temp directory: /usr/lib/zeppelin/webapps
>         at org.eclipse.jetty.webapp.WebAppContext.setTempDirectory(WebAppContext.java:1119)
>         at org.apache.zeppelin.server.ZeppelinServer.setupWebAppContext(ZeppelinServer.java:249)
>         at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:99)
> {noformat}
> The default zeppelin-env.sh template does not expose a webapps dir, so the system defaults to /usr/lib/zeppelin/webapps (which does not exist).  This causes the zeppelin service to fail on startup.
> The zeppelin deb package does create a webapps dir:
> {code}
> $ dpkg -S /var/run/zeppelin/webapps/
> zeppelin: /var/run/zeppelin/webapps
> {code}
> We just need the default zeppelin template to use it.  PR incoming.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)