Re: livy2.sql or spark2.sql does not show result

2018-09-01 Thread Lian Jiang
Thanks Jeff. The knox community confirmed that the bug is https://issues.apache.org/jira/browse/KNOX-1424. After patching the fix, SQL interpreter show results now. On Fri, Aug 31, 2018 at 6:14 PM Jeff Zhang wrote: > > This is knox bug which is fixed in > https://issues.apache.org/jira/browse/K

Re: livy2.sql or spark2.sql does not show result

2018-08-31 Thread Jeff Zhang
This is knox bug which is fixed in https://issues.apache.org/jira/browse/KNOX-1420 Lian Jiang 于2018年9月1日周六 上午12:03写道: > Jeff, > > 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. Let > me know any other i

Re: livy2.sql or spark2.sql does not show result

2018-08-31 Thread Lian Jiang
Jeff, 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. Let me know any other info you need. Thanks.

Re: livy2.sql or spark2.sql does not show result

2018-08-31 Thread Jeff Zhang
I didn't see this issue in HDP 3.0 Could you put more details about how to reproduce it ? Thanks Lian Jiang 于2018年8月31日周五 上午6:02写道: > 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

Re: livy2.sql or spark2.sql does not show result

2018-08-30 Thread Lian Jiang
Here is the javascript error if it helps: Error: [ngRepeat:iidexp] '_item_' in '_item_ in _collection_' should be an identifier or '(_key_, _value_)' expression, but got '/gateway/ui/zeppelin/app'. http://errors.angularjs.org/1.5.7/ngRepeat/iidexp?p0=%2Fgateway%2Fui%2Fzeppelin%2Fapp b/<@ https://m

livy2.sql or spark2.sql does not show result

2018-08-30 Thread Lian Jiang
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.sql show tables %spark2.sql show tables Infrequently I saw the table show a short time and then disappea