ppelin.zeppelin-zengine.0.3.0.source-code.exec.erb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zeppelin-zengine Show documentation
Show all versions of zeppelin-zengine Show documentation
Zengine is java framework for data analysis on Hadoop. see http://nflabs.github.io/zeppelin/#/zengine
<% if z and z.result != nil %>
<% if z.result.rows != nil %>
<% z.result.rows.each do |row| %>
<% row.each do |cell| %><%= cell %><% end %><% end %>
<% end %>
<% end %>