You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/interpreter/hive.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,16 +124,6 @@ Hive Interpreter will be deprecated and merged into JDBC Interpreter. You can us
124
124
<td></td>
125
125
<td><b>( Optional ) </b>Other properties used by the driver of <code>%hive(${prefix})</code> </td>
126
126
</tr>
127
-
<tr>
128
-
<td>zeppelin.jdbc.auth.type</td>
129
-
<td></td>
130
-
<td><b>( Optional ) </b>If auth type is needed, Example: KERBEROS/SIMPLE</td>
131
-
</tr>
132
-
<tr>
133
-
<td>hive.proxy.user</td>
134
-
<td>true</td>
135
-
<td><b>( Optional ) </b>If want to use `hive.server2.proxy.user`</td>
136
-
</tr>
137
127
</table>
138
128
139
129
This interpreter provides multiple configuration with `${prefix}`. User can set a multiple connection properties by this prefix. It can be used like `%hive(${prefix})`.
@@ -171,9 +161,3 @@ GROUP BY ${group_by=product_id,product_id|product_name|customer_id|store_id}
171
161
ORDER BY count ${order=DESC,DESC|ASC}
172
162
LIMIT ${limit=10};
173
163
```
174
-
175
-
### Impersonation
176
-
When Zeppelin server is running with authentication enabled, then this interpreter utilizes Hive's user proxy feature i.e. sends extra parameter for creating and running a session ("hive.server2.proxy.user=": "${loggedInUser}"). This is particularly useful when multi users are sharing a Notebook server.
177
-
178
-
To enable this set `zeppelin.jdbc.auth.type` as `SIMPLE` in the interpreter setting.
0 commit comments