The zeppelin R interpreter documentation states:
If you return a data.frame, Zeppelin will attempt to display it using Zeppelin's built-in visualizations.
This can be seen in the documentation example:
However, when I attempt to run the same R commands from my zeppelin 0.6.0 notebook, I see the following:
Any idea why I'm not seeing the tabular output?
You need to register a temp table and then do a select * from temp_table
, just as @Arun Gunalan suggested.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With