mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Invalid URLs
This commit is contained in:
parent
75ddeeaff5
commit
e55b50a9db
2 changed files with 3 additions and 4 deletions
|
|
@ -821,12 +821,11 @@ Below are the configuration parameters and their default value.
|
|||
If you encounter a bug for this interpreter, please create a **[JIRA]** ticket and ping me on Twitter
|
||||
at **[@doanduyhai]**
|
||||
|
||||
|
||||
[Cassandra Java Driver]: https://github.com/datastax/java-driver
|
||||
[standard CQL syntax]: http://docs.datastax.com/en/cql/3.1/cql/cql_using/use_collections_c.html
|
||||
[Tuple CQL syntax]: http://docs.datastax.com/en/cql/3.1/cql/cql_reference/tupleType.html
|
||||
[UDT CQL syntax]: http://docs.datastax.com/en/cql/3.1/cql/cql_using/cqlUseUDT.html
|
||||
[Zeppelin dynamic form]: http://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/manual/dynamicform.html
|
||||
[Interpreter Binding Mode]: http://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/manual/interpreters.html
|
||||
[Zeppelin Dynamic Form](../usage/dynamic_form/intro.html)
|
||||
[Interpreter Binding Mode](../usage/interpreter/interpreter_binding_mode.html)
|
||||
[JIRA]: https://issues.apache.org/jira/browse/ZEPPELIN-382?jql=project%20%3D%20ZEPPELIN
|
||||
[@doanduyhai]: https://twitter.com/doanduyhai
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ If both are defined, then the **environment variables** will take priority.
|
|||
<td><h6 class="properties">ZEPPELIN_NOTEBOOK_HOMESCREEN_HIDE</h6></td>
|
||||
<td><h6 class="properties">zeppelin.notebook.homescreen.hide</h6></td>
|
||||
<td>false</td>
|
||||
<td>Hide the note ID set by <code>ZEPPELIN_NOTEBOOK_HOMESCREEN</code> on the Apache Zeppelin homescreen. <br />For the further information, please read <a href="../manual/notebookashomepage.html">Customize your Zeppelin homepage</a>.</td>
|
||||
<td>Hide the note ID set by <code>ZEPPELIN_NOTEBOOK_HOMESCREEN</code> on the Apache Zeppelin homescreen. <br />For the further information, please read <a href="../usage/other_features/customizing_homepage.html">Customize your Zeppelin homepage</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><h6 class="properties">ZEPPELIN_WAR_TEMPDIR</h6></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue