GitHub user tzolov opened a pull request: https://github.com/apache/incubator-zeppelin/pull/670
ZEPPELIN-375 Hot Fix to allow using Zeppelin with the latest (Java 8 based) Geode see: [ZEPPELIN-375](https://issues.apache.org/jira/browse/ZEPPELIN-375) #### Changes: * Make sure the that the `zeppelin-distribution` is build after the `geode` module. By default if you activate the geode profile (`-Pgeode`) the maven reactor will order the geode after the zeppelin-distribution. In result the geode is never added to the zeppelin binary distro. * Document how to build Zeppelin with Geode. Note that the only way to use Zeppelin with Geode is to build Zeppelin with `Java8` You can merge this pull request into a Git repository by running: $ git pull https://github.com/tzolov/incubator-zeppelin ZEPPELIN-375 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/670.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 #670 ---- commit 1993275e937508c7a7efa0fd56c12c169c9a19c9 Author: tzolov <christian.tzo...@gmail.com> Date: 2016-01-24T00:12:01Z ZEPPELIN-375: Ensure that geode is build before the zeppelin-distribution module commit 52e88214c418f925d95e77079f49b0ed18b80748 Author: tzolov <christian.tzo...@gmail.com> Date: 2016-01-24T00:39:34Z ZEPPELIN-375: Document how to build Zeppelin with Geode ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---