You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2016/08/27 02:22:11 UTC

zeppelin git commit: [MINOR] Remove unnecessary question mark

Repository: zeppelin
Updated Branches:
  refs/heads/master 8064c5491 -> 32f35e2a7


[MINOR] Remove unnecessary question mark

### What is this PR for?
Just remove the unnecessary quotation mark.

### What type of PR is it?
[Documentation]

### Todos
* [ ] - Task

### What is the Jira issue?
* No jira created

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

Author: Jeff Zhang <zj...@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


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

Branch: refs/heads/master
Commit: 32f35e2a775ae9eacd5707cf8f62740c64e22794
Parents: 8064c54
Author: Jeff Zhang <zj...@apache.org>
Authored: Fri Aug 26 16:02:09 2016 +0800
Committer: Lee moon soo <mo...@apache.org>
Committed: Fri Aug 26 19:21:08 2016 -0700

----------------------------------------------------------------------
 conf/zeppelin-site.xml.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/32f35e2a/conf/zeppelin-site.xml.template
----------------------------------------------------------------------
diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template
index 879f5aa..77e0b1f 100755
--- a/conf/zeppelin-site.xml.template
+++ b/conf/zeppelin-site.xml.template
@@ -190,7 +190,7 @@
 
 <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</value>
+  <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>