mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
small fixes on tachyon doc
This commit is contained in:
parent
3f1c455ce8
commit
e7341af1f2
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ group: manual
|
|||
</tr>
|
||||
<tr>
|
||||
<td>tachyon.master.hostname</td>
|
||||
<td>localhostr</td>
|
||||
<td>localhost</td>
|
||||
<td>Tachyon master hostname</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -35,8 +35,8 @@ In a notebook, to enable the **Tachyon** interpreter, click on the **Gear** icon
|
|||
In a paragraph, use `%tachyon` to select the **Tachyon** interpreter and then input all commands.
|
||||
|
||||
```bash
|
||||
| %tachyon
|
||||
| help
|
||||
%tachyon
|
||||
help
|
||||
```
|
||||
|
||||
> **Tip :** Use ( Ctrl + . ) for autocompletion.
|
||||
|
|
|
|||
Loading…
Reference in a new issue