Skip to content

Commit 01b18b9

Browse files
add doc (reverted from commit ee8a6b5)
1 parent 40489c8 commit 01b18b9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/interpreter/hive.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,6 @@ Hive Interpreter will be deprecated and merged into JDBC Interpreter. You can us
124124
<td></td>
125125
<td><b>( Optional ) </b>Other properties used by the driver of <code>%hive(${prefix})</code> </td>
126126
</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>
137127
</table>
138128

139129
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}
171161
ORDER BY count ${order=DESC,DESC|ASC}
172162
LIMIT ${limit=10};
173163
```
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.
179-

0 commit comments

Comments
 (0)