diff --git a/docs/interpreter/geode.md b/docs/interpreter/geode.md index 53a912e3ac6..288011202c4 100644 --- a/docs/interpreter/geode.md +++ b/docs/interpreter/geode.md @@ -6,6 +6,16 @@ group: manual --- {% include JB/setup %} +> **Note**: The Geode jar dependencies are compiled with `JDK8` ([ZEPPELIN-375](https://issues.apache.org/jira/browse/ZEPPELIN-375) and [GEODE-479](https://issues.apache.org/jira/browse/GEODE-479)). The Geode module is `disabled for JDK7` environments. It is `automatically enabled for JDK8+` environment. Geode will be enabled event if the java source/target parameters are set to 1.7 as long as the compiler is JDK8+. You can enable the Geode module manually by activating the `geode` profile: +``` +mvn clean package -Pgeode -Pbuild-distr +``` + +> Also you can use the `maven.compiler.source` and `maven.compiler.source` properties to override the default (1.7) source/target java compilation settings: +``` +mvn .... -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 +``` + ## Geode/Gemfire OQL Interpreter for Apache Zeppelin