mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
added a simple test example to tachyon doc
This commit is contained in:
parent
e7341af1f2
commit
700ff486e7
2 changed files with 16 additions and 1 deletions
BIN
docs/assets/themes/zeppelin/img/docs-img/tachyon-example.png
Normal file
BIN
docs/assets/themes/zeppelin/img/docs-img/tachyon-example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
|
|
@ -197,4 +197,19 @@ The **Tachyon** interpreter accepts the following commands.
|
|||
</center>
|
||||
|
||||
## How to test it's working
|
||||
Be sure to have configured correctly the Tachyon interpreter, then open a new paragraph and type one of the above commands.
|
||||
Be sure to have configured correctly the Tachyon interpreter, then open a new paragraph and type one of the above commands.
|
||||
|
||||
Below a simple example to show how to interact with Tachyon interpreter.
|
||||
Following steps are performed:
|
||||
* using sh interpreter a new text file is created on local machine
|
||||
* using Tachyon interpreter:
|
||||
* is listed the content of the tfs (Tachyon File System) root
|
||||
* the file previously created is copied to tfs
|
||||
* is listed again the content of the tfs root to check the existence of the new copied file
|
||||
* is showed the content of the copied file (using the tail command)
|
||||
* the file previously copied to tfs is copied to local machine
|
||||
* using sh interpreter it's checked the existence of the new file copied from Tachyon and its content is showed
|
||||
|
||||
<center>
|
||||

|
||||
</center>
|
||||
Loading…
Reference in a new issue