Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.6 e5171786c -> 3945da32c


[MINOR] Remove unnecessary question mark

Just remove the unnecessary quotation mark.

[Documentation]

* [ ] - Task

* No jira created

* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zjf...@apache.org>

Closes #1364 from zjffdu/doc_fix and squashes the following commits:

3eea0e0 [Jeff Zhang] add bigquery
7fed25d [Jeff Zhang] [MINOR] Remove unnecessary question mark

(cherry picked from commit 32f35e2a775ae9eacd5707cf8f62740c64e22794)
Signed-off-by: Mina Lee <mina...@apache.org>

Conflicts:
        conf/zeppelin-site.xml.template


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

Branch: refs/heads/branch-0.6
Commit: 3945da32c698462d6e4bf5efdf7db4d41f211afb
Parents: e517178
Author: Jeff Zhang <zjf...@apache.org>
Authored: Fri Aug 26 16:02:09 2016 +0800
Committer: Mina Lee <mina...@apache.org>
Committed: Mon Aug 29 17:23:27 2016 +0200

----------------------------------------------------------------------
 conf/zeppelin-site.xml.template | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3945da32/conf/zeppelin-site.xml.template
----------------------------------------------------------------------
diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template
index b0426b0..8c2cac7 100755
--- a/conf/zeppelin-site.xml.template
+++ b/conf/zeppelin-site.xml.template
@@ -183,6 +183,12 @@
 </property>
 
 <property>
+  <name>zeppelin.interpreter.group.order</name>
+  
<value>spark,md,angular,sh,livy,alluxio,file,psql,flink,python,ignite,lens,cassandra,geode,kylin,elasticsearch,scalding,jdbc,hbase,bigquery</value>
+  <description></description>
+</property>
+
+<property>
   <name>zeppelin.interpreter.connect.timeout</name>
   <value>30000</value>
   <description>Interpreter process connect timeout in msec.</description>

Reply via email to