You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/05/15 13:24:18 UTC

[GitHub] [zeppelin] Leemoonsoo commented on issue #3359: [ZEPPELIN-4131] Refactoring shell interpreter

Leemoonsoo commented on issue #3359: [ZEPPELIN-4131] Refactoring shell interpreter
URL: https://github.com/apache/zeppelin/pull/3359#issuecomment-492652747
 
 
   I can think a use case, such as
   
   ```
   %sh
   # download some data
   curl -O http://....
   
   # extract
   tar -xzf ....
   ```
   
   ```
   %python
   
   # load downloaded data
   df = pd.read_csv("...")
   ...
   ```
   
   This case, %sh interpreter may better have a script to run, rather than expecting interactive user input.
   Is this new %sh interpreter implementation capable of doing this as well?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services