Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
588 changes: 303 additions & 285 deletions docs/interpreter/jdbc.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

/**
* JDBC interpreter for Zeppelin. This interpreter can also be used for accessing HAWQ,
* GreenplumDB, MariaDB, MySQL, Postgres and Redshit.
* GreenplumDB, MariaDB, MySQL, Postgres and Redshift.
*
* <ul>
* <li>{@code default.url} - JDBC URL to connect to.</li>
Expand Down
90 changes: 0 additions & 90 deletions jdbc/src/main/resources/interpreter-setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,96 +63,6 @@
"propertyName": "zeppelin.jdbc.principal",
"defaultValue": "",
"description": "Kerberos principal"
},
"hive.url": {
"envName": null,
"propertyName": "hive.url",
"defaultValue": "jdbc:hive2://localhost:10000",
"description": ""
},
"hive.user": {
"envName": null,
"propertyName": "hive.user",
"defaultValue": "hive",
"description": ""
},
"hive.password": {
"envName": null,
"propertyName": "hive.password",
"defaultValue": "",
"description": ""
},
"hive.driver": {
"envName": null,
"propertyName": "hive.driver",
"defaultValue": "org.apache.hive.jdbc.HiveDriver",
"description": ""
},
"phoenix.url": {
"envName": null,
"propertyName": "phoenix.url",
"defaultValue": "jdbc:phoenix:localhost:2181:/hbase-unsecure",
"description": ""
},
"phoenix.user": {
"envName": null,
"propertyName": "phoenix.user",
"defaultValue": "phoenixuser",
"description": ""
},
"phoenix.password": {
"envName": null,
"propertyName": "phoenix.password",
"defaultValue": "",
"description": ""
},
"phoenix.driver": {
"envName": null,
"propertyName": "phoenix.driver",
"defaultValue": "org.apache.phoenix.jdbc.PhoenixDriver",
"description": ""
},
"phoenix.hbase.client.retries.number": {
"envName": null,
"propertyName": "phoenix.hbase.client.retries.number",
"defaultValue": "1",
"description": "Maximum retries. Used as maximum for all retryable operations such as the getting of a cell's value, starting a row update, etc."
},
"tajo.url": {
"envName": null,
"propertyName": "tajo.url",
"defaultValue": "jdbc:tajo://localhost:26002/default",
"description": ""
},
"tajo.driver": {
"envName": null,
"propertyName": "tajo.driver",
"defaultValue": "org.apache.tajo.jdbc.TajoDriver",
"description": ""
},
"psql.url": {
"envName": null,
"propertyName": "psql.url",
"defaultValue": "jdbc:postgresql://localhost:5432/",
"description": ""
},
"psql.user": {
"envName": null,
"propertyName": "psql.user",
"defaultValue": "phoenixuser",
"description": ""
},
"psql.password": {
"envName": null,
"propertyName": "psql.password",
"defaultValue": "",
"description": ""
},
"psql.driver": {
"envName": null,
"propertyName": "psql.driver",
"defaultValue": "org.postgresql.Driver",
"description": ""
}
},
"editor": {
Expand Down