All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ppelin.zeppelin-zengine.0.3.0.source-code.exec.erb Maven / Gradle / Ivy

Go to download

Zengine is java framework for data analysis on Hadoop. see http://nflabs.github.io/zeppelin/#/zengine

There is a newer version: 0.3.3
Show newest version

  
  
  

<% 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 %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy