Re: Vizualize bash result

2017-01-15 Thread Ahyoung Ryu
FYI https://zeppelin.apache.org/docs/latest/displaysystem/basicdisplaysystem.html#table provides some basic examples how you can draw table :) Best, Ahyoung On Sun, Jan 15, 2017 at 1:20 AM, Jongyoul Lee

Re: Vizualize bash result

2017-01-14 Thread Jongyoul Lee
Basically, you can draw everything if your output starts with '%table' and data format is tsv. For example, you can echo '%table ...' to draw table in sh. Hope this help, Jongyoul On Sat, Jan 14, 2017 at 9:02 PM, Markovich wrote: > Hi, > Is it possible to visualize bash

Vizualize bash result

2017-01-14 Thread Markovich
Hi, Is it possible to visualize bash result in Zeppelin? For example I'd like to see a chart from this command: hdfs dfs -du -s -h '/*' Also I'm interested in passing bash output to variable. Regards, Andrey