Repository: zeppelin
Updated Branches:
  refs/heads/master 5f33a0776 -> cf8b8310d


[MINOR] Add geode module to pom.xml

(cherry picked from commit 0f1665c14b60428e970d896e1654d2f63b295599)


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/cf8b8310
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/cf8b8310
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/cf8b8310

Branch: refs/heads/master
Commit: cf8b8310d81b4cb6bb1672ce232504dfd28c4256
Parents: 5f33a07
Author: Jeff Zhang <zjf...@apache.org>
Authored: Fri Aug 10 16:02:48 2018 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Tue Aug 14 14:44:30 2018 +0800

----------------------------------------------------------------------
 .travis.yml                                                      | 2 +-
 .../java/org/apache/zeppelin/geode/GeodeOqlInterpreterTest.java  | 4 ++--
 pom.xml                                                          | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/cf8b8310/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5ddbaa5..5692b3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ addons:
 env:
   global:
     # Interpreters does not required by zeppelin-server integration tests
-    - 
INTERPRETERS='!beam,!hbase,!pig,!jdbc,!file,!ignite,!kylin,!lens,!cassandra,!elasticsearch,!bigquery,!alluxio,!scio,!livy,!groovy,!sap,!r,!java'
+    - 
INTERPRETERS='!beam,!hbase,!pig,!jdbc,!file,!ignite,!kylin,!lens,!cassandra,!elasticsearch,!bigquery,!alluxio,!scio,!livy,!groovy,!sap,!r,!java,!geode'
 
 matrix:
   include:

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/cf8b8310/geode/src/test/java/org/apache/zeppelin/geode/GeodeOqlInterpreterTest.java
----------------------------------------------------------------------
diff --git 
a/geode/src/test/java/org/apache/zeppelin/geode/GeodeOqlInterpreterTest.java 
b/geode/src/test/java/org/apache/zeppelin/geode/GeodeOqlInterpreterTest.java
index 1ba2add..4404863 100644
--- a/geode/src/test/java/org/apache/zeppelin/geode/GeodeOqlInterpreterTest.java
+++ b/geode/src/test/java/org/apache/zeppelin/geode/GeodeOqlInterpreterTest.java
@@ -100,8 +100,8 @@ public class GeodeOqlInterpreterTest {
     PdxInstance pdx1 = new PdxInstanceImpl(new PdxType(), new 
DataInputStream(bais), 4);
     PdxInstance pdx2 = new PdxInstanceImpl(new PdxType(), new 
DataInputStream(bais), 4);
 
-    testOql(asIterator(pdx1, pdx2), "\n\n\n", 10);
-    testOql(asIterator(pdx1, pdx2), "\n\n", 1);
+    testOql(asIterator(pdx1, pdx2), "\n", 10);
+    testOql(asIterator(pdx1, pdx2), "\n", 1);
   }
 
   private static class DummyUnspportedType {

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/cf8b8310/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 99bc19b..8ad70e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
     <module>scalding</module>
     <module>java</module>
     <module>beam</module>
+    <module>geode</module>
     <module>zeppelin-web</module>
     <module>zeppelin-server</module>
     <module>zeppelin-jupyter</module>

Reply via email to