You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2018/02/19 05:21:02 UTC

lucene-solr:master: Added copy sheet docs for Apache Zepplin

Repository: lucene-solr
Updated Branches:
  refs/heads/master 02c693f37 -> a2eb1dc27


Added copy sheet docs for Apache Zepplin


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

Branch: refs/heads/master
Commit: a2eb1dc271973bfc2452b4326bb88a1aa7cde67e
Parents: 02c693f
Author: Varun Thacker <va...@apache.org>
Authored: Sun Feb 18 21:19:39 2018 -0800
Committer: Varun Thacker <va...@apache.org>
Committed: Sun Feb 18 21:20:20 2018 -0800

----------------------------------------------------------------------
 .../solr-ref-guide/src/solr-jdbc-apache-zeppelin.adoc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a2eb1dc2/solr/solr-ref-guide/src/solr-jdbc-apache-zeppelin.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solr-jdbc-apache-zeppelin.adoc b/solr/solr-ref-guide/src/solr-jdbc-apache-zeppelin.adoc
index ead79b9..a88d977 100644
--- a/solr/solr-ref-guide/src/solr-jdbc-apache-zeppelin.adoc
+++ b/solr/solr-ref-guide/src/solr-jdbc-apache-zeppelin.adoc
@@ -46,6 +46,20 @@ image::images/solr-jdbc-apache-zeppelin/zeppelin_solrjdbc_4.png[image,width=517,
 .Provide a name and click "Create Note"
 image::images/solr-jdbc-apache-zeppelin/zeppelin_solrjdbc_5.png[image,width=839,height=400]
 
+== JDBC Interpreter Copy Sheet
+
+To facilitate easy copying the parameters mentioned in the screenshots, here is a consolidated list
+
+[source,text]
+----
+Name : Solr
+Interpreter : jdbc
+default.url : jdbc:solr://SOLR_ZK_CONNECTION_STRING?collection=<collection_name>
+default.driver : org.apache.solr.client.solrj.io.sql.DriverImpl
+default.user : solr
+dependency : org.apache.solr:solr-solrj:-{solr-docs-version}.0
+----
+
 == Query with the Notebook
 
 [IMPORTANT]