diff --git a/docs/assets/themes/zeppelin/img/docs-img/phoenix_thick_setting.png b/docs/assets/themes/zeppelin/img/docs-img/phoenix_thick_setting.png index ed0b57ecf73..57f524e445d 100644 Binary files a/docs/assets/themes/zeppelin/img/docs-img/phoenix_thick_setting.png and b/docs/assets/themes/zeppelin/img/docs-img/phoenix_thick_setting.png differ diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md index cec46fa95c9..25230947da6 100644 --- a/docs/interpreter/jdbc.md +++ b/docs/interpreter/jdbc.md @@ -74,7 +74,7 @@ First, click `+ Create` button at the top-right corner in the interpreter settin -Fill `Interpreter name` field with whatever you want to use as the interpreter alias(e.g. mysql, mysql2, hive, redshift, and etc..). Please note that this interpreter name will be used as `%interpreter_name` to call this interpreter in the paragraph. +Fill `Interpreter name` field with whatever you want to use as the alias(e.g. mysql, mysql2, hive, redshift, and etc..). Please note that this alias will be used as `%interpreter_name` to call the interpreter in the paragraph. Then select `jdbc` as an `Interpreter group`. @@ -153,7 +153,7 @@ There are more JDBC interpreter properties you can specify like below. -Use this [method](http://docs.oracle.com/javase/7/docs/api/java/sql/DriverManager.html#getConnection%28java.lang.String,%20java.util.Properties%29) to develop this functionality . +You can also add more properties by using this [method](http://docs.oracle.com/javase/7/docs/api/java/sql/DriverManager.html#getConnection%28java.lang.String,%20java.util.Properties%29). For example, if a connection needs a schema parameter, it would have to add the property as follows: @@ -162,7 +162,7 @@ For example, if a connection needs a schema parameter, it would have to add the - +
value
{prefix}.schemadefault.schema schema_name