Abul Basar created ZEPPELIN-1230:
------------------------------------
Summary: Summary function in R does not display proper output
Key: ZEPPELIN-1230
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1230
Project: Zeppelin
Issue Type: Bug
Components: GUI
Affects Versions: 0.6.0
Environment: Zeppelin launched on CentOS 6.7, Mac OS
JDK 1.8
Tested with Chrome and FF
Reporter: Abul Basar
%r #using Spark R interpreter
require(ggplot2) #purpose is use diamonds dataset
summary(lm(price ~ carat, data = diamonds))
-----------
Above command does not produce the model summary as it does in R IDE.
Also, summary(diamonds) does not show the header on the first line.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)