GitHub user kwmonroe opened a pull request:

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

    BIGTOP-2797: zeppelin charm external role handling

    See [bigtop 2797](https://issues.apache.org/jira/browse/BIGTOP-2797) for 
details.  Basically, the zeppelin charm should work by itself, with spark, with 
hadoop, and with hadoop+spark really well.  Turns out it doesn't handle the 
internal spark config very well without hadoop being present.
    
    Also, our smoke test depends on the `requests` pip package, which has seen 
lots of recent changes.  Pin the last known stable version.

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

    $ git pull https://github.com/juju-solutions/bigtop 
bug/BIGTOP-2797/zeppelin-external-fixes

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

    https://github.com/apache/bigtop/pull/230.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 #230
    
----
commit cfdefb44e0fe80f021442a74b0e64ae10c9170f8
Author: Kevin W Monroe <[email protected]>
Date:   2017-06-04T05:47:15Z

    handle external applications better
    
    - minor smoke test fix
    - port name change (websocket vs web)
    - always configure embedded spark in local mode with local event dir 
(otherwise we break when hdfs is not present)
    - remove unnecessary etc_env method
    - fix hive relation names (joined/ready vs connected/available)
    - block if we try to relate a non-standalone spark
    - reconfigure embedded spark appropriately if remote spark departs
    - pin requests to 2.14.2 (known breakage in 2.17.3)

commit fafbf1bec1aa95fd249a64e237c248e13cb6831b
Author: Kevin W Monroe <[email protected]>
Date:   2017-06-05T03:32:26Z

    run smoke test standalone first, then with an external spark

commit 5c74d2cd0fe672c360661f133e6dcedf58939d4a
Author: Kevin W Monroe <[email protected]>
Date:   2017-06-05T03:33:43Z

    detail deployment options and limitation of external spark

commit 3b6fa202f970a032e77b6c771e5012088e347ccc
Author: Kevin W Monroe <[email protected]>
Date:   2017-06-05T04:04:10Z

    make test executable

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to