You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2015/12/19 02:37:49 UTC

[1/2] bigtop git commit: BIGTOP-2169. Zeppeling has more upstream dependencies

Repository: bigtop
Updated Branches:
  refs/heads/master 64da36675 -> 513ddf158


BIGTOP-2169. Zeppeling has more upstream dependencies


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

Branch: refs/heads/master
Commit: d15bf57038d5bf5d428c98530611e31e27abf56e
Parents: 64da366
Author: Konstantin Boudnik <co...@apache.org>
Authored: Mon Dec 7 10:29:36 2015 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Dec 18 17:35:27 2015 -0800

----------------------------------------------------------------------
 bigtop.bom | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/d15bf570/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index d1b8cfc..81e6c0e 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -94,7 +94,8 @@ bigtop {
     ],
     hbase:['phoenix','giraph','ycsb'],
     pig:['datafu', 'oozie'],
-    hive:['oozie', 'pig'],
+    hive:['oozie', 'pig','zeppelin'],
+    ignite:['zeppelin'],
     spark:['zeppelin']
   ]
 


[2/2] bigtop git commit: BIGTOP-2167. Zeppelin interpreter list doesn't include Ignite

Posted by co...@apache.org.
BIGTOP-2167. Zeppelin interpreter list doesn't include Ignite


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

Branch: refs/heads/master
Commit: 513ddf158a2f189a73395352989110c6c7210ed3
Parents: d15bf57
Author: Konstantin Boudnik <co...@apache.org>
Authored: Sun Dec 6 19:14:45 2015 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Fri Dec 18 17:37:24 2015 -0800

----------------------------------------------------------------------
 .../modules/zeppelin/templates/interpreter.json | 27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/513ddf15/bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json b/bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json
index a5e7c7a..c5a7deb 100644
--- a/bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json
+++ b/bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json
@@ -49,6 +49,31 @@
         "remote": true
       }
     },
+    "2B44YVSN1": {
+      "id": "2B44YVSN1",
+      "name": "ignite",
+      "group": "ignite",
+      "properties": {
+        "ignite.peerClassLoadingEnabled": "true",
+        "ignite.config.url": "",
+        "ignite.jdbc.url": "jdbc:ignite://localhost:11211/default",
+        "ignite.clientMode": "true",
+        "ignite.addresses": "127.0.0.1:47500..47509"
+      },
+      "interpreterGroup": [
+        {
+          "class": "org.apache.zeppelin.ignite.IgniteInterpreter",
+          "name": "ignite"
+        },
+        {
+          "class": "org.apache.zeppelin.ignite.IgniteSqlInterpreter",
+          "name": "ignitesql"
+        }
+      ],
+      "option": {
+        "remote": true
+      }
+    },
     "2AKK3QQXU": {
       "id": "2AKK3QQXU",
       "name": "sh",
@@ -110,6 +135,7 @@
       "2ANGGHHMQ",
       "2AJXGMUUJ",
       "2AM1YV5CU",
+      "2B44YVSN1",
       "2AKK3QQXU",
       "2AK8P7CPX"
     ],
@@ -117,6 +143,7 @@
       "2ANGGHHMQ",
       "2AJXGMUUJ",
       "2AM1YV5CU",
+      "2B44YVSN1",
       "2AKK3QQXU",
       "2AK8P7CPX"
     ]