Created 08-31-2018 04:40 PM
I am using HDP3.0 (having zeppelin 0.8.0).
Below
queries do not show any result, even though downloading the csv show the
data correctly (e.g. if there is no tables, show the header).
%livy2.sqlshow tables
%spark2.sql
show tables
Infrequently I saw the table show a short time and then disappear. I guess it is html rendering issue.
This issue does not happen when I ssh to the zeppelin host and use
zeppelin via port forwarding. It happens when I use zeppelin via knox.
Appreciate any clue.
Created 09-04-2018 09:07 PM
It is a knox bug https://issues.apache.org/jira/browse/KNOX-1424. After patching the fix, SQL interpreter show results.
Created 09-04-2018 09:07 PM
It is a knox bug https://issues.apache.org/jira/browse/KNOX-1424. After patching the fix, SQL interpreter show results.